Fixed YM2151 struct to match HW behavior

This commit is contained in:
ZeroByteOrg
2022-08-08 16:16:37 -05:00
parent 4de40a20cb
commit 5608453aea
2 changed files with 5 additions and 5 deletions

View File

@@ -538,11 +538,11 @@ NMIVec := $0318
; YM2151 audio chip
.struct YM2151
.org $9F40
.union
STATUS .byte
ADDR .byte
.endunion
.union
DATA .byte
STATUS .byte
.endunion
.endstruct
; X16 Emulator device