X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fjaguar.cpp;h=796d9ee839786f0f96bdfcb3230f9e4d5bd36403;hb=f0e50fb1d23805881b72d51ea603be78b645ec97;hp=e75ac0ad32aaf0ff02685b8561fad963d6a82fca;hpb=94e1e961b57f253b760298ab0bae96a7de6d20fa;p=virtualjaguar diff --git a/src/jaguar.cpp b/src/jaguar.cpp index e75ac0a..796d9ee 100644 --- a/src/jaguar.cpp +++ b/src/jaguar.cpp @@ -5,7 +5,7 @@ // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Carwin Jones (BeOS) // Cleanups and endian wrongness amelioration by James L. Hammons // Note: Endian wrongness probably stems from the MAME origins of this emu and -// the braindead way in which MAME handles memory. :-) +// the braindead way in which MAME handled memory when this was written. :-) // // JLH = James L. Hammons // @@ -791,7 +791,7 @@ int irq_ack_handler(int level) return vector; } -#define USE_NEW_MMU +//#define USE_NEW_MMU unsigned int m68k_read_memory_8(unsigned int address) { @@ -1051,8 +1051,8 @@ if (address == 0xF02110) WriteLog("\tA0=%08X, A1=%08X, D0=%08X, D1=%08X\n", m68k_get_reg(NULL, M68K_REG_A0), m68k_get_reg(NULL, M68K_REG_A1), m68k_get_reg(NULL, M68K_REG_D0), m68k_get_reg(NULL, M68K_REG_D1)); - } #endif + } #else MMUWrite16(address, value, M68K); #endif @@ -1891,7 +1891,8 @@ void ScanlineCallback(void) // if (vc == vbb) { JoystickExec(); - RenderBackbuffer(); +//We comment this out so that the GUI can manage this instead. Which is how it should be anyway. +// RenderBackbuffer(); TOMResetBackbuffer(backbuffer); frameDone = true; }//*/