Fix disk image :P

This commit is contained in:
Jeremy Penner 2021-04-25 14:36:56 -04:00
parent beb2a60025
commit 5b5a2fe35b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -72,7 +72,7 @@
(fn write [game]
(local disk (Prodos "ProDOS_Blank.dsk"))
(disk:update-volume-header {:name "8BITSY"})
(disk:update-volume-header {:name "EIGHTBITSY"})
(create-sys-loader disk :BITSY game)