2022-05-12 12:45:50 +02:00
|
|
|
# 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=GQHDXJAA
|
|
|
|
|
|
|
|
# Emulate P3IO COM4 and its downstream devices. Uses the Windows COM4 port when disabled.
|
|
|
|
ddrhookx.use_com4_emu=true
|
|
|
|
|
|
|
|
# SD cabinet mode
|
|
|
|
ddrhookx.standard_def=false
|
|
|
|
|
2022-05-19 04:18:03 +02:00
|
|
|
# Use 15 kHz monitor mode
|
|
|
|
ddrhookx.use_15khz=false
|
|
|
|
|
2022-05-14 01:01:11 +02:00
|
|
|
# Specify path for USB memory data
|
|
|
|
ddrhookx.usbmem_path=usbmem
|
|
|
|
|
2022-05-12 12:45:50 +02:00
|
|
|
# Run the game windowed
|
2022-05-19 04:18:03 +02:00
|
|
|
gfx.windowed=false
|