mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-24 13:32:39 +00:00
HWPriv OS Trap
This commit is contained in:
parent
16d0038fd1
commit
a3925747ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user