mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
02964: dingo: No Audio [Phil Bennett]
This commit is contained in:
parent
2d6f8c526c
commit
857a7ee91f
@ -1466,7 +1466,7 @@ static ADDRESS_MAP_START( checkmaj_sound_map, ADDRESS_SPACE_PROGRAM, 8 )
|
||||
ADDRESS_MAP_UNMAP_HIGH
|
||||
AM_RANGE(0x0000, 0x0fff) AM_ROM
|
||||
AM_RANGE(0x8000, 0x83ff) AM_RAM
|
||||
AM_RANGE(0xa000, 0xa000) AM_DEVWRITE(SOUND, "ay", ay8910_address_data_w)
|
||||
AM_RANGE(0xa000, 0xa001) AM_DEVWRITE(SOUND, "ay", ay8910_address_data_w)
|
||||
AM_RANGE(0xa002, 0xa002) AM_DEVREAD(SOUND, "ay", ay8910_r)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user