mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-22 16:04:18 +00:00
13 lines
180 B
Plaintext
13 lines
180 B
Plaintext
;
|
|
; These values would, I think, normally be generated by GENCPM.
|
|
;
|
|
SYSFLAGS equ 65B0h
|
|
|
|
;
|
|
; Screen dimensions and other trivia
|
|
;
|
|
SCR_MAXX equ 79
|
|
SCR_MAXY equ 24
|
|
SCR_ECHODEL equ 0
|
|
|