mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
fmtowns: fix cdrom regressions [rzero9]
This commit is contained in:
parent
2826232a73
commit
be8b2d1b50
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user