We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3693f8 commit aba4878Copy full SHA for aba4878
chips/upd765.h
@@ -661,7 +661,7 @@ static inline uint8_t _upd765_read_status(upd765_t* upd) {
661
// NOTE: the DIO bit is associated with fifo_write and internal_drq
662
// booleans in MAME, so it's a bit more complicated than what we do here
663
if (upd->cmd != UPD765_CMD_WRITE_DATA) {
664
- status |= UPD765_CMD_WRITE_DATA;
+ status |= UPD765_STATUS_DIO;
665
}
666
break;
667
case UPD765_PHASE_RESULT:
0 commit comments