Search found 2 matches

by FlyMario
Fri Mar 22, 2019 10:42 am
Forum: NESdev
Topic: NES Project Questions
Replies: 4
Views: 5473

Re: NES Project Questions

Oh, I think I get it. Basically, it is just making the same memory region appear at two or so different regions. As if duplicated. Well, that seems reasonable.

Thanks!
by FlyMario
Fri Mar 22, 2019 10:11 am
Forum: NESdev
Topic: NES Project Questions
Replies: 4
Views: 5473

NES Project Questions

I have been working on an NES project where I can Develop games and run games. It will have a 512k Ram chip for "Program" and a 128k Ram chip for "Character/Sprites". I also desire to be able to read and write memory addresses while it is running. Yes, I know that I could use an ...