I have officially broke ground on my new project. You can check the progress out here. You won't see much progress yet thought. This is the layout of the project. Just three simple projects.
- Client - WPF Client
- Engine - Class Library
- Main
- PPU
- APU
- Utilities
- Tests - Class Library
The first task I have knocked out, is writing a cartridge loader. As a first task to get the project moving along, it seemed like something that would be pretty easy to implement. I used Jon Skeet's post on Loading Binary Files to handle loading the raw binary. These two documents
where used as a reference guide when implementing the loader. I skipped some of the functionality, mainly the Players Choice Stuff, as I do not plan to implement any of that logic. I know that I planned to start testing the CPU first, however, most of the test programs are NES roms!
My next step will be to get the 6502 working with the loader, and get some tests added to run the NES tests.
My next step will be to get the 6502 working with the loader, and get some tests added to run the NES tests.
No comments :
Post a Comment