diff options
Diffstat (limited to 'src/mame/drivers/cubo.cpp')
-rw-r--r-- | src/mame/drivers/cubo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cubo.cpp b/src/mame/drivers/cubo.cpp index 1d79bfd89b8..70cf55fe82f 100644 --- a/src/mame/drivers/cubo.cpp +++ b/src/mame/drivers/cubo.cpp @@ -1024,7 +1024,7 @@ static INPUT_PORTS_START( mgprem11 ) INPUT_PORTS_END -static MACHINE_CONFIG_START( cubo, cubo_state ) +static MACHINE_CONFIG_START( cubo ) /* basic machine hardware */ MCFG_CPU_ADD("maincpu", M68EC020, amiga_state::CLK_28M_PAL / 2) |