File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 36
36
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
37
37
38
38
VSCROLLT
39
+
40
+ ORCC #$50
41
+
39
42
LDA CONSOLEX1
40
43
BNE VSCROLLTNEW
41
44
LDA CONSOLEY1
@@ -61,6 +64,9 @@ VSCROLLTNEW
61
64
; ----------------------------------------------
62
65
63
66
VSCROLLTNEWDB
67
+
68
+ ANDCC #$AF
69
+
64
70
RTS
65
71
66
72
; ----------------------------------------------
@@ -103,6 +109,9 @@ VSCROLLTNEW3X
103
109
BNE VSCROLLTNEW4X
104
110
JMP VSCROLLTNEW4
105
111
VSCROLLTNEW4X
112
+
113
+ ANDCC #$AF
114
+
106
115
RTS
107
116
108
117
VSCROLLTNEW0
@@ -259,6 +268,7 @@ VSCROLLTNEWDOWN
259
268
260
269
VSCROLLTNEWE
261
270
PULS A,B,X,Y,U
271
+ ANDCC #$AF
262
272
RTS
263
273
264
274
; -------------------------------
@@ -268,6 +278,7 @@ VSCROLLTORG
268
278
PSHS D
269
279
LDD BITMAPADDRESS
270
280
ADDD CURRENTFRAMESIZE
281
+ SUBB CURRENTSL
271
282
STD <MATHPTR0
272
283
PULS D
273
284
@@ -282,6 +293,7 @@ VSCROLLTORG
282
293
; ----------------------------------------------
283
294
284
295
VSCROLLTORGDB
296
+ ANDCC #$AF
285
297
RTS
286
298
287
299
; ----------------------------------------------
@@ -291,7 +303,7 @@ VSCROLLTORGDB
291
303
VSCROLLTORGORIG
292
304
293
305
ANDCC #$FE
294
- LDA _PEN
306
+ LDA _PAPER
295
307
ANDA #$0F
296
308
ASLA
297
309
ASLA
@@ -324,6 +336,7 @@ VSCROLLTORG3X
324
336
BNE VSCROLLTORG4X
325
337
JMP VSCROLLTORG4
326
338
VSCROLLTORG4X
339
+ ANDCC #$AF
327
340
RTS
328
341
329
342
VSCROLLTORG0
@@ -371,7 +384,7 @@ VSCROLLTORGUPYSCR1
371
384
STA ,X+
372
385
CMPY <MATHPTR0
373
386
BNE VSCROLLTORGUPYSCR1
374
- LDA # 0
387
+ LDA <MATHPTR5
375
388
VSCROLLTORGUPREFILL
376
389
STA ,X+
377
390
CMPX <MATHPTR0
@@ -483,4 +496,5 @@ VSCROLLTORGDOWNREFILLC
483
496
484
497
VSCROLLTORGE
485
498
PULS A,B,X,Y,U
499
+ ANDCC #$AF
486
500
RTS
You can’t perform that action at this time.
0 commit comments