forked from TeamTofuShop/segatools
renamed [gpio] dipsw settings to [system]
This commit is contained in:
@ -36,9 +36,9 @@ HRESULT cm_io_init(void);
|
||||
HRESULT cm_io_poll(void);
|
||||
|
||||
/* Get the state of the cabinet's operator buttons as of the last poll. See
|
||||
cm_IO_OPBTN enum above: this contains bit mask definitions for button
|
||||
CM_IO_OPBTN enum above: this contains bit mask definitions for button
|
||||
states returned in *opbtn. All buttons are active-high.
|
||||
|
||||
Minimum API version: 0x0100 */
|
||||
|
||||
void cm_io_get_opbtns(uint8_t *opbtn);
|
||||
void cm_io_get_opbtns(uint8_t *opbtn);
|
||||
|
Reference in New Issue
Block a user