mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
Fixed validity check
This commit is contained in:
parent
4cd227f082
commit
e9cba67c45
@ -993,7 +993,7 @@ static MACHINE_DRIVER_START( automat )
|
|||||||
/* basic machine hardware */
|
/* basic machine hardware */
|
||||||
MDRV_CPU_ADD("maincpu", M68000, 10000000)
|
MDRV_CPU_ADD("maincpu", M68000, 10000000)
|
||||||
MDRV_CPU_PROGRAM_MAP(automat_readmem, automat_writemem)
|
MDRV_CPU_PROGRAM_MAP(automat_readmem, automat_writemem)
|
||||||
MDRV_CPU_VBLANK_INT("maincpu", irq6_line_hold)/* VBL */
|
MDRV_CPU_VBLANK_INT("screen", irq6_line_hold)/* VBL */
|
||||||
|
|
||||||
MDRV_CPU_ADD("audiocpu", Z80, 3000000)// ?
|
MDRV_CPU_ADD("audiocpu", Z80, 3000000)// ?
|
||||||
MDRV_CPU_PROGRAM_MAP(automat_s_mem, 0)
|
MDRV_CPU_PROGRAM_MAP(automat_s_mem, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user