]> 4ch.mooo.com Git - plz.git/blobdiff - asmyt.h
hmmm
[plz.git] / asmyt.h
diff --git a/asmyt.h b/asmyt.h
index 643ce9b08b37f46ccc2c25bcc18ec3cadf55bf5f..2f6065a94504048f3cadea5e0c96b9c15e92fec3 100755 (executable)
--- a/asmyt.h
+++ b/asmyt.h
@@ -1,7 +1,18 @@
 #ifndef _ASMYT_H_\r
 #define _ASMYT_H_\r
 #include "types.h"\r
+word anSelfModifyOffsets_ReadWord(word nOffset);\r
+void anSelfModifyOffsets_WriteWord(word nOffset, word nValue);\r
 int plzline(int y, int vseg);\r
 int setplzparas(int c1, int c2, int c3, int c4);\r
 word set_plzstart(word start);\r
+inline word lsini16_GetOffset()\r
+{\r
+       return 16384 + (8192 * 2);\r
+}\r
+\r
+inline word lsini4_GetOffset()\r
+{\r
+       return 16384;\r
+}\r
 #endif\r