How to start: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 27: Line 27:
*[[68k program header]]
*[[68k program header]]
*[[Interrupts]]
*[[Interrupts]]
*See [[:Category:Code]]
 
===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 :

Code structure

Tutorials