Note update

This commit is contained in:
Angelo Salese 2013-02-21 14:56:35 +00:00
parent 9683451e08
commit dd54ebdc73

View File

@ -1717,7 +1717,7 @@ static ADDRESS_MAP_START( coolridr_submap, AS_PROGRAM, 32, coolridr_state )
AM_RANGE(0x60000000, 0x600003ff) AM_WRITENOP AM_RANGE(0x60000000, 0x600003ff) AM_WRITENOP
ADDRESS_MAP_END ADDRESS_MAP_END
/* TODO: what is this for, mixing? */ /* TODO: what is this for, volume mixing? MIDI? */
WRITE8_MEMBER(coolridr_state::sound_to_sh1_w) WRITE8_MEMBER(coolridr_state::sound_to_sh1_w)
{ {
sound_fifo_full = data & 0x80; sound_fifo_full = data & 0x80;