(move+documented driver file specific speedup hack from includes)

This commit is contained in:
Michaël Banaan Ananas 2011-09-10 19:07:53 +00:00
parent 106c76ce8c
commit 46dd556a21
2 changed files with 2 additions and 3 deletions

View File

@ -1148,6 +1148,7 @@
#define SS22_MASTER_CLOCK (XTAL_49_152MHz) /* info from Guru */ #define SS22_MASTER_CLOCK (XTAL_49_152MHz) /* info from Guru */
#define MCU_SPEEDUP 1 /* mcu idle skipping */ #define MCU_SPEEDUP 1 /* mcu idle skipping */
#define DSP_SERIAL_SPEEDUP 1 /* lower DSP serial I/O period */
/** /**
* helper function used to read a byte from a chunk of 32 bit memory * helper function used to read a byte from a chunk of 32 bit memory
@ -1698,7 +1699,7 @@ static WRITE16_HANDLER( master_external_ram_w )
COMBINE_DATA( &state->m_mpMasterExternalRAM[offset] ); COMBINE_DATA( &state->m_mpMasterExternalRAM[offset] );
} }
#ifdef USE_NAMCOS22_SPEED_HACK #if DSP_SERIAL_SPEEDUP
#define SERIAL_IO_PERIOD 256 #define SERIAL_IO_PERIOD 256
#else #else
#define SERIAL_IO_PERIOD 1 #define SERIAL_IO_PERIOD 1

View File

@ -1,7 +1,5 @@
#include "video/poly.h" #include "video/poly.h"
#define USE_NAMCOS22_SPEED_HACK
#define MAX_LIT_SURFACES 0x80 #define MAX_LIT_SURFACES 0x80
#define MAX_RENDER_CMD_SEQ 0x1c #define MAX_RENDER_CMD_SEQ 0x1c