forked from Dniel97/segatools
Merge development into apm3
This commit is contained in:
parent
fbaa8c1c42
commit
944e09f40c
@ -8,6 +8,7 @@
|
||||
#include "apm3io/config.h"
|
||||
|
||||
static uint8_t apm3_opbtn;
|
||||
static uint8_t apm3_gamebtn;
|
||||
static struct apm3_io_config apm3_io_cfg;
|
||||
static bool apm3_io_coin;
|
||||
|
||||
|
@ -10,6 +10,10 @@ enum {
|
||||
apm3_IO_OPBTN_COIN = 0x04,
|
||||
};
|
||||
|
||||
enum {
|
||||
apm3_IO_GAMEBTN_1 = 0x01,
|
||||
}
|
||||
|
||||
/* Get the version of the AllS.Net PRAS Multi IO API that this DLL supports. This
|
||||
function should return a positive 16-bit integer, where the high byte is
|
||||
the major version and the low byte is the minor version (as defined by the
|
||||
|
Loading…
Reference in New Issue
Block a user