Skip to content

Commit 9e6d46d

Browse files
Fixed cursor blinking on X16
1 parent d548d7b commit 9e6d46d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Makefile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
all: xx16
22

33
xx16:
4+
ruby make.rb -df:0 -s games/lgop.z5 -t:x16 -v -dc:3:5 -cc:0 -cb:9
45
#ruby make.rb games/infocom/sherlock.z5 -s -ch:100 -t:x16 -v
5-
ruby make.rb -df:0 -ch:100 -s examples/dejavu.z3 -t:x16 -v
6+
#ruby make.rb -df:0 -ch:100 -s examples/dejavu.z3 -t:x16 -v
67
#ruby make.rb -ch:100 -s games/temple.z5 -t:x16 -v
78
#ruby make.rb -ch:100 -s examples/dragontroll.z5 -t:x16 -v
89

910
mega65:
10-
ruby make.rb -t:mega65 ./games/infocom/sherlock.z5 -u -s -ch:100 -sb:0 -dm:0 -v
11+
ruby make.rb -df:0 -s games/lgop.z5 -t:mega65 -v -dc:3:5 -cc:0 -cb:1
12+
#ruby make.rb -t:mega65 ./games/infocom/sherlock.z5 -u -s -ch:100 -sb:0 -dm:0 -v
1113
#ruby make.rb examples/Aventyr.z5 -ch -s -t:mega65 -smooth
1214
#ruby make.rb games/infocom/planetfall.z5 -s -t:mega65 -sw:0
1315
#ruby make.rb -debug -v -ch -s games/infocom/hollywood.z3 -t:mega65 -sw:0
@@ -36,12 +38,13 @@ mega65:
3638
#ruby make.rb -s games/infocom/hollywood.z3 -f fonts/en/ClairsysOzmoo-Regular-US.fnt -t:mega65
3739

3840
c128:
41+
ruby make.rb -df:0 -s games/lgop.z5 -t:c128 -v -dc:3:5 -cc:0 -cb:1
3942
#ruby make.rb -s z6/shogun-r322-s890706.z6 -t:c128 -81
4043
#ruby make.rb infocom/trinity-r15-s870628.z4 -t:c128 -81 -s
4144
#ruby make.rb -s ./games/infocom/amfvUnprotected.z4 -t:c128
4245
#ruby make.rb -s infocom/zork1-invclues-r52-s871125.z5 -t:c128
4346
#ruby make.rb -s infocom/beyondzork.z5 -t:c128
44-
ruby make.rb -s -ch examples/dragontroll.z5 -t:c128
47+
#ruby make.rb -s -ch examples/dragontroll.z5 -t:c128
4548
#ruby make.rb -s examples/dejavu.z3 -t:c128
4649
#ruby make.rb -s games/infocom/borderzone.z5 -t:c128 -u
4750
#ruby make.rb -cb:5 -s games/infocom/hollywood.z3 -t:c128
@@ -50,7 +53,8 @@ c128:
5053
#ruby make.rb -ch -s games/infocom/hollywood.z3 -t:c128 -sb:6 -u
5154

5255
c64:
53-
ruby make.rb -s examples/dejavu.z3
56+
ruby make.rb -df:0 -s games/lgop.z5 -t:c64 -v -dc:3:5 -cc:0 -cb:1
57+
#ruby make.rb -s examples/dejavu.z3
5458
#ruby make.rb examples/Aventyr.z5 -f fonts/sv/ClairsysOzmoo-Bold-SV.fnt -cm:sv -ch -s -81
5559
#ruby make.rb -t:c64 games/infocom/hollywood.z3 -s -ch:100 -sb:0 -dm:0 -smooth
5660
#ruby make.rb custard.z7 -81 -s

asm/screenkernal.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,7 @@ update_cursor
13311331
lda s_colour
13321332
pha
13331333
lda current_cursor_colour
1334+
and #15
13341335
jsr VERASetForegroundColour
13351336
lda cursor_character
13361337
jsr VERAPrintChar

releasenotes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Bugfixes:
77
- Replaced ti_variable to fix frozen more prompt on X16
88
- More prompt blinking frequency adjusted on MEGA65
99
- More prompt now blinks in both 40 and 80 col mode on C128
10+
- Fixed cursor blinking on X16
1011

1112
================================================
1213
Release 14.14: 10 April 2024

0 commit comments

Comments
 (0)