X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdac.h;h=ef30549a237436128fa1c4a15ea5c009d1249e98;hb=10f249cb763ddc00cd80e1d47940784e25d3e4a7;hp=ac94d06fffef6a4d163b8f1b07b610fcdd3b0ae6;hpb=5da604521611a960140b58a2fb0f236c65610b70;p=virtualjaguar diff --git a/src/dac.h b/src/dac.h index ac94d06..ef30549 100644 --- a/src/dac.h +++ b/src/dac.h @@ -5,12 +5,17 @@ #ifndef __DAC_H__ #define __DAC_H__ +//this is here, because we have to compensate in more than just dac.cpp... +#define NEW_DAC_CODE // New code paths! + //#include "types.h" #include "memory.h" void DACInit(void); void DACReset(void); void DACDone(void); +int GetCalculatedFrequency(void); +void DACSetNewFrequency(int); // DAC memory access