diff options
Diffstat (limited to 'src/mame/drivers/speglsht.cpp')
-rw-r--r-- | src/mame/drivers/speglsht.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/speglsht.cpp b/src/mame/drivers/speglsht.cpp index a625bdefa15..2a682f6e8dd 100644 --- a/src/mame/drivers/speglsht.cpp +++ b/src/mame/drivers/speglsht.cpp @@ -395,7 +395,7 @@ uint32_t speglsht_state::screen_update_speglsht(screen_device &screen, bitmap_rg return 0; } -static MACHINE_CONFIG_START( speglsht, speglsht_state ) +static MACHINE_CONFIG_START( speglsht ) /* basic machine hardware */ MCFG_CPU_ADD("maincpu",ST0016_CPU, 8000000) /* 8 MHz ? */ MCFG_CPU_PROGRAM_MAP(st0016_mem) |