keep mode seems fine, fixed PXLk macro

This commit is contained in:
Luxferre
2022-07-29 14:48:38 +03:00
parent 62b1b9e238
commit ac5b54bd79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
%SETSCRVEC { .Control/framevec DEO2 }
%INKEY { .Control/io DEI2 }
%PXL { .Control/io DEO2 }
%PXLk { .Control/io DEO2k }
%PXLk { DUP2 PXL }
%RND { .Control/random DEI }
%STACKTRACE { #ff .Control/random DEO }
%DEVSTAT { .Control/status DEI }
+1 -1
View File
@@ -9,7 +9,7 @@
BRK
@on-frame
DUP2 PXL
PXLk
;&adv KP-A JMPKEY
;&back KP-B JMPKEY
BRK