mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
The Z80 is probably not running at 66mhz (nw)
This commit is contained in:
parent
d979105929
commit
b0e509ba98
@ -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 New Issue
Block a user