mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-05-12 22:33:18 -05:00
Loaders and hardware emulators for SEGA games that run on the Nu and ALLS platforms https://github.com/djhackersdev/segatools
As someone running several games on the same cabinet that share most of the hardware (like KCA and FGO), it's a bit of a hassle switching the COM ports of the hardware around all the time. This commit adds the ability to place arbitary path redirections in segatools.ini, which is mostly useful for hardcoded serial ports. Technically this would also allow you to redirect arbitary paths, but I haven't tested that yet. An example that I personally use is: ``` [vfs] amfs=amfs appdata=. option=option ; aime reader redirection0from=\\.\COM10 redirection0to=\\.\COM3 ; rfid reader redirection1from=\\.\COM12 redirection1to=\\.\COM2 ; POP led begone redirection2from=\\.\COM9 redirection2to=\\.\COM90 ; partition to pop redirection3from=\\.\COM11 redirection3to=\\.\COM9 ``` Reviewed-on: https://gitea.tendokyu.moe/TeamTofuShop/segatools/pulls/62 Co-authored-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com> Co-committed-by: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com> |
||
|---|---|---|
| .gitlab | ||
| .vscode | ||
| common | ||
| dist | ||
| doc | ||
| emoney | ||
| games | ||
| pki | ||
| spike | ||
| subprojects | ||
| .clang-format | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| cross-mingw-32.txt | ||
| cross-mingw-64.txt | ||
| docker-build.bat | ||
| Dockerfile | ||
| initpki | ||
| LICENSE | ||
| Makefile | ||
| meson_options.txt | ||
| meson.build | ||
| msvc-build.bat | ||
| Package.mk | ||
| package.ps1 | ||
| README.md | ||
Segatools
Version: 2025-11-04
Loaders and hardware emulators for SEGA games that run on the Nu and ALLS platforms.
List of supported games
- Card Maker
- starting from Card Maker
- CHUNITHM
- up to CHUNITHM PARADISE LOST
- starting from CHUNITHM NEW!!
- crossbeats REV.
- up to crossbeats REV. SUNRISE
- Fate/Grand Order
- Fate/Grand Order Arcade
- Hatsune Miku: Project DIVA Arcade
- up to Future Tone
- Initial D
- Initial D Arcade Stage Zero
- Initial D THE ARCADE
- maimai DX
- starting from maimai DX
- Mario & Sonic
- Mario & Sonic at the Tokyo 2020 Olympics Arcade
- O.N.G.E.K.I.
- starting from O.N.G.E.K.I.
- SEGA World Drivers Championship
- SEGA World Drivers Championship 2019
- WACCA
- starting from WACCA
- Kemono Friends
- Kemono Friends 3: Planet Tours
- ALL.Net P-ras MULTI Version 3
- starting from ALL.Net P-ras MULTI Version 3 1.01
End-users
For setup and configuration guides, refer to the dedicated documents available for each game, see the links in the previous section.
Contributors
If you are/want to be a contributor of any kind, e.g. new features, bug fixes, documentation improvements, ..., please read the contributing documentation, first.
Developers
For development setup and instructions how to build the project, refer to the dedicated development documentation.