How to start: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 16: Line 16:


*68k program rom ([[P ROM]])
*68k program rom ([[P ROM]])
*Z80 program rom ([[M ROM]])
*Z80 program rom ([[M1 ROM]])
*ADPCM samples rom ([[V ROM]])
*ADPCM samples rom ([[V ROM]])
*[[Fix layer|Fix]] tileset ([[S ROM]])
*[[Fix layer|Fix]] tileset ([[S ROM]])
Line 25: Line 25:
*[[68k vector table]]
*[[68k vector table]]
*[[68k program header]]
*[[68k program header]]
*[[Interrupts]]
*[[68k interrupts]]


===Tutorials===
===Tutorials===

Latest revision as of 09:27, 16 December 2011

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 :

Code structure

Tutorials