mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
The Z80 is probably not running at 66mhz (nw)
This commit is contained in:
parent
b30aedb1ff
commit
0a096ee0e0
@ -404,7 +404,7 @@ INPUT_PORTS_END
|
|||||||
|
|
||||||
static MACHINE_CONFIG_START( laserbas, laserbas_state )
|
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_PROGRAM_MAP(laserbas_memory)
|
||||||
MCFG_CPU_IO_MAP(laserbas_io)
|
MCFG_CPU_IO_MAP(laserbas_io)
|
||||||
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", laserbas_state, laserbas_scanline, "screen", 0, 1)
|
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", laserbas_state, laserbas_scanline, "screen", 0, 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user