diff options
Diffstat (limited to 'basics/chr-ram.s')
| -rw-r--r-- | basics/chr-ram.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/basics/chr-ram.s b/basics/chr-ram.s index 9c29ac1..20e1b30 100644 --- a/basics/chr-ram.s +++ b/basics/chr-ram.s @@ -32,11 +32,22 @@ chr: .incbin "../assets/basic.chr" .segment "BANK1" +.byte $00 + .segment "BANK2" +.byte $00 + .segment "BANK3" +.byte $00 + .segment "BANK4" +.byte $00 + .segment "BANK5" +.byte $00 + .segment "BANK6" +.byte $00 ;;; ;; Just like in the `basics/unrom.s` example, we use the fixed bank for the core |
