CREDIT CHECK: Difference between revisions
Jump to navigation
Jump to search
m (BIOS -> system ROM) |
mNo edit summary |
||
Line 8: | Line 8: | ||
Call [[CREDIT_DOWN]] after. | Call [[CREDIT_DOWN]] after. | ||
Credits | Credits count are located in [[backup RAM]] at $D00034 and $D00035. Only the system ROM should use these locations directly. | ||
[[Category:BIOS calls]] | [[Category:BIOS calls]] |
Latest revision as of 05:25, 28 February 2017
CREDIT_CHECK ($C00450)
System ROM routine called to check if there's enough credits for a player.
Input: Credits necessary in BIOS_CREDIT_DEC1 ( $10FDB0) for player 1, and BIOS_CREDIT_DEC2 ( $10FDB1) for player 2. Those locations are set to 0 if there aren't enough credits.
Call CREDIT_DOWN after.
Credits count are located in backup RAM at $D00034 and $D00035. Only the system ROM should use these locations directly.