KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Coin Status Flags

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.
 

Detailed Description

COININP status bits in the upper word

Macro Definition Documentation

◆ MIE_JVS_COIN_BUSY

#define MIE_JVS_COIN_BUSY   (MIE_JVS_COIN_STUFF | MIE_JVS_COIN_COUNTER_BREAK)

Referenced by ui_build().

◆ MIE_JVS_COIN_COUNTER_BREAK

#define MIE_JVS_COIN_COUNTER_BREAK   0x8000

Coin counter fault.

◆ MIE_JVS_COIN_DEC_LIMIT

#define MIE_JVS_COIN_DEC_LIMIT   0x1000

Auto COINDEC when meter exceeds this.

◆ MIE_JVS_COIN_STUFF

#define MIE_JVS_COIN_STUFF   0x4000

Coin chute stuffed.