mirror of
https://github.com/djhackersdev/bemanitools-supplement.git
synced 2026-03-22 01:44:17 -05:00
Compare commits
No commits in common. "master" and "1.5" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
|||
.DS_Store
|
||||
build/
|
||||
version
|
||||
version
|
||||
26
README.md
26
README.md
|
|
@ -1,12 +1,12 @@
|
|||
# Bemanitools supplement
|
||||
[](https://dev.s-ul.eu/djhackers/bemanitools-supplement/commits/master)
|
||||
|
||||
Version: 1.7
|
||||
Version: 1.5
|
||||
|
||||
A collection of various binary files and tools which are required or optional
|
||||
to run various Bemani arcade games using Bemanitools 5.
|
||||
|
||||
# List of games
|
||||
|
||||
* [Dance Dance Revolution](ddr/README.md)
|
||||
* [Guitar Freaks & Drummania](gfdm/README.md)
|
||||
* [Beatmania IIDX](iidx/README.md)
|
||||
|
|
@ -15,28 +15,10 @@ to run various Bemani arcade games using Bemanitools 5.
|
|||
* [Misc for multiple games](misc/README.md)
|
||||
|
||||
# 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
|
||||
|
||||
* Add popn music ezusb drivers and firmware dump
|
||||
|
||||
## v1.4
|
||||
|
||||
* Documentation improvements
|
||||
* Add compiled SMX driver for ddrio-smx
|
||||
* Add driver for IIDX BIO2
|
||||
|
|
@ -45,18 +27,14 @@ to run various Bemani arcade games using Bemanitools 5.
|
|||
* Add commonly used runtime libraries for bemani games
|
||||
|
||||
## v1.3
|
||||
|
||||
* Add D01 fpga firmware
|
||||
|
||||
## v1.2
|
||||
|
||||
* Add ezusb2 Win10 x86/x64 drivers
|
||||
|
||||
## v1.1
|
||||
|
||||
* Add d3d8to9 wrapper library
|
||||
|
||||
## v1.0
|
||||
|
||||
* Initial release with IIDX IO drivers, IIDX IO firmwares, video codec and
|
||||
RtEffects stub
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
# DanceDanceRevolution supplements
|
||||
|
||||
* [p3io](p3io/README.md): Drivers for the P3IO board.
|
||||
* [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).
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# 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 +0,0 @@
|
|||
Drivers taken from a DDR PCB with (DDR) P3IO running on an ADE6291, i.e. 64-bit
|
||||
Binary file not shown.
|
|
@ -1,81 +0,0 @@
|
|||
;
|
||||
; 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
|
||||
Binary file not shown.
|
|
@ -1,91 +0,0 @@
|
|||
;
|
||||
; 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
|
||||
|
|
@ -1,84 +0,0 @@
|
|||
;/*++
|
||||
;
|
||||
;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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,83 +0,0 @@
|
|||
;
|
||||
; 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
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# 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.
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
β'ρ,Ο+_ψ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.
|
|
@ -1,3 +0,0 @@
|
|||
β'ρ,Ο+_ψ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.
|
|
@ -1,3 +0,0 @@
|
|||
β'ρ,Ο+_ψ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.
|
|
@ -1,3 +0,0 @@
|
|||
β'ρ,Ο+_ψ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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,6 +1,4 @@
|
|||
# Beatmania IIDX supplements
|
||||
|
||||
* [15](15/README.md): IIDX 15 DJTroopers specific stuff.
|
||||
* [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.
|
||||
* [ezusb2](ezusb2/README.md): Drivers and firmware binaries for a real ezusb FX2 (IO2) IO board.
|
||||
|
|
|
|||
|
|
@ -1,25 +1,24 @@
|
|||
# Driver for IIDX BIO2
|
||||
Currently, this package offers drivers for the following platforms:
|
||||
* Windows 7: x64
|
||||
* Windows 10: x64
|
||||
|
||||
### Install
|
||||
* Plug in the device and Windows should recognize it automatically
|
||||
* Windows will install a default driver that works fine when using
|
||||
BT5's bio2 driver, e.g. `iidxio-bio2.dll`. However, if you want
|
||||
to use the BIO2 with any version starting 25 without BT5 or its
|
||||
emulation layer, the board cannot be detected resulting in an IO
|
||||
error (due to a mismatch in the drivers name).
|
||||
* Go to the device manager, select the COM port the BIO2 is enumerated
|
||||
as -> Right click -> "Update driver"
|
||||
* "Browse my computer for driver software" -> Next
|
||||
* "Let me pick from a list of device drivers on my computer" -> Next
|
||||
* "Have Disk..." -> "Browse..." -> Select the driver inf file
|
||||
* Select the device "KAM BIO2(VIDEO) CDC DRIVER" from the list ->
|
||||
Next
|
||||
* That should be it
|
||||
|
||||
## Testing
|
||||
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
|
||||
# Driver for IIDX BIO2
|
||||
Currently, this package offers drivers for the following platforms:
|
||||
* Windows 7: x64 (confirmed to work on Windows 10)
|
||||
|
||||
### Install
|
||||
* Plug in the device and Windows should recognize it automatically
|
||||
* Windows will install a default driver that works fine when using
|
||||
BT5's bio2 driver, e.g. `iidxio-bio2.dll`. However, if you want
|
||||
to use the BIO2 with any version starting 25 without BT5 or its
|
||||
emulation layer, the board cannot be detected resulting in an IO
|
||||
error (due to a mismatch in the drivers name).
|
||||
* Go to the device manager, select the COM port the BIO2 is enumerated
|
||||
as -> Right click -> "Update driver"
|
||||
* "Browse my computer for driver software" -> Next
|
||||
* "Let me pick from a list of device drivers on my computer" -> Next
|
||||
* "Have Disk..." -> "Browse..." -> Select the driver inf file
|
||||
* Select the device "KAM BIO2(VIDEO) CDC DRIVER" from the list ->
|
||||
Next
|
||||
* That should be it
|
||||
|
||||
## Testing
|
||||
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.
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,106 +0,0 @@
|
|||
;--------------------------------------------------------
|
||||
; 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