mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
The Z80 is probably not running at 66mhz (nw)
This commit is contained in:
parent
b30aedb1ff
commit
0a096ee0e0
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ INPUT_PORTS_END
|
|||
|
||||
static MACHINE_CONFIG_START( laserbas, laserbas_state )
|
||||
|
||||
MCFG_CPU_ADD("maincpu", Z80, CLOCK*4)
|
||||
MCFG_CPU_ADD("maincpu", Z80, CLOCK / 4)
|
||||
MCFG_CPU_PROGRAM_MAP(laserbas_memory)
|
||||
MCFG_CPU_IO_MAP(laserbas_io)
|
||||
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", laserbas_state, laserbas_scanline, "screen", 0, 1)
|
||||
|
|
Loading…
Reference in a new issue