Debug DIPs: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
m (fix link to Universe BIOS)
Line 5: Line 5:
They are believed to be originally mapped to real dipswitches on SNK devcarts.
They are believed to be originally mapped to real dipswitches on SNK devcarts.


The [[Unibios]], [[debug BIOS]] and some [[emulators]] allow setting them manually.
The [[Universe BIOS|Unibios]], [[debug BIOS]] and some [[emulators]] allow setting them manually.


The "Developer mode" is also enabled when {{BR|BIOS_DEVMODE}} is nonzero.
The "Developer mode" is also enabled when {{BR|BIOS_DEVMODE}} is nonzero.

Revision as of 21:04, 26 October 2014

Debug DIPs are like software DIPs, but can't normally be changed by the player on any hardware. They are often used to acces various debug options in games such as job meters, sprite viewers, parameters dumping, level jumping...

They typically are 2 bytes stored in the 68k user RAM at the address defined in the 68k program header at $10E.

They are believed to be originally mapped to real dipswitches on SNK devcarts.

The Unibios, debug BIOS and some emulators allow setting them manually.

The "Developer mode" is also enabled when BIOS_DEVMODE ($10FE80 ) is nonzero.

Trivia

CD BIOS call $000582 clears first 2 bytes at $10E (?)

[Debug DIPs effects list from neo-geo.com]