Previous 199869 Revisions Next

r19761 Sunday 23rd December, 2012 at 23:19:36 UTC by hap
after doublecheck, nevermind this note
[src/mame/drivers]kurukuru.c

trunk/src/mame/drivers/kurukuru.c
r19760r19761
411411   AM_RANGE(0x60, 0x60) AM_MIRROR(0x0f) AM_READ(kurukuru_soundlatch_r)
412412   AM_RANGE(0x70, 0x70) AM_MIRROR(0x0f) AM_READ(kurukuru_adpcm_timer_irqack_r)
413413ADDRESS_MAP_END
414/*
415   Reading _any_ I/O port on the audio CPU should return ADPCM IRQ flag on bit 3, and sound command write status flag on bit 4.
416   How does this work when reading the sound latch? The game (un)fortunately doesn't test this, I'd rather leave it unemulated then.
417*/
418414
419415
420416/* YM2149 ports */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team