How to start: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
*See [[Hardware architecture|what the machines are made out of]]. | |||
*Try the [[Hello world tutorial]] (assembly). | |||
Try the [[Hello world tutorial]]. | |||
==Dev environment== | ==Dev environment== |
Revision as of 09:26, 16 December 2011
- See what the machines are made out of.
- Try the Hello world tutorial (assembly).
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)