User input

From NeoGeo Development Wiki
Revision as of 00:59, 14 August 2012 by Furrtek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

User input can be read directly from registers REG_P1CNT and REG_P2CNT, which come from the hardware.

The SYSTEM_IO BIOS call sets more convenient values in RAM (active high bits, edge detection, repeat...). See the call's page for more details.

Most of the games use that BIOS call to read player input (mslug is an exception ?).