Skip to content

Commit

Permalink
Clear FAT count in bank 2
Browse files Browse the repository at this point in the history
For safety it is a good idea to leave the first two words in a secondary
bank 000. Then it has no XROM number and no FAT.
  • Loading branch information
hth313 committed Sep 21, 2016
1 parent 1a0155f commit 8abd644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bank2.s
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;; Just make it look empty in case the bank is left enabled.
.section Bank2Header
nop

nop

.section Tail2
;;; **********************************************************************
Expand Down

0 comments on commit 8abd644

Please sign in to comment.