Go to file
Tau e374c0ab42 Update CHANGELOG 2021-12-27 20:56:30 -05:00
.gitlab Simplified bug reporting template 2021-08-15 11:11:06 +02:00
.vscode Suppress vscode auto-format for the time being 2021-06-13 11:27:00 -04:00
aimeio Add API versioning scheme to aimeio 2021-06-13 11:27:00 -04:00
amex amex/sram.c: Handle ABI version ioctl 2021-09-01 23:25:52 +00:00
board board/io4.c: add configuration section to enable/disable emulation 2021-07-05 10:08:09 +00:00
chunihook Fix format warnings for HRESULT 2021-06-17 01:39:50 +00:00
chuniio Delete coin blocker exports from IO DLLs 2021-06-13 11:27:01 -04:00
dist Document IO DLL configuration 2021-12-27 20:55:10 -05:00
divahook Remove undefined Direct3DCreate9 references 2021-06-17 01:39:52 +00:00
divaio Delete coin blocker exports from IO DLLs 2021-06-13 11:27:01 -04:00
doc Document IO DLL configuration 2021-12-27 20:55:10 -05:00
hooklib hooklib/dll.c: Ensure LoadLibraryExW is always available 2021-08-15 23:08:18 +00:00
iccard iccard/aime.c: Add (incomplete) AiMe card formatter 2019-10-19 15:50:36 -04:00
idzhook idzhook: Add missing idz_io_get_api_version export 2021-08-15 23:08:52 +00:00
idzio Fix format warnings for HRESULT 2021-06-17 01:39:50 +00:00
jvs Remove PCH source files 2019-05-01 21:17:30 -04:00
minihook Fix hook startup failure path 2021-06-13 11:27:00 -04:00
mu3hook mu3hook: Add missing mu3_io_get_api_version export 2021-08-15 23:08:57 +00:00
mu3io Document mu3io API 2021-06-13 11:27:01 -04:00
pki Add reference PKI 2019-11-06 21:02:49 -05:00
platform platform: Prevent amdaemon from shutting down the computer or logging off user 2021-08-12 23:14:34 +00:00
reg Add registry keys for Chunithm 2018-11-20 20:58:51 -05:00
spike Add Chunithm Star Plus WinHTTP debug printfs 2018-11-28 11:49:16 -05:00
subprojects subprojects: Bump Capnhook dependency 2019-11-03 11:02:46 -05:00
util Add DLL binding helper 2021-06-13 11:27:00 -04:00
.dockerignore Extend .dockerignore, ignore git related stuff 2021-05-28 20:55:47 +02:00
.editorconfig Add .editorconfig 2018-10-07 21:58:14 -04:00
.gitignore Update .gitignore, ignore single build/ output dir 2021-04-10 15:02:06 +02:00
CHANGELOG.md Update CHANGELOG 2021-12-27 20:56:30 -05:00
CONTRIBUTING.md Add section about git history to contributing docs 2021-08-13 23:55:12 +02:00
Dockerfile Add Dockerfile for building in docker 2021-04-10 15:01:12 +02:00
LICENSE Add the Unlicense to the repository 2021-12-27 20:55:20 -05:00
Makefile Add Makefile with easy to use targets for building and dist packaging 2021-04-10 15:00:16 +02:00
Package.mk dist: add idzhook.md to doc.zip 2021-06-20 16:18:08 +02:00
README.md Add development.md documentation 2021-08-13 23:55:12 +02:00
cross-mingw-32.txt build: don't hardcode cross-toolchain path 2019-11-09 13:42:15 +00:00
cross-mingw-64.txt build: don't hardcode cross-toolchain path 2019-11-09 13:42:15 +00:00
docker-build.bat Add docker-build.bat for building on Windows with Docker Desktop 2021-05-28 22:40:04 +02:00
initpki Add reference PKI 2019-11-06 21:02:49 -05:00
meson.build Silence stdcall fixup warning during linking 2021-06-17 01:39:52 +00:00
precompiled.h hooklib/dns.c: Hook classic getaddrinfo() API too 2019-09-07 16:26:10 -04:00

README.md

Segatools

Version: v005

Loaders and hardware emulators for SEGA games that run on the Nu and ALLS platforms.

List of supported games

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.