mirror of
https://github.com/djhackersdev/bemanitools-supplement.git
synced 2026-04-23 00:47:41 -05:00
Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0313a047e1 | ||
|
|
fedc84c68d | ||
|
|
7c424bc2ee | ||
|
|
4210445d0f | ||
|
|
42b4fdfe55 | ||
|
|
fa44c71e99 | ||
|
|
d5276802a5 | ||
|
|
d415cd7640 | ||
|
|
b23e855bc2 | ||
|
|
7719435a99 | ||
|
|
83c882a969 | ||
|
|
dd96ea472e | ||
|
|
b4c6ef132c | ||
|
|
5890739206 | ||
|
|
50a423951e | ||
|
|
990b6b60d1 | ||
|
|
ad0fcc951e | ||
|
|
69f183c11d | ||
|
|
b1c1718118 | ||
|
|
e1bb0a733e | ||
|
|
2d1c33473f | ||
|
|
c77b656843 | ||
|
|
92895ba450 | ||
|
|
89a8e58381 | ||
|
|
0787affc3f | ||
|
|
3ba4515fa3 |
|
|
@ -1,6 +1,6 @@
|
||||||
# Bemanitools supplement
|
# Bemanitools supplement
|
||||||
|
|
||||||
Version: 1.7
|
Version: 1.6
|
||||||
|
|
||||||
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.
|
||||||
|
|
@ -16,12 +16,6 @@ to run various Bemani arcade games using Bemanitools 5.
|
||||||
|
|
||||||
# Release history
|
# Release history
|
||||||
|
|
||||||
## v1.7
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
### Fixes
|
|
||||||
|
|
||||||
## v1.6
|
## v1.6
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,24 @@
|
||||||
# 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
|
* Windows 7: x64 (confirmed to work on Windows 10)
|
||||||
* Windows 10: x64
|
|
||||||
|
### Install
|
||||||
### Install
|
* Plug in the device and Windows should recognize it automatically
|
||||||
* Plug in the device and Windows should recognize it automatically
|
* Windows will install a default driver that works fine when using
|
||||||
* Windows will install a default driver that works fine when using
|
BT5's bio2 driver, e.g. `iidxio-bio2.dll`. However, if you want
|
||||||
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
|
||||||
to use the BIO2 with any version starting 25 without BT5 or its
|
emulation layer, the board cannot be detected resulting in an IO
|
||||||
emulation layer, the board cannot be detected resulting in an IO
|
error (due to a mismatch in the drivers name).
|
||||||
error (due to a mismatch in the drivers name).
|
* Go to the device manager, select the COM port the BIO2 is enumerated
|
||||||
* Go to the device manager, select the COM port the BIO2 is enumerated
|
as -> Right click -> "Update driver"
|
||||||
as -> Right click -> "Update driver"
|
* "Browse my computer for driver software" -> Next
|
||||||
* "Browse my computer for driver software" -> Next
|
* "Let me pick from a list of device drivers on my computer" -> Next
|
||||||
* "Let me pick from a list of device drivers on my computer" -> Next
|
* "Have Disk..." -> "Browse..." -> Select the driver inf file
|
||||||
* "Have Disk..." -> "Browse..." -> Select the driver inf file
|
* Select the device "KAM BIO2(VIDEO) CDC DRIVER" from the list ->
|
||||||
* Select the device "KAM BIO2(VIDEO) CDC DRIVER" from the list ->
|
Next
|
||||||
Next
|
* That should be it
|
||||||
* That should be it
|
|
||||||
|
## Testing
|
||||||
## Testing
|
Instead of using the games, use one of the tools included with BT5 to test and
|
||||||
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
|
||||||
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.
|
||||||
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