mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
18 lines
258 B
Plaintext
18 lines
258 B
Plaintext
;
|
|
; Include various BDOS patches found in PCP/M 2.04e?
|
|
;
|
|
PCPM204E equ YES
|
|
|
|
;
|
|
; These values would, I think, normally be generated by GENCPM.
|
|
;
|
|
SYSFLAGS equ 3590h
|
|
|
|
;
|
|
; Screen dimensions and other trivia
|
|
;
|
|
SCR_MAXX equ 79
|
|
SCR_MAXY equ 23
|
|
SCR_ECHODEL equ 0FFh
|
|
|