diff options
Diffstat (limited to 'src/mame/drivers/upscope.cpp')
-rw-r--r-- | src/mame/drivers/upscope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/upscope.cpp b/src/mame/drivers/upscope.cpp index b59625b5eac..ac732c80370 100644 --- a/src/mame/drivers/upscope.cpp +++ b/src/mame/drivers/upscope.cpp @@ -256,7 +256,7 @@ INPUT_PORTS_END * *************************************/ -static MACHINE_CONFIG_START( upscope, upscope_state ) +static MACHINE_CONFIG_START( upscope ) /* basic machine hardware */ MCFG_CPU_ADD("maincpu", M68000, amiga_state::CLK_7M_NTSC) |