Delete monitor_80c_1Z-013A.asm

This commit is contained in:
Philip Smart
2019-10-29 10:41:06 +01:00
committed by GitHub
parent 2e050f61c1
commit f885ecd5dd

View File

@@ -1,7 +0,0 @@
; Configurable parameters.
COLW: EQU 80 ; Width of the display screen (ie. columns).
ROW: EQU 25 ; Number of rows on display screen.
SCRNSZ: EQU COLW * ROW ; Total size, in bytes, of the screen display area.
MODE80C:EQU 1
INCLUDE "1Z-013A.asm"