This commit is contained in:
angelosa 2018-04-19 23:35:58 +02:00
parent 0234bc52f4
commit 7d250fec47

View File

@ -1417,6 +1417,13 @@ void stvcd_device::cd_exec_command()
status_type = 0;
break;
// Get MPEG Card Boot ROM
// TODO: incomplete, needs to actually retrieve from MPEG ROM, just silence popmessage for now.
case 0xe2:
cr_standard_return(cd_stat);
hirqreg |= (CMOK|MPED);
break;
// following are MPEG commands, enough to get Sport Fishing to do something
// MPEG Get Status
case 0x90:
@ -1449,6 +1456,7 @@ void stvcd_device::cd_exec_command()
cr4 = 0;
break;
default:
LOG("Unknown command %04x\n", cr1>>8);
popmessage("CD Block unknown command %02x, contact MAMEdev",cr1>>8);