mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2024-11-28 00:10:51 +01:00
33 lines
786 B
Plaintext
33 lines
786 B
Plaintext
# URL (e.g. http://my.eamuse.server:80/whatever) or IPV4 (e.g. 127.0.0.1:80) of the target eamuse server. The port is optional but defaults to 80.
|
|
eamuse.server=localhost:80
|
|
|
|
# PCBID
|
|
eamuse.pcbid=0101020304050607086F
|
|
|
|
# EAMID
|
|
eamuse.eamid=0101020304050607086F
|
|
|
|
# Mcode of the game to run.
|
|
security.mcode=GQJDXEAA
|
|
|
|
# Emulate P3IO COM4 and its downstream devices. Uses the Windows COM4 port when disabled.
|
|
ddrhook1.use_com4_emu=true
|
|
|
|
# SD cabinet mode
|
|
ddrhook1.standard_def=false
|
|
|
|
# Use 15 kHz monitor mode
|
|
ddrhook1.use_15khz=false
|
|
|
|
# Enable USB memory data emulation
|
|
ddrhook1.usbmem_enabled=false
|
|
|
|
# Specify path for P1 USB memory data
|
|
ddrhook1.usbmem_path_p1=usbmem_p1
|
|
|
|
# Specify path for P2 USB memory data
|
|
ddrhook1.usbmem_path_p2=usbmem_p2
|
|
|
|
# Run the game windowed
|
|
gfx.windowed=false
|