mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
fix typo
This commit is contained in:
parent
b6aa07a012
commit
47b97b04fe
@ -8,6 +8,7 @@
|
||||
|
||||
#include "toolbox.h"
|
||||
#include "rm.h"
|
||||
#include "mm.h"
|
||||
|
||||
// yuck. TST.W d0
|
||||
extern "C" void cpuSetFlagsNZ00NewW(UWO res);
|
||||
@ -28,7 +29,7 @@ namespace ToolBox {
|
||||
case 0xa51e:
|
||||
case 0xa71e:
|
||||
// clear = bit 9, sys = bit 10
|
||||
d0 = MM:NewPtr(trap);
|
||||
d0 = MM::NewPtr(trap);
|
||||
break;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user