(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 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
@ -1698,7 +1699,7 @@ static WRITE16_HANDLER( master_external_ram_w )
COMBINE_DATA( &state->m_mpMasterExternalRAM[offset] );
}
#ifdef USE_NAMCOS22_SPEED_HACK
#if DSP_SERIAL_SPEEDUP
#define SERIAL_IO_PERIOD 256
#else
#define SERIAL_IO_PERIOD 1

View File

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