Talk:NeoGeo programming cheatsheet: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
(why didn't I realize this would be a better place to have the discussion sooner?)
(No difference)

Revision as of 02:11, 22 March 2015

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 <code>--~~~~</code>.)

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