Search found 4 matches
- Wed Feb 08, 2006 9:22 am
- Forum: Newbie Help Center
- Topic: Loading name tables
- Replies: 7
- Views: 5224
- Wed Feb 08, 2006 9:13 am
- Forum: Newbie Help Center
- Topic: Loading name tables
- Replies: 7
- Views: 5224
- Tue Feb 07, 2006 12:58 pm
- Forum: Newbie Help Center
- Topic: Loading name tables
- Replies: 7
- Views: 5224
- Tue Feb 07, 2006 11:36 am
- Forum: Newbie Help Center
- Topic: Loading name tables
- Replies: 7
- Views: 5224
Loading name tables
I'm following NES101 tutorial by Michael Martin. I come to part about background but can't get my name table to display. I'm not sure are they loaded correctly as whole screen is filled with tile #0. Code: .inesprg 1 .ineschr 1 .inesmir 1 .inesmap 0 .bank 0 .org $8000 reset: sei cld vb1: lda $2002 b...