diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-09-16 07:34:44 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-09-16 12:05:09 +0100 |
commit | 1ef0d697a62eff28115d6642c850ba4d01ef6a89 (patch) | |
tree | 23d7fdb24453a3a1378f81d021567616492bbdbd /game/src/cas/loader.bas | |
parent | 290c74b70661bcde314f73fde2be888e5aed47e0 (diff) | |
download | ubox-msx-lib-1ef0d697a62eff28115d6642c850ba4d01ef6a89.tar.gz ubox-msx-lib-1ef0d697a62eff28115d6642c850ba4d01ef6a89.zip |
Added CAS support to the example game
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
|