File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 7
7
.include 'monitor.s'
8
8
9
9
irq:
10
+ pha
11
+
12
+ lda VDP_REG ; read VDP status to clear 'F', the interrupt flag.
13
+
14
+ vdp_write_vram (VDP_NAME_TABLE_BASE + VDP_COLS + 1 )
15
+
16
+ pla
17
+ sta VDP_VRAM
18
+ inc
19
+
10
20
rti
11
21
12
22
reset:
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ vdp_enable_display:
116
116
117
117
vdp_register_inits:
118
118
vdp_register_0: .byte %00000000 ; 0 0 0 0 0 0 M3 EXTVDP
119
- vdp_register_1: .byte %10010000 ;16k Bl IE M1 M2 0 Siz MAG
119
+ vdp_register_1: .byte %10110000 ;16k Bl IE M1 M2 0 Siz MAG
120
120
vdp_register_2: .byte $00 ; Name table base / $400. $00 = $0000
121
121
vdp_register_3: .byte $00 ; Color table base (currently unused)
122
122
vdp_register_4: .byte $01 ; Pattern table base / $800. $01 = $0800
You can’t perform that action at this time.
0 commit comments