diff options
-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) { |