diff options
Diffstat (limited to 'src/fs.asm')
| -rw-r--r-- | src/fs.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -615,6 +615,8 @@ fs_init:: cp FS_VERSION jr z, .load .fmt + ld a, 1 + ld [wBootFsFresh], a ; report "formatted" in the boot spew call fs_format .load ld a, BLK_BITMAP |
