mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
fmtowns: add fake cmd 0x1f, lemmings 2 gets farther but now wants to dma past the end of ram. (nw)
This commit is contained in:
parent
9e24a3e70d
commit
fae30beff9
@ -1653,6 +1653,11 @@ void towns_state::towns_cdrom_execute_command(cdrom_image_device* device)
|
||||
m_towns_cd.extra_status = 1;
|
||||
towns_cd_set_status(0x00,0x00,0x00,0x00);
|
||||
break;
|
||||
case 0x1f: // unknown
|
||||
if(LOG_CD) logerror("CD: Command 0x1f: unknown\n");
|
||||
m_towns_cd.extra_status = 1;
|
||||
towns_cd_set_status(0x00,0x00,0x00,0x00);
|
||||
break;
|
||||
case 0x80: // set state
|
||||
if(LOG_CD) logerror("CD: Command 0x80: set state\n");
|
||||
if(m_towns_cd.command & 0x20)
|
||||
|
Loading…
Reference in New Issue
Block a user