mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
MT #06843 (nw)
This commit is contained in:
parent
0234bc52f4
commit
7d250fec47
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user