CREDIT DOWN: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[BIOSes|BIOS]] routine called to deduct credits.
[[BIOSes|BIOS]] routine called to deduct credits.


Input: $10FDB0 ('''BIOS_CREDIT_DEC''') for player 1, and $10FDB1 ('''BIOS_CREDIT_DEC2''') for player 2.  
Input: $10FDB0 ('''BIOS_CREDIT_DEC''') for player 1, and $10FDB1 ('''BIOS_CREDIT_DEC2''') for player 2.
 
Also updates the MVS [[book keeping]].


[[Category:BIOS calls]]
[[Category:BIOS calls]]

Revision as of 13:39, 8 October 2011

BIOS routine called to deduct credits.

Input: $10FDB0 (BIOS_CREDIT_DEC) for player 1, and $10FDB1 (BIOS_CREDIT_DEC2) for player 2.

Also updates the MVS book keeping.