forked from akanyan/STARTLINER
36 lines
938 B
INI
36 lines
938 B
INI
[vfd]
|
|
; Enable VFD emulation. Disable to use a real VFD
|
|
; GP1232A02A FUTABA assembly.
|
|
enable=1
|
|
|
|
[system]
|
|
; Enable ALLS system settings.
|
|
enable=1
|
|
|
|
; Enable freeplay mode. This will disable the coin slot and set the game to
|
|
; freeplay. Keep in mind that some game modes (e.g. Freedom/Time Modes) will not
|
|
; allow you to start a game in freeplay mode.
|
|
freeplay=0
|
|
|
|
; LAN Install: Set this to 1 on all machines.
|
|
dipsw1=1
|
|
|
|
[gfx]
|
|
; Enables the graphics hook.
|
|
enable=1
|
|
|
|
[led15093]
|
|
; Enable emulation of the 15093-06 controlled lights, which handle the air tower
|
|
; RGBs and the rear LED panel (billboard) on the cabinet.
|
|
enable=1
|
|
|
|
[led]
|
|
; Output billboard LED strip data to a named pipe called \"\\\\.\\pipe\\ongeki_led\"
|
|
cabLedOutputPipe=1
|
|
; Output billboard LED strip data to serial
|
|
cabLedOutputSerial=0
|
|
|
|
; Output slider LED data to the named pipe
|
|
controllerLedOutputPipe=1
|
|
; Output slider LED data to the serial port
|
|
controllerLedOutputSerial=0 |