The project is missing a Roadmap, that's what i came up with at the moment:
Define a basic project layout (a Makefile, src directory, a linker script, etc.)
Add a document explaining the compiling process (see issue #1)
Make a buildable and bootable ROM (add a ROM header, an empty main and write essential interrupt routines)
Recreate the title screen
When the project has advanced to the stage of booting up to the title screen, we can say the basics are laid out, and the roadmap can be extended further.
ADP 1 provides the project layout in fairly precise terms, and the Slick Makefiles are a good starting point for building the project. these should already be in place but I will make sure they are up-to-date.
The project is missing a Roadmap, that's what i came up with at the moment:
When the project has advanced to the stage of booting up to the title screen, we can say the basics are laid out, and the roadmap can be extended further.