Talk:NeoGeo programming cheatsheet

From NeoGeo Development Wiki
Revision as of 02:11, 22 March 2015 by Freem (talk | contribs) (trusted myself too much instead of using preview; sorry!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

What to Include?

Seeing as the various editors of the wiki might have differing opinions on what should be included, perhaps we should discuss this. --freem (talk) 02:11, 22 March 2015 (UTC)

Discussion Section

(Putting this up top as a general commentary section. Don't forget to sign your comments with --~~~~.)

Multiple colons can be used at the beginning of a comment to give depth to a conversation thread.

BIOS Calls

  • Calls present on all systems
  • MVS-only calls (e.g. Calendar-related)
  • CD-only calls

ROM Header

(Pretty well covered at 68k program header, IMO. --freem (talk) 02:11, 22 March 2015 (UTC))

68K Vector Table and Exception Stack Frames

Interrupts

  • Mention how IRQ1 and IRQ2 are swapped on CD systems

Memory Mapped Registers

GPU Reference and Timings