diff options
author | 2018-01-11 21:30:02 +0100 | |
---|---|---|
committer | 2018-01-11 14:30:02 -0600 | |
commit | be8b2d1b5029f29ea048250b440d5a60182beced (patch) | |
tree | 2260ebd0d5a628da93de2246d9dcc74e3709616e | |
parent | 2826232a73107555d6d2d0744161acae9cce0ca6 (diff) |
fmtowns: fix cdrom regressions [rzero9]
-rw-r--r-- | src/mame/drivers/fmtowns.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/fmtowns.cpp b/src/mame/drivers/fmtowns.cpp index ca89676e8a5..a480ffaa506 100644 --- a/src/mame/drivers/fmtowns.cpp +++ b/src/mame/drivers/fmtowns.cpp @@ -1747,6 +1747,7 @@ READ8_MEMBER(towns_state::towns_cdrom_r) case 0x01: // command status if(m_towns_cd.cmd_status_ptr >= 3) { + m_towns_cd.status &= ~2; // check for more status bytes if(m_towns_cd.extra_status != 0) { |