Hardware DIPs: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:
[[File:harddips.png|right|thumb|DIP switches on MVS boards.]]
[[File:harddips.png|right|thumb|DIP switches on MVS boards.]]


Physical switches on MVS boards used to configure various options like freeplay and multiplayer link. The switches states are readable through register '''$300001 (REG_DIPSW)'''.
Physical switches on MVS boards used to configure various options like freeplay and multiplayer link. The switches states are readable through register {{Reg|REG_DIPSW}}.


*Switch 8: Freeze (done by software, in a BIOS call)
*Switch 8: Freeze (done by software, in a BIOS call)

Revision as of 01:04, 14 August 2012

File:Mvs dip.jpg
Hard DIPs on MV1F MVS board.
File:Harddips.png
DIP switches on MVS boards.

Physical switches on MVS boards used to configure various options like freeplay and multiplayer link. The switches states are readable through register REG_DIPSW.

  • Switch 8: Freeze (done by software, in a BIOS call)
  • Switch 7: Enable freeplay
  • Switch 6: Enable communication
  • Switches 4~5: Multiplayer link cab number setting
  • Switch 3: Mahjong Controller
  • Switch 2: Coin slots configuration
  • Switch 1: Test mode

There's no such switches on AES and CD systems ($300001 reads what ?).