mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
changed sound cpu type in saiyugb1 to I8748
This commit is contained in:
parent
12c7449332
commit
8ffc355ac5
@ -549,7 +549,7 @@ static MACHINE_DRIVER_START( saiyugb1 )
|
||||
MDRV_CPU_ADD("audio", Z80, 3579545) /* 3.579545 MHz oscillator */
|
||||
MDRV_CPU_PROGRAM_MAP(saiyugb1_sound_map,0)
|
||||
|
||||
MDRV_CPU_ADD("mcu", I8048, 9263750) /* 9.263750 MHz oscillator, divided by 3*5 internally */
|
||||
MDRV_CPU_ADD("mcu", I8748, 9263750) /* 9.263750 MHz oscillator, divided by 3*5 internally */
|
||||
MDRV_CPU_PROGRAM_MAP(i8748_map,0)
|
||||
MDRV_CPU_IO_MAP(i8748_portmap,0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user