mirror of
https://github.com/Pecusx/no_internet.git
synced 2026-05-20 22:33:43 +02:00
ReadMe updt
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
icl 'macro.asm'
|
||||
|
||||
.zpvar tmp, tmp0, tmp1, tmp2, tmp3 .word
|
||||
sw = $80 ;screen width in bytes
|
||||
sh = 128 ; screen height in lines
|
||||
sw = $80 ;physical screen width in bytes (distance between beginnings of consecutive lines)
|
||||
sw_log = 48 ;logical screen width
|
||||
sh = 128 ;screen height in lines
|
||||
screen = $4000
|
||||
pmgraph = $9000
|
||||
org $2000
|
||||
|
||||
Reference in New Issue
Block a user