diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-11-03 10:55:00 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-11-03 10:55:32 +0200 |
| commit | 7acb987b0796ab0e93b5422de9b88a4eb7755443 (patch) | |
| tree | d8de36197d26b32b7f9378ed32cbe66b5ae47fb9 /asm/text_mode.atk16 | |
| parent | 02cbabcd735e6367b87fa4401f7a5df89813a6f7 (diff) | |
Start working on reading custom charset
Diffstat (limited to 'asm/text_mode.atk16')
| -rw-r--r-- | asm/text_mode.atk16 | 8 |
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 |
