User input

From NeoGeo Development Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 ?).