diff options
Diffstat (limited to 'src/mame/drivers/xorworld.cpp')
-rw-r--r-- | src/mame/drivers/xorworld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xorworld.cpp b/src/mame/drivers/xorworld.cpp index 332cf52e6d1..9e436c2aaab 100644 --- a/src/mame/drivers/xorworld.cpp +++ b/src/mame/drivers/xorworld.cpp @@ -171,7 +171,7 @@ static GFXDECODE_START( xorworld ) GFXDECODE_END -static MACHINE_CONFIG_START( xorworld, xorworld_state ) +static MACHINE_CONFIG_START( xorworld ) // basic machine hardware MCFG_CPU_ADD("maincpu", M68000, 10000000) // 10 MHz MCFG_CPU_PROGRAM_MAP(xorworld_map) |