mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
dkong/dkongjr: use MB8884 as sound cpu / verified on schematics
This commit is contained in:
parent
299fc7ec1a
commit
322e67afbb
@ -1132,7 +1132,7 @@ MACHINE_DRIVER_START( dkong2b_audio )
|
||||
MDRV_LATCH8_DEVREAD(5, LATCH8, "ls259.6h", latch8_r, 3)
|
||||
MDRV_LATCH8_DISCRETE_NODE(7, DS_DISCHARGE_INV)
|
||||
|
||||
MDRV_CPU_ADD("sound", I8035,I8035_CLOCK)
|
||||
MDRV_CPU_ADD("sound", MB8884, I8035_CLOCK)
|
||||
MDRV_CPU_PROGRAM_MAP(dkong_sound_map,0)
|
||||
MDRV_CPU_IO_MAP(dkong_sound_io_map, 0)
|
||||
|
||||
@ -1195,7 +1195,7 @@ MACHINE_DRIVER_START( dkongjr_audio )
|
||||
MDRV_LATCH8_DEVREAD(4, LATCH8, "ls259.6h", latch8_r, 6)
|
||||
MDRV_LATCH8_DISCRETE_NODE(7, DS_DISCHARGE_INV)
|
||||
|
||||
MDRV_CPU_ADD("sound", I8035,I8035_CLOCK)
|
||||
MDRV_CPU_ADD("sound", MB8884, I8035_CLOCK)
|
||||
MDRV_CPU_PROGRAM_MAP(dkong_sound_map,0)
|
||||
MDRV_CPU_IO_MAP(dkongjr_sound_io_map, 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user