mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
ok :p
This commit is contained in:
parent
4586390612
commit
a8be0f08b8
@ -515,7 +515,7 @@ static INTERRUPT_GEN( slave_vblank_irq )
|
||||
static MACHINE_CONFIG_START( gyruss, gyruss_state )
|
||||
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", Z80, MASTER_CLOCK/6) /* 3.072 MHz (?) */
|
||||
MCFG_CPU_ADD("maincpu", Z80, MASTER_CLOCK/6) /* 3.072 MHz */
|
||||
MCFG_CPU_PROGRAM_MAP(main_cpu1_map)
|
||||
MCFG_CPU_VBLANK_INT("screen", master_vblank_irq)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user