Characters test prior to memory map refactor

This commit is contained in:
Daniele Verducci su MatissePenguin 2021-02-12 13:03:43 +01:00
parent 8ed06f78e4
commit 9872968720
2 changed files with 4 additions and 4 deletions

View File

@ -158,7 +158,7 @@ main:
; Timer setup completed. ; Timer setup completed.
; Wait for data (it never exits) ; Wait for data (it never exits)
jmp comm_init ; jmp comm_init
forever: forever:
jmp forever jmp forever

View File

@ -4,8 +4,8 @@
; ******************************************* ; *******************************************
; This module generates a Composite PAL monochrome signal with a resolution ; This module generates a Composite PAL monochrome signal with a resolution
; of 416x304 pixels (= 52x38 characters). The signal is generated using 16-bit ; of 416x304 pixels of which only 376x232 pizels are visible (= 47x29 characters).
; Timer1 and interrupts. ; The signal is generated using 16-bit Timer1 and interrupts.
; How does it work: ; How does it work: