1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-09-24 02:48:21 +02:00
Runs recent Konami arcade games and emulates various arcade hardware.
Go to file
Will Xyen 89e3bbd2a3 hooklib: Allow proper passthrough of serial calls to real hardware (#26)
Only enabled / tested on IIDX CB and SDVX5

The point of this, is to allow rs232 hooks for only the descriptors that we hook.
This is because the emulation here is incomplete.
Although the IOCTL's do end up being passed to the real hardware, the game rejects some of the responses and hangs.
By short circuiting out, and calling the real Comm functions instead, it works.
And hence, card-reader passthrough works on IIDX25+/SDVX5+ finally without eamio-real
2019-09-28 17:36:22 -04:00
.gitlab Update gitlab bug template, add config file and cmd arg sections 2019-09-28 22:47:55 +02:00
dist Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
doc iidxhook3: Update readme with FAQ about htpac'd assets 2019-09-27 23:25:52 +02:00
src hooklib: Allow proper passthrough of serial calls to real hardware (#26) 2019-09-28 17:36:22 -04:00
.clang-format Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
.gitignore Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
CHANGELOG.md Bump version for next release to 5.27 2019-09-27 23:25:45 +02:00
CONTRIBUTING.md Add fork instructions to CONTRIBUTING.md 2019-09-28 00:24:31 +02:00
GNUmakefile Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
LICENSE Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
Module.mk Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
README.md README: Move contributing section from README.md to dedicated file 2019-09-27 23:36:52 +02:00
run-tests-wine.sh Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00

Bemanitools 5

Version: 5.27
Release history

A collection of tools to run various Bemani arcade games.

Bemanitools 5 (BT5) is the successor to Bemanitools 4 which introduces a big code cleanup and support for newer games. BT5 uses a cleaner approach than BT4 did; specifically, all input and lighting is handled by emulating the protocols spoken by the real IO PCBs, instead of replacing chunks of game code like BT4. The benefits of this approach are a more authentic gameplay experience, and easier support for a broader range of releases from each game series.

List of supported games

  • BeatStream
    • BeatStream (bst.zip)
    • BeatStream アニムトライヴ (bst.zip)
  • Dance Dance Revolution
    • Dance Dance Revolution X2 (ddr-12-to-16.zip)
    • Dance Dance Revolution X3 vs. 2ndMIX (ddr-12-to-16.zip)
    • Dance Dance Revolution 2013 (ddr-12-to-16.zip)
    • Dance Dance Revolution 2014 (ddr-12-to-16.zip)
    • Dance Dance Revolution A (ddr-12-to-16.zip)
  • Beatmania IIDX
    • Beatmania IIDX 9th Style (iidx-09-to-12.zip)
    • Beatmania IIDX 10th Style (iidx-09-to-12.zip)
    • Beatmania IIDX 11 IIDX RED (iidx-09-to-12.zip)
    • Beatmania IIDX 12 HAPPY SKY (iidx-09-to-12.zip)
    • Beatmania IIDX 13 DistorteD (iidx-13.zip)
    • Beatmania IIDX 14 GOLD (iidx-14-to-17.zip)
    • Beatmania IIDX 15 DJ TROOPERS (iidx-14-to-17.zip)
    • Beatmania IIDX 16 EMPRESS (iidx-14-to-17.zip)
    • Beatmania IIDX 17 SIRIUS (iidx-14-to-17.zip)
    • Beatmania IIDX 18 Resort Anthem (iidx-18.zip)
    • Beatmania IIDX 19 Lincle (iidx-19.zip)
    • Beatmania IIDX 20 Tricoro (iidx-20.zip)
    • Beatmania IIDX 21 SPADA (iidx-21-to-24.zip)
    • Beatmania IIDX 22 PENDUAL (iidx-21-to-24.zip)
    • Beatmania IIDX 23 copula (iidx-21-to-24.zip)
    • Beatmania IIDX 24 SINOBUZ (iidx-21-to-24.zip)
    • Beatmania IIDX 25 CANNON BALLERS (iidx-25.zip)
  • jubeat
    • jubeat (experimental/buggy) (jb-01.zip)
    • jubeat saucer (fulfill) (jb-05-to-07.zip)
    • jubeat prop (jb-05-to-07.zip)
    • jubeat Qubell (jb-05-to-07.zip)
    • jubeat clan (jb-08.zip)
  • SOUND VOLTEX
    • SOUND VOLTEX BOOTH (sdvx.zip)
    • SOUND VOLTEX II -infinite infection- (sdvx.zip)
    • SOUND VOLTEX III GRAVITY WARS (sdvx.zip)
    • SOUND VOLTEX IV HEAVENLY HAVEN (sdvx.zip)

Supported platforms

Our main platforms are currently Windows XP and Windows 7 which are also the target platforms on the original hardware of those games. However, as it gets more difficult to get and maintain hardware comptible with Windows XP, this might change in the future. Many games also run on very recent Windows 10 builds but bear with us that it's hard to keep up with Windows updates breaking legacy software.

Distribution contents

Check the list of supported games to grab the right files for your game. BT5 also includes a tools subpackage (tools.zip) as well as the full source code (src.zip).

You will find *.md files in various sub-packages that give you further instructions for setup, usage, error information or FAQ. We advice you to read them as your questions and concerns might already be answered by them. If not, let us know if there is any information that you consider helpful or important to know and should be added.

Contributions

Please refer to the dedicated documentation.

Development

API

Please refer to the API documentation.

Source Code

The source code is included with this distribution package (src.zip). Please refer to the development document for further details.

License

Source code license is the Unlicense; you are permitted to do with this as thou wilt. For details, please refer to the LICENSE file included with the source code.