Files
SharpMZ_MiSTer/asm/monitor_80c_SA1510.asm
2018-09-28 17:04:36 +01:00

8 lines
322 B
NASM

; 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 "sa1510.asm"