Previous 199869 Revisions Next

r22750 Friday 10th May, 2013 at 19:06:10 UTC by smf
fixed building mess after YM2610 changes (nw)
[src/mess/drivers]ng_aes.c

trunk/src/mess/drivers/ng_aes.c
r22749r22750
12871287static ADDRESS_MAP_START( neocd_audio_io_map, AS_IO, 8, ng_aes_state )
12881288   /*AM_RANGE(0x00, 0x00) AM_MIRROR(0xff00) AM_READWRITE(audio_command_r, audio_cpu_clear_nmi_w);*/  /* may not and NMI clear */
12891289   AM_RANGE(0x00, 0x00) AM_MIRROR(0xff00) AM_READ(audio_command_r)
1290   AM_RANGE(0x04, 0x07) AM_MIRROR(0xff00) AM_DEVREADWRITE_LEGACY("ymsnd", ym2610_r, ym2610_w)
1290   AM_RANGE(0x04, 0x07) AM_MIRROR(0xff00) AM_DEVREADWRITE("ymsnd", ym2610_device, read, write)
12911291   AM_RANGE(0x08, 0x08) AM_MIRROR(0xff00) /* write - NMI enable / acknowledge? (the data written doesn't matter) */
12921292   // banking reads are actually NOP on NeoCD? but some games still access them
12931293   AM_RANGE(0x08, 0x08) AM_MIRROR(0xfff0) AM_MASK(0xfff0) AM_READ(audio_cpu_bank_select_f000_f7ff_r)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team