|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
COININP status bits in the upper word More...
Macros | |
| #define | MIE_JVS_COIN_STUFF 0x4000 |
| Coin chute stuffed. | |
| #define | MIE_JVS_COIN_COUNTER_BREAK 0x8000 |
| Coin counter fault. | |
| #define | MIE_JVS_COIN_BUSY (MIE_JVS_COIN_STUFF | MIE_JVS_COIN_COUNTER_BREAK) |
| #define | MIE_JVS_COIN_DEC_LIMIT 0x1000 |
| Auto COINDEC when meter exceeds this. | |
COININP status bits in the upper word
| #define MIE_JVS_COIN_BUSY (MIE_JVS_COIN_STUFF | MIE_JVS_COIN_COUNTER_BREAK) |
Referenced by ui_build().
| #define MIE_JVS_COIN_COUNTER_BREAK 0x8000 |
Coin counter fault.
| #define MIE_JVS_COIN_DEC_LIMIT 0x1000 |
Auto COINDEC when meter exceeds this.
| #define MIE_JVS_COIN_STUFF 0x4000 |
Coin chute stuffed.