MM toolcalls

This commit is contained in:
Kelvin Sherlock 2013-06-26 23:24:03 -04:00
parent 7f3b7bcd13
commit 675f36368b

View File

@ -203,6 +203,11 @@ namespace ToolBox {
case 0xa9e3:
d0 = MM::PtrToHand(trap);
case 0xa126:
d0 = MM::HandleZone(trap);
break;
// ReadDateTime (VAR sees: LONGINT) : OSErr;
case 0xa039:
d0 = OS::ReadDateTime(trap);
@ -244,6 +249,10 @@ namespace ToolBox {
d0 = MM::DisposePtr(trap);
break;
case 0xa065:
d0 = MM::StackSpace(trap);
break;
// NewHandle (logicalSize: Size) : Handle;
case 0xA122:
case 0xa322: