1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-12 01:10:49 +01:00
bemanitools/doc/tools
2023-06-25 13:24:07 +02:00
..
aciotest.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
ddriotest.md doc: Update documentation for various tools and ddrio added 2023-06-25 13:24:07 +02:00
eamiotest.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
ezusb2-dbg-hook.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
ezusb2-tool.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
ezusb-iidx-fpga-flash.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
ezusb-iidx-sram-flash.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
ezusb-tool.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
iidx-bio2-exit-hook.md doc: Add doc for using bio2 exit hook 2020-12-20 17:06:13 +01:00
iidx-ezusb2-exit-hook.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
iidx-ezusb-exit-hook.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
iidxiotest.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
jbiotest.md Add jbiotest for testing jubeat IO impls 2020-09-12 09:12:35 +00:00
mempatch-hook.md dist/docs: --config not --options 2019-12-18 21:48:47 -05:00
p3io-ddr-tool.md doc: Update documentation for various tools and ddrio added 2023-06-25 13:24:07 +02:00
pcbidgen.md Bemanitools v5.26 release 2019-09-27 22:36:50 +02:00
README.md doc: Update documentation for various tools and ddrio added 2023-06-25 13:24:07 +02:00

Tools

Documentation about various additional tooling that is fundamentally not required to run any of BT5's supported games, but provides additional features for users and developers alike.

BT5 API

Various command line tools for quick and easy testing of BT5 API implementations witohut having to run any target games.

ACIO

  • aciotest: Command line tool for quick and easy testing of ACIO devices without having to run a game.

P3IO DDR testing tool

  • p3io-ddr-tool: Extensive command line tool to test and debug a real P3IO DDR (Dragon PCB) IO board + EXTIO

Ezusb

  • ezusb-iidx-fpga-flash: Tool for flashing the FPGA on ezusb 1 boards. Required if you want to run games without native ezusb support using BT5's iidxio API.
  • ezusb-iidx-sram-flash: Tool for flashing data to the SRAM of ezusb FX 2 boards. Required if you want to run games without native ezusb FX 2 support using BT5's iidxio API.
  • ezusb-tool: Fundamental tool for flashing the base firmware to ezusb 1/2 boards. Required if you want to run games without native ezusb 1/2 support using BT5's iidxio API.

IIDX exit hooks

Exit hooks allow you to exit the game using a combination of inputs on native IO hardware.

Supported IO hardware:

Misc

  • [mempatch-hook]: Hook library to dynamically apply memory address patches during runtime before your application starts execution. Should be prefered over hardcoded hex-edits if applicable.
  • [pcbidgen]: Command line tool to generate random PCBIDs