Talk:NeoGeo programming cheatsheet: Difference between revisions
Jump to navigation
Jump to search
(why didn't I realize this would be a better place to have the discussion sooner?) |
m (trusted myself too much instead of using preview; sorry!) |
||
Line 3: | Line 3: | ||
===Discussion Section=== | ===Discussion Section=== | ||
(Putting this up top as a general commentary section. Don't forget to sign your comments with < | (Putting this up top as a general commentary section. Don't forget to sign your comments with <code><nowiki>--~~~~</nowiki></code>.) | ||
:Multiple colons can be used at the beginning of a comment to give depth to a conversation thread. | :Multiple colons can be used at the beginning of a comment to give depth to a conversation thread. | ||
Latest 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 --~~~~
.)
- 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