Phaser locations, debug framework

This commit is contained in:
stevenhowes
2021-03-20 17:47:49 +00:00
parent 3463d84a58
commit ce042dbefd
4 changed files with 118 additions and 18 deletions
+10
View File
@@ -18,3 +18,13 @@ int input_readkey(int key)
return 0;
}
int input_readanykey()
{
inreg.r[0] = 129;
inreg.r[1] = 123 + 255;
inreg.r[2] = 255;
_kernel_swi(OS_Byte,&inreg,&outreg);
return outreg.r[1];
}