E5506: Fix masked CR writing, Fix type
This commit is contained in:
parent
95b0028eeb
commit
f3aca62e7a
2 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@
|
|||
addWrite(0x3f,curPage); \
|
||||
} \
|
||||
} \
|
||||
chan[c].cr=((es5506.regs_r((curPage&0x20)|c,0,false)&~(m))|((d)&(m)))&0xffff; \
|
||||
chan[c].cr=(chan[c].cr&~(m))|((d)&(m)); \
|
||||
rWrite(0,chan[c].cr) \
|
||||
if (dumpWrites) { \
|
||||
addWrite(0x0,0) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue