How to start: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 27: | Line 27: | ||
*[[68k program header]] | *[[68k program header]] | ||
*[[Interrupts]] | *[[Interrupts]] | ||
* | |||
===Tutorials=== | |||
*[[Displaying sprites]] | |||
*[[Displaying text]] | |||
*[[Fading_colors]] | |||
*[[Making scrollable backgrounds]] | |||
*[[Moving sprites]] |
Revision as of 17:50, 19 November 2011
TODO
Try the Hello world tutorial.
Dev environment
- Get ASW (link) or the GNU assembler GAS (link)
- Get a text editor (Context ?)
- Get the highlighter for Context
Files
For MVS
Chose an already existing romset, like ssideki (Super Sidekicks) for example. Replace the files in the zip by your :
- 68k program rom (P ROM)
- Z80 program rom (M ROM)
- ADPCM samples rom (V ROM)
- Fix tileset (S ROM)
- Pair of C ROM files (sprites tiles)