cm: added printer support

This commit is contained in:
2024-08-05 20:53:56 +02:00
parent fe14630b3d
commit 5abc593b46
7 changed files with 1326 additions and 350 deletions

10
dist/cm/segatools.ini vendored
View File

@ -50,7 +50,7 @@ enable=1
; The /24 LAN subnet that the emulated keychip will tell the game to expect.
; If you disable netenv then you must set this to your LAN's IP subnet, and
; that subnet must start with 192.168.
subnet=192.168.100.0
subnet=192.168.165.0
[gpio]
; ALLS DIP switches.
@ -73,6 +73,14 @@ enable=0
; modding frameworks such as BepInEx.
targetAssembly=
[printer]
; Sinfonia CHC-C330 printer emulation setting.
enable=1
; Change the printer serial number here.
serial_no="5A-A123"
; Insert the path to the image output directory here.
printerOutPath="DEVICE\print"
; -----------------------------------------------------------------------------
; Custom IO settings
; -----------------------------------------------------------------------------