Skip to content

Commit 052fcab

Browse files
how'd you sneak in there
1 parent b94578f commit 052fcab

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Shortcuts are available from outside of the Cesium application.
4141
| `on` + `8` | Backup RAM from TI-OS |
4242
| `on` + `5` | Remove latest RAM backup |
4343
| `on` + `2` | Restore RAM from latest backup |
44+
| `on` + `sto->` | Activate dark mode (inverted colors) |
4445

4546
The power-on password is set via the settings menu by pressing the `sto->`
4647
button. RAM backup is performed by copying RAM contents to flash memory, so if
@@ -49,7 +50,7 @@ you are concerned about flash wear, please moderate usage.
4950
### USB Support
5051

5152
Cesium has work-in-progress support for launching and transfering files on FAT32
52-
formatted drives.
53+
formatted drive.
5354
Future additions may be added depending on reported usage and feature requets in the
5455
issues board on GitHub.
5556

src/cesium.asm

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
; POSSIBILITY OF SUCH DAMAGE.
2828

2929
cesium_name := 'Cesium'
30-
cesium_version := '3.4.0'
30+
cesium_version := '3.4.1'
3131
cesium_copyright := '(C) 2015-2021 Matt Waltz'
3232

3333
include 'include/macros.inc'
@@ -39,12 +39,6 @@ include 'installer.asm'
3939
; this is the start of the actual application
4040
app_start cesium_name, cesium_copyright
4141
cesium_start:
42-
ld hl,$F80818
43-
ld (hl),h
44-
ld (hl),$44
45-
ld (hl),$21
46-
ld l,h
47-
ld (hl),$01
4842
cesium_code.run
4943

5044
relocate cesium_code, cesium_execution_base

0 commit comments

Comments
 (0)