mirror of
https://github.com/cc65/cc65.git
synced 2025-02-08 11:31:34 +00:00
creativision/crt0.s: enable display interrupts in display controller configuration
Otherwise the joystick zero page locations won't get updated.
This commit is contained in:
parent
ca3e5e8b8c
commit
9558ebf86c
@ -81,7 +81,7 @@ irq2: jmp BIOS_IRQ2_ADDR
|
||||
; VDP Setup
|
||||
; This sets to Graphics Mode 1
|
||||
.byte $00 ; Register 0
|
||||
.byte $C0 ; Register 1 16K RAM, Active Display, Mode 1
|
||||
.byte $E0 ; Register 1 16K RAM, Active Display, Mode 1, VBI enabled
|
||||
.byte $04 ; Register 2 Name Table at $1000 - $12FF
|
||||
.byte $60 ; Register 3 Colour Table at $1800 - $181F
|
||||
.byte $00 ; Register 4 Pattern Table at $0000 - $07FF
|
||||
|
Loading…
x
Reference in New Issue
Block a user