diff options
Diffstat (limited to 'src/mame/drivers/astropc.cpp')
-rw-r--r-- | src/mame/drivers/astropc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/astropc.cpp b/src/mame/drivers/astropc.cpp index a58eb2335eb..7d190e95660 100644 --- a/src/mame/drivers/astropc.cpp +++ b/src/mame/drivers/astropc.cpp @@ -45,7 +45,7 @@ INPUT_PORTS_END -static MACHINE_CONFIG_START( astropc, astropc_state ) +static MACHINE_CONFIG_START( astropc ) /* basic machine hardware */ MCFG_CPU_ADD("maincpu", I486, 40000000 ) // ?? MCFG_CPU_PROGRAM_MAP(astropc_map) |