mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
02965: gradius, gwarrior, rf2, twinbee: Bootup process is never completed/No Sound [Phil Bennett]
This commit is contained in:
parent
6f59a149a9
commit
8df5659ba7
@ -529,7 +529,7 @@ static ADDRESS_MAP_START( gx400_sound_writemem, ADDRESS_SPACE_PROGRAM, 8 )
|
||||
AM_RANGE(0xe000, 0xe000) AM_DEVWRITE(SOUND, "vlm", vlm5030_data_w)
|
||||
AM_RANGE(0xe003, 0xe003) AM_DEVWRITE(SOUND, "konami", k005289_keylatch_A_w)
|
||||
AM_RANGE(0xe004, 0xe004) AM_DEVWRITE(SOUND, "konami", k005289_keylatch_B_w)
|
||||
AM_RANGE(0xe005, 0xe006) AM_DEVWRITE(SOUND, "ay2", ay8910_address_w)
|
||||
AM_RANGE(0xe005, 0xe005) AM_DEVWRITE(SOUND, "ay2", ay8910_address_w)
|
||||
AM_RANGE(0xe006, 0xe006) AM_DEVWRITE(SOUND, "ay1", ay8910_address_w)
|
||||
AM_RANGE(0xe030, 0xe030) AM_DEVWRITE(SOUND, "vlm", gx400_speech_start_w)
|
||||
AM_RANGE(0xe106, 0xe106) AM_DEVWRITE(SOUND, "ay1", ay8910_data_w)
|
||||
|
Loading…
Reference in New Issue
Block a user