Code cleanup and native graphics routines for C64 (almost).

This commit is contained in:
Pecusx
2023-05-15 19:54:22 +02:00
parent ce6f7b3406
commit d17d49c5f0
9 changed files with 1342 additions and 358 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
;---------------------------------------------------
.def XCORRECTION_FOR_PM = 0
; if 1 - active x position of tanks correction fo PMG
.def FASTER_GRAF_PROCS = 0
.def FASTER_GRAF_PROCS = 1
; if 1 - activates faster graphics routines
; (direct writes to screen memory - atari only :) )
;---------------------------------------------------