Characters test prior to memory map refactor
This commit is contained in:
parent
8ed06f78e4
commit
9872968720
@ -158,7 +158,7 @@ main:
|
||||
; Timer setup completed.
|
||||
|
||||
; Wait for data (it never exits)
|
||||
jmp comm_init
|
||||
; jmp comm_init
|
||||
|
||||
forever:
|
||||
jmp forever
|
||||
|
@ -4,8 +4,8 @@
|
||||
; *******************************************
|
||||
|
||||
; This module generates a Composite PAL monochrome signal with a resolution
|
||||
; of 416x304 pixels (= 52x38 characters). The signal is generated using 16-bit
|
||||
; Timer1 and interrupts.
|
||||
; of 416x304 pixels of which only 376x232 pizels are visible (= 47x29 characters).
|
||||
; The signal is generated using 16-bit Timer1 and interrupts.
|
||||
|
||||
|
||||
; How does it work:
|
||||
|
Loading…
Reference in New Issue
Block a user