mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
(...and fixed a mcu incorrect clock speed while testing that bug)
This commit is contained in:
parent
0508c76687
commit
0a5ed5cca3
@ -636,13 +636,13 @@ static MACHINE_DRIVER_START( jngolady )
|
||||
MDRV_CPU_MODIFY("cpu0")
|
||||
MDRV_CPU_PROGRAM_MAP(0, jngolady_cpu0_map)
|
||||
|
||||
MDRV_CPU_ADD("nsc", NSC8105, MASTER_CLOCK / 16)
|
||||
MDRV_CPU_PROGRAM_MAP(nsc_map, 0)
|
||||
|
||||
MDRV_CPU_MODIFY("cpu1")
|
||||
MDRV_CPU_PROGRAM_MAP(0, jngolady_cpu1_map)
|
||||
MDRV_CPU_IO_MAP(0, jngolady_cpu1_io)
|
||||
|
||||
MDRV_CPU_ADD("nsc", NSC8105, MASTER_CLOCK / 8)
|
||||
MDRV_CPU_PROGRAM_MAP(nsc_map, 0)
|
||||
|
||||
/* sound hardware */
|
||||
MDRV_SOUND_START(NULL)
|
||||
MDRV_SOUND_REMOVE("cvsd")
|
||||
|
Loading…
Reference in New Issue
Block a user