mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
This links to nothing by now, remove it
This commit is contained in:
parent
034ad88e83
commit
ce959d9b64
@ -1156,7 +1156,6 @@
|
|||||||
|
|
||||||
|
|
||||||
#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
|
||||||
@ -1684,12 +1683,6 @@ static WRITE16_HANDLER( master_external_ram_w )
|
|||||||
COMBINE_DATA( &state->m_mpMasterExternalRAM[offset] );
|
COMBINE_DATA( &state->m_mpMasterExternalRAM[offset] );
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DSP_SERIAL_SPEEDUP
|
|
||||||
#define SERIAL_IO_PERIOD VTOTAL
|
|
||||||
#else
|
|
||||||
#define SERIAL_IO_PERIOD 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static WRITE16_HANDLER( slave_serial_io_w )
|
static WRITE16_HANDLER( slave_serial_io_w )
|
||||||
{
|
{
|
||||||
namcos22_state *state = space->machine().driver_data<namcos22_state>();
|
namcos22_state *state = space->machine().driver_data<namcos22_state>();
|
||||||
|
Loading…
Reference in New Issue
Block a user