02964: dingo: No Audio [Phil Bennett]

This commit is contained in:
Phil Bennett 2009-02-26 18:40:34 +00:00
parent 2d6f8c526c
commit 857a7ee91f

View File

@ -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