DS I/O: Mark POSTFLG as readable

This commit is contained in:
Vicki Pfau 2017-02-22 10:59:19 -08:00
parent 2636d3a767
commit 71a590b492
1 changed files with 2 additions and 0 deletions

View File

@ -351,6 +351,7 @@ uint16_t DS7IORead(struct DS* ds, uint32_t address) {
case DS_REG_IE_HI:
case DS_REG_IF_LO:
case DS_REG_IF_HI:
case DS_REG_POSTFLG:
// Handled transparently by the registers
break;
default:
@ -569,6 +570,7 @@ uint16_t DS9IORead(struct DS* ds, uint32_t address) {
case DS9_REG_SQRT_PARAM_3:
case DS9_REG_SQRT_RESULT_LO:
case DS9_REG_SQRT_RESULT_HI:
case DS_REG_POSTFLG:
// Handled transparently by the registers
break;
default: