#include "global.h"#include "LightsDriver_Win32Parallel.h"#include "windows.h"#include "RageUtil.h"Typedefs | |
| typedef char | Data |
| typedef short | int (WINAPI ISDRIVERINSTALLED)() |
Functions | |
| typedef | void (WINAPI PORTOUT)(short int Port |
| int | CabinetLightToIndex (CabinetLight cl) |
| int | GameControllerAndGameButtonToIndex (GameController gc, GameButton gb) |
| void | IndexToLptAndPin (int index, int &lpt_out, int &pin_out) |
Variables | |
| HINSTANCE | hDLL = NULL |
| PORTOUT * | PortOut = NULL |
| ISDRIVERINSTALLED * | IsDriverInstalled = NULL |
| const int | LIGHTS_PER_PARALLEL_PORT = 8 |
| const int | MAX_PARALLEL_PORTS = 3 |
| short | LPT_ADDRESS [MAX_PARALLEL_PORTS] |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
|
|
|
|
|
|
|
1.3.7