Updates for removal of -phxass option

This commit is contained in:
alpine9000
2016-03-21 20:35:08 +11:00
parent 773d440d0c
commit a97fef89b0
17 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
SCREEN_WIDTH equ 320
SCREEN_HEIGHT equ (256+(256*INTERLACE))
SCREEN_WIDTH_BYTES equ (SCREEN_WIDTH/8)
if HAM_MODE == 1
if HAM_MODE==1
SCREEN_BIT_DEPTH equ 6
else
SCREEN_BIT_DEPTH equ 5