diff options
Diffstat (limited to 'src/mame/drivers/esripsys.cpp')
-rw-r--r-- | src/mame/drivers/esripsys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/esripsys.cpp b/src/mame/drivers/esripsys.cpp index 19f56d7371f..ee36118cef8 100644 --- a/src/mame/drivers/esripsys.cpp +++ b/src/mame/drivers/esripsys.cpp @@ -660,7 +660,7 @@ DRIVER_INIT_MEMBER(esripsys_state,esripsys) save_item(NAME(m_fbsel)); } -static MACHINE_CONFIG_START( esripsys, esripsys_state ) +static MACHINE_CONFIG_START( esripsys ) MCFG_CPU_ADD("game_cpu", M6809E, XTAL_8MHz) MCFG_CPU_PROGRAM_MAP(game_cpu_map) MCFG_CPU_VBLANK_INT_DRIVER("screen", esripsys_state, esripsys_vblank_irq) |