mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
fix build - please people, at least read the diff before committing (nw)
This commit is contained in:
parent
4c29419cab
commit
576e3082de
@ -579,7 +579,7 @@ MACHINE_CONFIG_END
|
||||
static MACHINE_CONFIG_START( squash )
|
||||
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", M68000, M68000, XTAL_20MHz/2 ) /* verified on pcb */
|
||||
MCFG_CPU_ADD("maincpu", M68000, XTAL_20MHz/2 ) /* verified on pcb */
|
||||
MCFG_CPU_PROGRAM_MAP(squash_map)
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", gaelco_state, irq6_line_hold)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user