mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
20 lines
287 B
Plaintext
20 lines
287 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 38F0h
|
|
|
|
;
|
|
; Screen dimensions and other trivia
|
|
;
|
|
SCR_MAXX equ 78
|
|
SCR_MAXY equ 22
|
|
SCR_ECHODEL equ 0
|
|
|
|
|
|
|