HWPriv OS Trap

This commit is contained in:
Kelvin Sherlock 2015-01-23 10:26:52 -05:00
parent 16d0038fd1
commit a3925747ce
1 changed files with 10 additions and 0 deletions

View File

@ -751,6 +751,16 @@ namespace ToolBox {
d0 = OS::PrimeTime(trap);
break;
case 0xA0BD:
d0 = OS::FlushCodeCache(trap);
break;
case 0xA098:
case 0xA198: // don't save a0
d0 = OS::HWPriv(trap);
break;
// resource manager stuff.
// Count1Resources (theType: ResType): Integer;