fix build - please people, at least read the diff before committing (nw)

This commit is contained in:
Vas Crabb 2017-10-22 12:39:15 +11:00
parent 4c29419cab
commit 576e3082de

View File

@ -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)