aboutsummaryrefslogtreecommitdiffstats
path: root/asm/text_mode.atk16
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-11-03 10:55:00 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2023-11-03 10:55:32 +0200
commit7acb987b0796ab0e93b5422de9b88a4eb7755443 (patch)
treed8de36197d26b32b7f9378ed32cbe66b5ae47fb9 /asm/text_mode.atk16
parent02cbabcd735e6367b87fa4401f7a5df89813a6f7 (diff)
Start working on reading custom charset
Diffstat (limited to 'asm/text_mode.atk16')
-rw-r--r--asm/text_mode.atk168
1 files changed, 3 insertions, 5 deletions
diff --git a/asm/text_mode.atk16 b/asm/text_mode.atk16
index 05b4fd3..f7bc40f 100644
--- a/asm/text_mode.atk16
+++ b/asm/text_mode.atk16
@@ -7,11 +7,9 @@
@include bootstrap
@label main
- ; set graphics mode to gr_text_mode
- ldi vt_gr_mode_addr RA
- ldr RA RA
- ldi gr_text_mode RB
- str RB RA
+ ; set graphics mode to sprite mode
+ set_graphics_mode gr_sprite_mode
+ ; set_graphics_mode gr_text_mode
@label loop
jpi loop