CREDIT DOWN: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
(Created page with "BIOS routine called to deduct credits. Input: $10FDB0 ('''BIOS_CREDIT_DEC''') for player 1, and $10FD81 ('''BIOS_CREDIT_DEC2''') for player 2. Category:Code")
 
mNo edit summary
Line 3: Line 3:
Input: $10FDB0 ('''BIOS_CREDIT_DEC''') for player 1, and $10FD81 ('''BIOS_CREDIT_DEC2''') for player 2.  
Input: $10FDB0 ('''BIOS_CREDIT_DEC''') for player 1, and $10FD81 ('''BIOS_CREDIT_DEC2''') for player 2.  


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

Revision as of 12:31, 8 October 2011

BIOS routine called to deduct credits.

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