2021-01-19 08:36:01 +01:00
|
|
|
; *******************************************
|
|
|
|
; * PAT80 COMPOSITE PAL VIDEO ADAPTER *
|
|
|
|
; * Character generator module *
|
|
|
|
; *******************************************
|
|
|
|
|
|
|
|
; This module generates the character pixels using the font present in rom
|
2021-01-22 08:58:11 +01:00
|
|
|
; and adds it on the framebuffer in the position indicated by POS_COARSE.
|
|
|
|
|
|
|
|
; Draws character in register A to the screen at current coords
|
|
|
|
draw_char:
|