File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Shortcuts are available from outside of the Cesium application.
41
41
| ` on ` + ` 8 ` | Backup RAM from TI-OS |
42
42
| ` on ` + ` 5 ` | Remove latest RAM backup |
43
43
| ` on ` + ` 2 ` | Restore RAM from latest backup |
44
+ | ` on ` + ` sto-> ` | Activate dark mode (inverted colors) |
44
45
45
46
The power-on password is set via the settings menu by pressing the ` sto-> `
46
47
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.
49
50
### USB Support
50
51
51
52
Cesium has work-in-progress support for launching and transfering files on FAT32
52
- formatted drives .
53
+ formatted drive .
53
54
Future additions may be added depending on reported usage and feature requets in the
54
55
issues board on GitHub.
55
56
Original file line number Diff line number Diff line change 27
27
; POSSIBILITY OF SUCH DAMAGE.
28
28
29
29
cesium_name := 'Cesium'
30
- cesium_version := '3.4.0 '
30
+ cesium_version := '3.4.1 '
31
31
cesium_copyright := '(C) 2015-2021 Matt Waltz'
32
32
33
33
include 'include/macros.inc'
@@ -39,12 +39,6 @@ include 'installer.asm'
39
39
; this is the start of the actual application
40
40
app_start cesium_name , cesium_copyright
41
41
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
48
42
cesium_code.run
49
43
50
44
relocate cesium_code , cesium_execution_base
You can’t perform that action at this time.
0 commit comments