mirror of
https://github.com/djhackersdev/bemanitools-supplement.git
synced 2026-04-23 00:47:41 -05:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
261a92070e | ||
|
|
90bf412858 | ||
|
|
b193f67f69 | ||
|
|
44ef141f20 | ||
|
|
46f5f318f1 | ||
|
|
868a04ec15 | ||
|
|
64746c5682 | ||
|
|
c7289994a7 |
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
|
.DS_Store
|
||||||
build/
|
build/
|
||||||
version
|
version
|
||||||
|
|
|
||||||
26
README.md
26
README.md
|
|
@ -1,12 +1,12 @@
|
||||||
# Bemanitools supplement
|
# Bemanitools supplement
|
||||||
[](https://dev.s-ul.eu/djhackers/bemanitools-supplement/commits/master)
|
|
||||||
|
|
||||||
Version: 1.5
|
Version: 1.7
|
||||||
|
|
||||||
A collection of various binary files and tools which are required or optional
|
A collection of various binary files and tools which are required or optional
|
||||||
to run various Bemani arcade games using Bemanitools 5.
|
to run various Bemani arcade games using Bemanitools 5.
|
||||||
|
|
||||||
# List of games
|
# List of games
|
||||||
|
|
||||||
* [Dance Dance Revolution](ddr/README.md)
|
* [Dance Dance Revolution](ddr/README.md)
|
||||||
* [Guitar Freaks & Drummania](gfdm/README.md)
|
* [Guitar Freaks & Drummania](gfdm/README.md)
|
||||||
* [Beatmania IIDX](iidx/README.md)
|
* [Beatmania IIDX](iidx/README.md)
|
||||||
|
|
@ -15,10 +15,28 @@ to run various Bemani arcade games using Bemanitools 5.
|
||||||
* [Misc for multiple games](misc/README.md)
|
* [Misc for multiple games](misc/README.md)
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
|
## v1.7
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
## v1.6
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* feat(iidx 15): Default backup data to fix game boot crash
|
||||||
|
* feat(ddr): P3IO driver x64 and x86 for DDR
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
## v1.5
|
## v1.5
|
||||||
|
|
||||||
* Add popn music ezusb drivers and firmware dump
|
* Add popn music ezusb drivers and firmware dump
|
||||||
|
|
||||||
## v1.4
|
## v1.4
|
||||||
|
|
||||||
* Documentation improvements
|
* Documentation improvements
|
||||||
* Add compiled SMX driver for ddrio-smx
|
* Add compiled SMX driver for ddrio-smx
|
||||||
* Add driver for IIDX BIO2
|
* Add driver for IIDX BIO2
|
||||||
|
|
@ -27,14 +45,18 @@ to run various Bemani arcade games using Bemanitools 5.
|
||||||
* Add commonly used runtime libraries for bemani games
|
* Add commonly used runtime libraries for bemani games
|
||||||
|
|
||||||
## v1.3
|
## v1.3
|
||||||
|
|
||||||
* Add D01 fpga firmware
|
* Add D01 fpga firmware
|
||||||
|
|
||||||
## v1.2
|
## v1.2
|
||||||
|
|
||||||
* Add ezusb2 Win10 x86/x64 drivers
|
* Add ezusb2 Win10 x86/x64 drivers
|
||||||
|
|
||||||
## v1.1
|
## v1.1
|
||||||
|
|
||||||
* Add d3d8to9 wrapper library
|
* Add d3d8to9 wrapper library
|
||||||
|
|
||||||
## v1.0
|
## v1.0
|
||||||
|
|
||||||
* Initial release with IIDX IO drivers, IIDX IO firmwares, video codec and
|
* Initial release with IIDX IO drivers, IIDX IO firmwares, video codec and
|
||||||
RtEffects stub
|
RtEffects stub
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
# DanceDanceRevolution supplements
|
# DanceDanceRevolution supplements
|
||||||
|
|
||||||
|
* [p3io](p3io/README.md): Drivers for the P3IO board.
|
||||||
* [SMX.dll](SMX/README.md): StepManiax pad SDK, required by ddrio-smx.dll
|
* [SMX.dll](SMX/README.md): StepManiax pad SDK, required by ddrio-smx.dll
|
||||||
|
|
||||||
## Chimera P3IO
|
|
||||||
|
|
||||||
Use the [P3IO driver from GF&DM](../gfdm/p3io/README.md).
|
|
||||||
9
ddr/p3io/README.md
Normal file
9
ddr/p3io/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# P3IO
|
||||||
|
|
||||||
|
Currently, this package provides drivers for the following platforms:
|
||||||
|
|
||||||
|
* [Windows XP x86](x86)
|
||||||
|
* [Windows 7 x64](x64)
|
||||||
|
|
||||||
|
Note that the drivers for a "DDR P3IO" are different to the drivers of a "regular P3IO" used on
|
||||||
|
[GF&DM](../../gfdm/p3io/README.md).
|
||||||
1
ddr/p3io/driver/x64/README.md
Normal file
1
ddr/p3io/driver/x64/README.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Drivers taken from a DDR PCB with (DDR) P3IO running on an ADE6291, i.e. 64-bit
|
||||||
BIN
ddr/p3io/driver/x64/oem13.CAT
Normal file
BIN
ddr/p3io/driver/x64/oem13.CAT
Normal file
Binary file not shown.
81
ddr/p3io/driver/x64/oem13.inf
Normal file
81
ddr/p3io/driver/x64/oem13.inf
Normal file
|
|
@ -0,0 +1,81 @@
|
||||||
|
;
|
||||||
|
; Windows USB CDC Driver Setup File for DDR (Windows7)
|
||||||
|
;
|
||||||
|
; (C)2016 Konami Amusement Co., Ltd.
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[Version]
|
||||||
|
Signature = "$Windows NT$"
|
||||||
|
Class=Ports
|
||||||
|
ClassGUID={4d36e978-e325-11ce-bfc1-08002be10318}
|
||||||
|
Provider=%ProviderName%
|
||||||
|
DriverVer= 12/29/2016,1.1.0.0
|
||||||
|
CatalogFile=ddrmem_win7.cat
|
||||||
|
|
||||||
|
[DestinationDirs]
|
||||||
|
DefaultDestDir = 12
|
||||||
|
|
||||||
|
[MANUFACTURER]
|
||||||
|
%ProviderName%=DeviceList, NTx86, NTamd64
|
||||||
|
|
||||||
|
[DeviceList.NTx86]
|
||||||
|
%ddrmemDesc%=DriverInstall,USB\VID_1CCF&PID_8004
|
||||||
|
|
||||||
|
[DeviceList.NTamd64]
|
||||||
|
%ddrmemDesc%=DriverInstall,USB\VID_1CCF&PID_8004
|
||||||
|
|
||||||
|
;--------------------------------------------------------------------------
|
||||||
|
; Device driver
|
||||||
|
;--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
[DriverInstall]
|
||||||
|
include = mdmcpq.inf
|
||||||
|
CopyFiles = FakeModemCopyFileSection
|
||||||
|
AddReg = LowerFilterAddReg,SerialPropPageAddReg
|
||||||
|
|
||||||
|
[DriverInstall.Services]
|
||||||
|
include = mdmcpq.inf
|
||||||
|
AddService = usbser, 0x00000002, ddrmem_Service_Inst
|
||||||
|
|
||||||
|
[SerialPropPageAddReg]
|
||||||
|
HKR,,DevLoader,,*ntkern
|
||||||
|
HKR,,NTMPDriver,,usbser.sys
|
||||||
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
||||||
|
|
||||||
|
;--------------------------------------------------------------------------
|
||||||
|
; Services
|
||||||
|
;--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
[ddrmem_Service_Inst]
|
||||||
|
DisplayName = %SERVICE%
|
||||||
|
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||||
|
StartType = %SERVICE_DEMAND_START%
|
||||||
|
ErrorControl = %SERVICE_ERROR_IGNORE%
|
||||||
|
ServiceBinary = %12%\usbser.sys
|
||||||
|
|
||||||
|
;--------------------------------------------------------------------------
|
||||||
|
; Strings
|
||||||
|
;--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
[Strings]
|
||||||
|
ProviderName = "Konami Amusement"
|
||||||
|
ddrmemDesc= "DDR USB Virtual COM Port"
|
||||||
|
SERVICE = "DDR USB memory Driver"
|
||||||
|
|
||||||
|
SERVICE_BOOT_START = 0x0
|
||||||
|
SERVICE_SYSTEM_START = 0x1
|
||||||
|
SERVICE_AUTO_START = 0x2
|
||||||
|
SERVICE_DEMAND_START = 0x3
|
||||||
|
SERVICE_DISABLED = 0x4
|
||||||
|
|
||||||
|
SERVICE_KERNEL_DRIVER = 0x1
|
||||||
|
SERVICE_ERROR_IGNORE = 0x0
|
||||||
|
SERVICE_ERROR_NORMAL = 0x1
|
||||||
|
SERVICE_ERROR_SEVERE = 0x2
|
||||||
|
SERVICE_ERROR_CRITICAL = 0x3
|
||||||
|
|
||||||
|
REG_EXPAND_SZ = 0x00020000
|
||||||
|
REG_DWORD = 0x00010001
|
||||||
BIN
ddr/p3io/driver/x64/oem14.CAT
Normal file
BIN
ddr/p3io/driver/x64/oem14.CAT
Normal file
Binary file not shown.
91
ddr/p3io/driver/x64/oem14.inf
Normal file
91
ddr/p3io/driver/x64/oem14.inf
Normal file
|
|
@ -0,0 +1,91 @@
|
||||||
|
;
|
||||||
|
; Created by GenINF.
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[Version]
|
||||||
|
Signature = "$Windows NT$"
|
||||||
|
Class=USB
|
||||||
|
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
|
||||||
|
Provider=%KDE-J%
|
||||||
|
DriverVer= 10/27/2016
|
||||||
|
CatalogFile=p3io.cat
|
||||||
|
|
||||||
|
[DestinationDirs]
|
||||||
|
DefaultDestDir = 12
|
||||||
|
|
||||||
|
[SourceDisksNames]
|
||||||
|
1=%Desc_x860%,,,\x86
|
||||||
|
2=%Desc_x860%,,,\amd64
|
||||||
|
|
||||||
|
[SourceDisksFiles.x86]
|
||||||
|
p3io.sys = 1
|
||||||
|
|
||||||
|
[SourceDisksFiles.amd64]
|
||||||
|
p3io.sys = 2
|
||||||
|
|
||||||
|
[SourceDisksFiles.ia64]
|
||||||
|
|
||||||
|
|
||||||
|
[Manufacturer]
|
||||||
|
%KDE-J%=KDE-J,NTx86,NTamd64
|
||||||
|
|
||||||
|
; For WindowsXP 32bit
|
||||||
|
[KDE-J.NTx86]
|
||||||
|
%p3ioDesc%=p3io_Inst,USB\VID_0000&PID_5731
|
||||||
|
%p3ioDesc%=p3io_Inst,USB\VID_1CCF&PID_8008
|
||||||
|
|
||||||
|
; For Windows7 64bit
|
||||||
|
[KDE-J.NTamd64]
|
||||||
|
%p3ioDesc%=p3io_Inst,USB\VID_0000&PID_5731
|
||||||
|
%p3ioDesc%=p3io_Inst,USB\VID_1CCF&PID_8008
|
||||||
|
|
||||||
|
[p3io_Inst]
|
||||||
|
CopyFiles = p3io.Files.Ext
|
||||||
|
|
||||||
|
[p3io_Inst.Services]
|
||||||
|
AddService = p3io,0x00000002,p3io_Service_Inst
|
||||||
|
|
||||||
|
[p3io_Service_Inst]
|
||||||
|
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||||
|
StartType = %SERVICE_DEMAND_START%
|
||||||
|
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||||
|
ServiceBinary = %12%\p3io.sys
|
||||||
|
|
||||||
|
|
||||||
|
[p3io.Files.Ext]
|
||||||
|
p3io.sys
|
||||||
|
|
||||||
|
[p3io_EventLog_Inst]
|
||||||
|
AddReg = p3io_EventLog_Inst.AddReg
|
||||||
|
|
||||||
|
[p3io_EventLog_Inst.AddReg]
|
||||||
|
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
|
||||||
|
HKR,,TypesSupported,%REG_DWORD%,7
|
||||||
|
|
||||||
|
|
||||||
|
[Strings]
|
||||||
|
|
||||||
|
; *******Localizable Strings*******
|
||||||
|
KDE-J= "Konami Degital Entertainment"
|
||||||
|
Desc_x860= "Konami Degital Entertainment USBdrivers"
|
||||||
|
p3ioDesc= "python3 I/O board (DDRX custom)"
|
||||||
|
|
||||||
|
; *******Non Localizable Strings*******
|
||||||
|
|
||||||
|
SERVICE_BOOT_START = 0x0
|
||||||
|
SERVICE_SYSTEM_START = 0x1
|
||||||
|
SERVICE_AUTO_START = 0x2
|
||||||
|
SERVICE_DEMAND_START = 0x3
|
||||||
|
SERVICE_DISABLED = 0x4
|
||||||
|
|
||||||
|
SERVICE_KERNEL_DRIVER = 0x1
|
||||||
|
SERVICE_ERROR_IGNORE = 0x0
|
||||||
|
SERVICE_ERROR_NORMAL = 0x1
|
||||||
|
SERVICE_ERROR_SEVERE = 0x2
|
||||||
|
SERVICE_ERROR_CRITICAL = 0x3
|
||||||
|
|
||||||
|
REG_EXPAND_SZ = 0x00020000
|
||||||
|
REG_DWORD = 0x00010001
|
||||||
84
ddr/p3io/driver/x64/oem15.inf
Normal file
84
ddr/p3io/driver/x64/oem15.inf
Normal file
|
|
@ -0,0 +1,84 @@
|
||||||
|
;/*++
|
||||||
|
;
|
||||||
|
;Module Name:
|
||||||
|
;
|
||||||
|
; P4IO.INF
|
||||||
|
;
|
||||||
|
;Abstract:
|
||||||
|
; Installation inf for USB I/O PCB (P4IO)
|
||||||
|
;
|
||||||
|
;--*/
|
||||||
|
|
||||||
|
[Version]
|
||||||
|
Signature="$WINDOWS NT$"
|
||||||
|
Class=USB
|
||||||
|
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
|
||||||
|
Provider=%KDE%
|
||||||
|
DriverVer=09/05/2012,1.0.5.1
|
||||||
|
CatalogFile=p4io.cat
|
||||||
|
|
||||||
|
; ================= Class section =====================
|
||||||
|
|
||||||
|
[ClassInstall32]
|
||||||
|
Addreg=SampleClassReg
|
||||||
|
|
||||||
|
[SampleClassReg]
|
||||||
|
HKR,,,0,%ClassName%
|
||||||
|
HKR,,Icon,,-5
|
||||||
|
|
||||||
|
|
||||||
|
; ================= Device section =====================
|
||||||
|
|
||||||
|
[Manufacturer]
|
||||||
|
%MfgName%=Kde,NTx86,NTAMD64
|
||||||
|
|
||||||
|
; For WindowsXP 32bit
|
||||||
|
[Kde.NTx86]
|
||||||
|
%USB\VID_045E&PID_930A.DeviceDesc%=p4io.Dev, USB\VID_1CCF&PID_8010
|
||||||
|
|
||||||
|
; For Windows7 64bit
|
||||||
|
[Kde.NTAMD64]
|
||||||
|
%USB\VID_045E&PID_930A.DeviceDesc%=p4io.Dev, USB\VID_1CCF&PID_8010
|
||||||
|
|
||||||
|
[p4io.Dev]
|
||||||
|
CopyFiles=p4io.Files.Ext
|
||||||
|
|
||||||
|
[p4io.Dev.Services]
|
||||||
|
AddService = p4io, %SPSVCINST_ASSOCSERVICE%, p4io.AddService
|
||||||
|
|
||||||
|
[p4io.AddService]
|
||||||
|
DisplayName = %p4io.SvcDesc%
|
||||||
|
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
||||||
|
StartType = 3 ; SERVICE_DEMAND_START
|
||||||
|
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
|
||||||
|
ServiceBinary = %10%\System32\Drivers\p4io.sys
|
||||||
|
AddReg = p4io.AddReg
|
||||||
|
LoadOrderGroup = Base
|
||||||
|
|
||||||
|
[p4io.Files.Ext]
|
||||||
|
p4io.sys
|
||||||
|
|
||||||
|
[SourceDisksNames]
|
||||||
|
1=%Disk_Description%,,,\x86
|
||||||
|
2=%Disk_Description%,,,\amd64
|
||||||
|
|
||||||
|
[SourceDisksFiles.x86]
|
||||||
|
p4io.sys = 1
|
||||||
|
|
||||||
|
[SourceDisksFiles.amd64]
|
||||||
|
p4io.sys = 2
|
||||||
|
|
||||||
|
[DestinationDirs]
|
||||||
|
DefaultDestDir = 12
|
||||||
|
|
||||||
|
;---------------------------------------------------------------;
|
||||||
|
|
||||||
|
[Strings]
|
||||||
|
KDE= "Konami Digital Entertainment"
|
||||||
|
MfgName="OSR"
|
||||||
|
Disk_Description="P4IO Installation Disk"
|
||||||
|
USB\VID_045E&PID_930A.DeviceDesc="python4 I/O board"
|
||||||
|
p4io.SvcDesc="python4 I/O board"
|
||||||
|
ClassName = "Sample Device"
|
||||||
|
SPSVCINST_ASSOCSERVICE= 0x00000002
|
||||||
|
|
||||||
BIN
ddr/p3io/driver/x64/oem16.CAT
Normal file
BIN
ddr/p3io/driver/x64/oem16.CAT
Normal file
Binary file not shown.
BIN
ddr/p3io/driver/x64/p3io.sys
Normal file
BIN
ddr/p3io/driver/x64/p3io.sys
Normal file
Binary file not shown.
BIN
ddr/p3io/driver/x64/p4io.sys
Normal file
BIN
ddr/p3io/driver/x64/p4io.sys
Normal file
Binary file not shown.
BIN
ddr/p3io/driver/x86/p3io.sys
Executable file
BIN
ddr/p3io/driver/x86/p3io.sys
Executable file
Binary file not shown.
83
ddr/p3io/driver/x86/p3ioh.inf
Executable file
83
ddr/p3io/driver/x86/p3ioh.inf
Executable file
|
|
@ -0,0 +1,83 @@
|
||||||
|
;
|
||||||
|
; Created by GenINF.
|
||||||
|
;
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[Version]
|
||||||
|
Signature = "$Windows NT$"
|
||||||
|
Class=USB
|
||||||
|
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
|
||||||
|
Provider=%KDE-J%
|
||||||
|
DriverVer= 08/25/2008
|
||||||
|
|
||||||
|
[DestinationDirs]
|
||||||
|
p3io.Files.x86_12 = 12
|
||||||
|
|
||||||
|
[SourceDisksNames.x86]
|
||||||
|
0=%Desc_x860%
|
||||||
|
|
||||||
|
[SourceDisksNames.ia64]
|
||||||
|
|
||||||
|
|
||||||
|
[SourceDisksFiles.x86]
|
||||||
|
p3io.sys
|
||||||
|
|
||||||
|
[SourceDisksFiles.ia64]
|
||||||
|
|
||||||
|
|
||||||
|
[Manufacturer]
|
||||||
|
%KDE-J%=KDE-J
|
||||||
|
|
||||||
|
[KDE-J]
|
||||||
|
; %p3ioDesc%=p3io_Inst,USB\VID_0000&PID_5731
|
||||||
|
%p3ioDesc%=p3io_Inst,USB\VID_1CCF&PID_8008
|
||||||
|
|
||||||
|
[p3io_Inst.ntx86]
|
||||||
|
CopyFiles = p3io.Files.x86_12
|
||||||
|
|
||||||
|
[p3io_Inst.ntx86.Services]
|
||||||
|
AddService = p3io,0x00000002,p3io_Service_Instx86,
|
||||||
|
|
||||||
|
[p3io_Service_Instx86]
|
||||||
|
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||||
|
StartType = %SERVICE_DEMAND_START%
|
||||||
|
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||||
|
ServiceBinary = %12%\p3io.sys
|
||||||
|
|
||||||
|
|
||||||
|
[p3io.Files.x86_12]
|
||||||
|
p3io.sys
|
||||||
|
|
||||||
|
[p3io_EventLog_Inst]
|
||||||
|
AddReg = p3io_EventLog_Inst.AddReg
|
||||||
|
|
||||||
|
[p3io_EventLog_Inst.AddReg]
|
||||||
|
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
|
||||||
|
HKR,,TypesSupported,%REG_DWORD%,7
|
||||||
|
|
||||||
|
|
||||||
|
[Strings]
|
||||||
|
|
||||||
|
; *******Localizable Strings*******
|
||||||
|
KDE-J= "Konami Degital Entertainment"
|
||||||
|
Desc_x860= "Konami Degital Entertainment USBdrivers"
|
||||||
|
p3ioDesc= "python3 I/O board (DDRX custom)"
|
||||||
|
|
||||||
|
; *******Non Localizable Strings*******
|
||||||
|
|
||||||
|
SERVICE_BOOT_START = 0x0
|
||||||
|
SERVICE_SYSTEM_START = 0x1
|
||||||
|
SERVICE_AUTO_START = 0x2
|
||||||
|
SERVICE_DEMAND_START = 0x3
|
||||||
|
SERVICE_DISABLED = 0x4
|
||||||
|
|
||||||
|
SERVICE_KERNEL_DRIVER = 0x1
|
||||||
|
SERVICE_ERROR_IGNORE = 0x0
|
||||||
|
SERVICE_ERROR_NORMAL = 0x1
|
||||||
|
SERVICE_ERROR_SEVERE = 0x2
|
||||||
|
SERVICE_ERROR_CRITICAL = 0x3
|
||||||
|
|
||||||
|
REG_EXPAND_SZ = 0x00020000
|
||||||
|
REG_DWORD = 0x00010001
|
||||||
9
iidx/15/README.md
Normal file
9
iidx/15/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Beatmania IIDX (15) - DJTroopers
|
||||||
|
|
||||||
|
## `default-backup-data`
|
||||||
|
|
||||||
|
Pre-generated default "backup data" for the `e:\` and `f:\` drive. The stock game crashes on boot
|
||||||
|
without any backup data present and trying to generate default backup data. This is a bug in the
|
||||||
|
stock game. Use the provided generated data which contains all default settings by the game by
|
||||||
|
copying it either to a local mount/redirect for `e:\` and `f:\` drives or to an actual volume. The
|
||||||
|
method depends on whether you use this on a stock drive or a custom setup.
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
β'ρ,Ο+_ψuw9S°\ι*]<5D>Ξπ<CE9E>ψ,EsAδ:ϋ<>“*sοάψc<0F>ιΜ6νFύH…^ν°~ϋZΣi"ζ€<CEB6>>1”Ζ7²ο#2ΆηNΓ\«οΧ„α ‡yfEύ*
|
||||||
|
Ω1«*Άaεt=b/uΝΰB<CEB0>x<EFBFBD>c:vδχE°’,z―
©8«”<C2AB>Δc<CE94>^¶‘J(τβΓ*86=μ€ζΎl¶<W/Yλk¬ βfi KX¬<EFBFBD>/S5ϊ <EFBFBD>ςIα>AΚ’‚Ι?Ά—nλz<>@®οNΏλ§ΘfΏZ:NΪb<CEAA>0«¥€©Dζ;ν3sϊ—·ΥoHά,>g5Θ<>ιKZ•¦mΐxΫ>$¨2³ ΰs#ηv»ΐ`£H¦><3E>Ηξ"σrEy7Τi^Ω@OH(ξΙ―q¨<71>GνZt“Ν#τ<CF84>ϊv®0Ώ oµr9©¬›D3<01> ϊoNφ"«¶’1ϊ+!η’ν<1F>ΕrΥXmη9-΅Χ®}<7D>b<>{3Ή²<CE89>gΠΘΝσ`ε<>Τ$ιΫµiΛΙι4•Cβ8ς†zVZ`ΨΠΧ΄mξ¨ξ¦θG8uCα<10><19><>°<>™<EFBFBD>s”bχτNην@ί6‰’q<E28099>Yΰη
|
||||||
|
ζF<04>κwννχα<CF87>ΊΛr\σ<0C>‹6³<1D>DζVιGΓ6}8*,―Φ
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
||||||
|
β'ρ,Ο+_ψuw9S°\ι*]<5D>Ξπ<CE9E>ψ,EsAδ:ϋ<>“*sοάψc<0F>ιΜ6νFύH…^ν°~ϋZΣi"ζ€<CEB6>>1”Ζ7²ο#2ΆηNΓ\«οΧ„α ‡yfEύ*
|
||||||
|
Ω1«*Άaεt=b/uΝΰB<CEB0>x<EFBFBD>c:vδχE°’,z―
©8«”<C2AB>Δc<CE94>^¶‘J(τβΓ*86=μ€ζΎl¶<W/Yλk¬ βfi KX¬<EFBFBD>/S5ϊ <EFBFBD>ςIα>AΚ’‚Ι?Ά—nλz<>@®οNΏλ§ΘfΏZ:NΪb<CEAA>0«¥€©Dζ;ν3sϊ—·ΥoHά,>g5Θ<>ιKZ•¦mΐxΫ>$¨2³ ΰs#ηv»ΐ`£H¦><3E>Ηξ"σrEy7Τi^Ω@OH(ξΙ―q¨<71>GνZt“Ν#τ<CF84>ϊv®0Ώ oµr9©¬›D3<01> ϊoNφ"«¶’1ϊ+!η’ν<1F>ΕrΥXmη9-΅Χ®}<7D>b<>{3Ή²<CE89>gΠΘΝσ`ε<>Τ$ιΫµiΛΙι4•Cβ8ς†zVZ`ΨΠΧ΄mξ¨ξ¦θG8uCα<10><19><>°<>™<EFBFBD>s”bχτNην@ί6‰’q<E28099>Yΰη
|
||||||
|
ζF<04>κwννχα<CF87>ΊΛr\σ<0C>‹6³<1D>DζVιGΓ6}8*,―Φ
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
||||||
|
β'ρ,Ο+_ψuw9S°\ι*]<5D>Ξπ<CE9E>ψ,EsAδ:ϋ<>“*sοάψc<0F>ιΜ6νFύH…^ν°~ϋZΣi"ζ€<CEB6>>1”Ζ7²ο#2ΆηNΓ\«οΧ„α ‡yfEύ*
|
||||||
|
Ω1«*Άaεt=b/uΝΰB<CEB0>x<EFBFBD>c:vδχE°’,z―
©8«”<C2AB>Δc<CE94>^¶‘J(τβΓ*86=μ€ζΎl¶<W/Yλk¬ βfi KX¬<EFBFBD>/S5ϊ <EFBFBD>ςIα>AΚ’‚Ι?Ά—nλz<>@®οNΏλ§ΘfΏZ:NΪb<CEAA>0«¥€©Dζ;ν3sϊ—·ΥoHά,>g5Θ<>ιKZ•¦mΐxΫ>$¨2³ ΰs#ηv»ΐ`£H¦><3E>Ηξ"σrEy7Τi^Ω@OH(ξΙ―q¨<71>GνZt“Ν#τ<CF84>ϊv®0Ώ oµr9©¬›D3<01> ϊoNφ"«¶’1ϊ+!η’ν<1F>ΕrΥXmη9-΅Χ®}<7D>b<>{3Ή²<CE89>gΠΘΝσ`ε<>Τ$ιΫµiΛΙι4•Cβ8ς†zVZ`ΨΠΧ΄mξ¨ξ¦θG8uCα<10><19><>°<>™<EFBFBD>s”bχτNην@ί6‰’q<E28099>Yΰη
|
||||||
|
ζF<04>κwννχα<CF87>ΊΛr\σ<0C>‹6³<1D>DζVιGΓ6}8*,―Φ
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
||||||
|
β'ρ,Ο+_ψuw9S°\ι*]<5D>Ξπ<CE9E>ψ,EsAδ:ϋ<>“*sοάψc<0F>ιΜ6νFύH…^ν°~ϋZΣi"ζ€<CEB6>>1”Ζ7²ο#2ΆηNΓ\«οΧ„α ‡yfEύ*
|
||||||
|
Ω1«*Άaεt=b/uΝΰB<CEB0>x<EFBFBD>c:vδχE°’,z―
©8«”<C2AB>Δc<CE94>^¶‘J(τβΓ*86=μ€ζΎl¶<W/Yλk¬ βfi KX¬<EFBFBD>/S5ϊ <EFBFBD>ςIα>AΚ’‚Ι?Ά—nλz<>@®οNΏλ§ΘfΏZ:NΪb<CEAA>0«¥€©Dζ;ν3sϊ—·ΥoHά,>g5Θ<>ιKZ•¦mΐxΫ>$¨2³ ΰs#ηv»ΐ`£H¦><3E>Ηξ"σrEy7Τi^Ω@OH(ξΙ―q¨<71>GνZt“Ν#τ<CF84>ϊv®0Ώ oµr9©¬›D3<01> ϊoNφ"«¶’1ϊ+!η’ν<1F>ΕrΥXmη9-΅Χ®}<7D>b<>{3Ή²<CE89>gΠΘΝσ`ε<>Τ$ιΫµiΛΙι4•Cβ8ς†zVZ`ΨΠΧ΄mξ¨ξ¦θG8uCα<10><19><>°<>™<EFBFBD>s”bχτNην@ί6‰’q<E28099>Yΰη
|
||||||
|
ζF<04>κwννχα<CF87>ΊΛr\σ<0C>‹6³<1D>DζVιGΓ6}8*,―Φ
|
||||||
Binary file not shown.
BIN
iidx/15/default-backup-data/e/avs_conf/CONF/NVRAM/info.bin
Normal file
BIN
iidx/15/default-backup-data/e/avs_conf/CONF/NVRAM/info.bin
Normal file
Binary file not shown.
BIN
iidx/15/default-backup-data/e/avs_conf/CONF/RAW/proxy/cache.bin
Normal file
BIN
iidx/15/default-backup-data/e/avs_conf/CONF/RAW/proxy/cache.bin
Normal file
Binary file not shown.
BIN
iidx/15/default-backup-data/e/hiscore.dat
Normal file
BIN
iidx/15/default-backup-data/e/hiscore.dat
Normal file
Binary file not shown.
BIN
iidx/15/default-backup-data/e/settings.bin.0
Normal file
BIN
iidx/15/default-backup-data/e/settings.bin.0
Normal file
Binary file not shown.
BIN
iidx/15/default-backup-data/f/hiscore.dat
Normal file
BIN
iidx/15/default-backup-data/f/hiscore.dat
Normal file
Binary file not shown.
BIN
iidx/15/default-backup-data/f/settings.bin.1
Normal file
BIN
iidx/15/default-backup-data/f/settings.bin.1
Normal file
Binary file not shown.
|
|
@ -1,4 +1,6 @@
|
||||||
# Beatmania IIDX supplements
|
# Beatmania IIDX supplements
|
||||||
|
|
||||||
|
* [15](15/README.md): IIDX 15 DJTroopers specific stuff.
|
||||||
* [bio2](bio2.README.md): Drivers for real BIO2 IO board.
|
* [bio2](bio2.README.md): Drivers for real BIO2 IO board.
|
||||||
* [ezusb](ezusb/README.md): Drivers and firmware binaries for a real ezusb (C02/D01) IO board.
|
* [ezusb](ezusb/README.md): Drivers and firmware binaries for a real ezusb (C02/D01) IO board.
|
||||||
* [ezusb2](ezusb2/README.md): Drivers and firmware binaries for a real ezusb FX2 (IO2) IO board.
|
* [ezusb2](ezusb2/README.md): Drivers and firmware binaries for a real ezusb FX2 (IO2) IO board.
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,25 @@
|
||||||
# Driver for IIDX BIO2
|
# Driver for IIDX BIO2
|
||||||
Currently, this package offers drivers for the following platforms:
|
Currently, this package offers drivers for the following platforms:
|
||||||
* Windows 7: x64 (confirmed to work on Windows 10)
|
* Windows 7: x64
|
||||||
|
* Windows 10: x64
|
||||||
### Install
|
|
||||||
* Plug in the device and Windows should recognize it automatically
|
### Install
|
||||||
* Windows will install a default driver that works fine when using
|
* Plug in the device and Windows should recognize it automatically
|
||||||
BT5's bio2 driver, e.g. `iidxio-bio2.dll`. However, if you want
|
* Windows will install a default driver that works fine when using
|
||||||
to use the BIO2 with any version starting 25 without BT5 or its
|
BT5's bio2 driver, e.g. `iidxio-bio2.dll`. However, if you want
|
||||||
emulation layer, the board cannot be detected resulting in an IO
|
to use the BIO2 with any version starting 25 without BT5 or its
|
||||||
error (due to a mismatch in the drivers name).
|
emulation layer, the board cannot be detected resulting in an IO
|
||||||
* Go to the device manager, select the COM port the BIO2 is enumerated
|
error (due to a mismatch in the drivers name).
|
||||||
as -> Right click -> "Update driver"
|
* Go to the device manager, select the COM port the BIO2 is enumerated
|
||||||
* "Browse my computer for driver software" -> Next
|
as -> Right click -> "Update driver"
|
||||||
* "Let me pick from a list of device drivers on my computer" -> Next
|
* "Browse my computer for driver software" -> Next
|
||||||
* "Have Disk..." -> "Browse..." -> Select the driver inf file
|
* "Let me pick from a list of device drivers on my computer" -> Next
|
||||||
* Select the device "KAM BIO2(VIDEO) CDC DRIVER" from the list ->
|
* "Have Disk..." -> "Browse..." -> Select the driver inf file
|
||||||
Next
|
* Select the device "KAM BIO2(VIDEO) CDC DRIVER" from the list ->
|
||||||
* That should be it
|
Next
|
||||||
|
* That should be it
|
||||||
## Testing
|
|
||||||
Instead of using the games, use one of the tools included with BT5 to test and
|
## Testing
|
||||||
debug issues as it will error on more fine granular level. Furthermore, you
|
Instead of using the games, use one of the tools included with BT5 to test and
|
||||||
|
debug issues as it will error on more fine granular level. Furthermore, you
|
||||||
can also check the source code for details and to track down any unknown issues.
|
can also check the source code for details and to track down any unknown issues.
|
||||||
BIN
iidx/bio2/driver/win10/x64/CDC_bio2video_Win7.cat
Normal file
BIN
iidx/bio2/driver/win10/x64/CDC_bio2video_Win7.cat
Normal file
Binary file not shown.
BIN
iidx/bio2/driver/win10/x64/cdc_bio2video_win7.PNF
Normal file
BIN
iidx/bio2/driver/win10/x64/cdc_bio2video_win7.PNF
Normal file
Binary file not shown.
106
iidx/bio2/driver/win10/x64/cdc_bio2video_win7.inf
Normal file
106
iidx/bio2/driver/win10/x64/cdc_bio2video_win7.inf
Normal file
|
|
@ -0,0 +1,106 @@
|
||||||
|
;--------------------------------------------------------
|
||||||
|
; KDE
|
||||||
|
;
|
||||||
|
; Communication Device Class
|
||||||
|
; Virtual Serial Port
|
||||||
|
;
|
||||||
|
; 2017/06/14
|
||||||
|
;--------------------------------------------------------
|
||||||
|
|
||||||
|
[Version]
|
||||||
|
Signature="$Windows NT$"
|
||||||
|
Class=Ports
|
||||||
|
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
|
||||||
|
Provider=%MANUFACTURER%
|
||||||
|
LayoutFile=layout.inf
|
||||||
|
CatalogFile=CDC_bio2video_Win7.cat
|
||||||
|
|
||||||
|
DriverVer= 06/14/2017,1.1.2600.0
|
||||||
|
|
||||||
|
[Manufacturer]
|
||||||
|
%MANUFACTURER%=DeviceList,nt,NTamd64
|
||||||
|
|
||||||
|
[DestinationDirs]
|
||||||
|
DefaultDestDir=12
|
||||||
|
|
||||||
|
|
||||||
|
;--------------------------------------------------------
|
||||||
|
; Windows 2000/XP/Vista32 Support
|
||||||
|
;--------------------------------------------------------
|
||||||
|
[DriverInstall.nt]
|
||||||
|
include=mdmcpq.inf
|
||||||
|
CopyFiles=DriverCopyFiles.nt
|
||||||
|
AddReg=DriverInstall.nt.AddReg
|
||||||
|
|
||||||
|
[DriverCopyFiles.nt]
|
||||||
|
usbser.sys,,,0x20
|
||||||
|
|
||||||
|
[DriverInstall.nt.AddReg]
|
||||||
|
HKR,,DevLoader,,*ntkern
|
||||||
|
HKR,,NTMPDriver,,%DRIVERFILENAME%.sys
|
||||||
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
||||||
|
|
||||||
|
[DriverInstall.nt.Services]
|
||||||
|
AddService=usbser, 0x00000002, DriverService.nt
|
||||||
|
|
||||||
|
[DriverService.nt]
|
||||||
|
DisplayName=%SERVICE%
|
||||||
|
ServiceType=1
|
||||||
|
StartType=3
|
||||||
|
ErrorControl=1
|
||||||
|
ServiceBinary=%12%\%DRIVERFILENAME%.sys
|
||||||
|
|
||||||
|
;--------------------------------------------------------
|
||||||
|
; Windows Vista64 Support
|
||||||
|
;--------------------------------------------------------
|
||||||
|
|
||||||
|
[DriverInstall.NTamd64]
|
||||||
|
include=mdmcpq.inf
|
||||||
|
CopyFiles=DriverCopyFiles.NTamd64
|
||||||
|
AddReg=DriverInstall.NTamd64.AddReg
|
||||||
|
|
||||||
|
[DriverCopyFiles.NTamd64]
|
||||||
|
%DRIVERFILENAME%.sys,,,0x20
|
||||||
|
|
||||||
|
[DriverInstall.NTamd64.AddReg]
|
||||||
|
HKR,,DevLoader,,*ntkern
|
||||||
|
HKR,,NTMPDriver,,%DRIVERFILENAME%.sys
|
||||||
|
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
|
||||||
|
|
||||||
|
[DriverInstall.NTamd64.Services]
|
||||||
|
AddService=usbser, 0x00000002, DriverService.NTamd64
|
||||||
|
|
||||||
|
[DriverService.NTamd64]
|
||||||
|
DisplayName=%SERVICE%
|
||||||
|
ServiceType=1
|
||||||
|
StartType=3
|
||||||
|
ErrorControl=1
|
||||||
|
ServiceBinary=%12%\%DRIVERFILENAME%.sys
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
;**********************************************
|
||||||
|
; Please change to your company's information *
|
||||||
|
;**********************************************
|
||||||
|
[SourceDisksFiles]
|
||||||
|
[SourceDisksNames]
|
||||||
|
[DeviceList.nt]
|
||||||
|
%DESCRIPTION%=DriverInstall, USB\VID_1CCF&PID_804C
|
||||||
|
%DESCRIPTION%=DriverInstall, USB\VID_1CCF&PID_8040
|
||||||
|
|
||||||
|
[DeviceList.NTamd64]
|
||||||
|
%DESCRIPTION%=DriverInstall, USB\VID_1CCF&PID_804C
|
||||||
|
%DESCRIPTION%=DriverInstall, USB\VID_1CCF&PID_8040
|
||||||
|
|
||||||
|
|
||||||
|
;**********************************************
|
||||||
|
; Please change to your company's information *
|
||||||
|
;**********************************************
|
||||||
|
[Strings]
|
||||||
|
|
||||||
|
FILENAME="Kam_bio2video_cdc"
|
||||||
|
DRIVERFILENAME ="usbser"
|
||||||
|
MANUFACTURER="KAM"
|
||||||
|
INSTDISK="USB2UART"
|
||||||
|
DESCRIPTION="KAM BIO2(VIDEO) CDC DRIVER"
|
||||||
|
SERVICE="KAM BIO2(VIDEO) CDC DRIVER"
|
||||||
Loading…
Reference in New Issue
Block a user