mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
fixed hline/vline
This commit is contained in:
parent
996c7b493e
commit
1e2d9f1796
@ -16,8 +16,8 @@ tickcount = $39 ;4
|
||||
screenrows = (224/8)
|
||||
charsperline = 61
|
||||
|
||||
CH_HLINE = 7
|
||||
CH_VLINE = 7
|
||||
CH_HLINE = 1
|
||||
CH_VLINE = 2
|
||||
|
||||
; huc6270 - Video Display Controller (vdc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user