mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
Note update
This commit is contained in:
parent
9683451e08
commit
dd54ebdc73
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user