diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2022-09-16 11:08:35 +0000 |
---|---|---|
committer | Juan J. MartÃnez <jjm@usebox.net> | 2022-09-16 11:08:35 +0000 |
commit | de06bed752f82eb5fad659f9945261fbff185241 (patch) | |
tree | 23d7fdb24453a3a1378f81d021567616492bbdbd /game/src/cas/loader.bas | |
parent | 290c74b70661bcde314f73fde2be888e5aed47e0 (diff) | |
parent | 1ef0d697a62eff28115d6642c850ba4d01ef6a89 (diff) | |
download | ubox-msx-lib-de06bed752f82eb5fad659f9945261fbff185241.tar.gz ubox-msx-lib-de06bed752f82eb5fad659f9945261fbff185241.zip |
Merge branch 'cas-support' into 'main'
Added CAS support to the example game
See merge request reidrac/ubox-msx-lib!32
Diffstat (limited to 'game/src/cas/loader.bas')
-rw-r--r-- | game/src/cas/loader.bas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/src/cas/loader.bas b/game/src/cas/loader.bas new file mode 100644 index 0000000..c94a478 --- /dev/null +++ b/game/src/cas/loader.bas @@ -0,0 +1 @@ +10 BLOAD"cas:",R
|