mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24: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 36A0h
|
|
|
|
;
|
|
; Screen dimensions and other trivia
|
|
;
|
|
SCR_MAXX equ 78
|
|
SCR_MAXY equ 22
|
|
SCR_ECHODEL equ 0
|
|
|