Fix disk image :P
This commit is contained in:
parent
beb2a60025
commit
5b5a2fe35b
BIN
8Bitsy.dsk
BIN
8Bitsy.dsk
Binary file not shown.
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
(fn write [game]
|
(fn write [game]
|
||||||
(local disk (Prodos "ProDOS_Blank.dsk"))
|
(local disk (Prodos "ProDOS_Blank.dsk"))
|
||||||
(disk:update-volume-header {:name "8BITSY"})
|
(disk:update-volume-header {:name "EIGHTBITSY"})
|
||||||
|
|
||||||
(create-sys-loader disk :BITSY game)
|
(create-sys-loader disk :BITSY game)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue