diff options
Diffstat (limited to 'src/mess/drivers/stopthie.c')
-rw-r--r-- | src/mess/drivers/stopthie.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/drivers/stopthie.c b/src/mess/drivers/stopthie.c index 3d5e6b4905a..5d7457e60c9 100644 --- a/src/mess/drivers/stopthie.c +++ b/src/mess/drivers/stopthie.c @@ -65,7 +65,7 @@ static const tms0980_config stopthie_tms0980_config = static MACHINE_CONFIG_START( stopthie, stopthie_state ) - MCFG_CPU_ADD( "maincpu", TMS0980, 5000000 ) /* Clock is wrong */ + MCFG_CPU_ADD( "maincpu", TMS0980, 5000000 ) /* Clock is wrong */ MCFG_CPU_CONFIG( stopthie_tms0980_config ) MCFG_DEFAULT_LAYOUT(layout_stopthie) @@ -85,4 +85,3 @@ ROM_END /* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */ CONS( 1979, stopthie, 0, 0, stopthie, stopthie, driver_device, 0, "Parker Brothers", "Stop Thief", GAME_NOT_WORKING | GAME_NO_SOUND) - |