Search found 1 match
- Wed Oct 05, 2011 8:12 pm
- Forum: CCS64 Bugs
- Topic: Character ROM problem
- Replies: 4
- Views: 11905
Re: Character ROM problem
I do beleive your problem is actually how a real c64 behaves - the vic chip will always see the character rom at $9000, whether you have the rom switched out or not - you can use this area of 'shadow ram' for code quite happily, but the Vic chip will always see the rom, so using it for graphics is a ...