We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f006d commit 8dc4fc4Copy full SHA for 8dc4fc4
src/cesium.asm
@@ -27,7 +27,7 @@
27
; POSSIBILITY OF SUCH DAMAGE.
28
29
cesium_name := 'Cesium'
30
-cesium_version := '3.4.4'
+cesium_version := '3.5.0'
31
cesium_copyright := '(C) 2015-2021 Matt Waltz'
32
33
include 'include/macros.inc'
src/libload.asm
@@ -50,7 +50,7 @@ libload_load:
50
ld (libload_fatdrvce),a ; reset loaded libraries that libload destroyed
51
jq .try
52
.inram:
53
- call cesium.Arc_Unarcp
+ call cesium.Arc_Unarc
54
.try:
55
ld hl,libload_name
56
call ti.Mov9ToOP1
0 commit comments