| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Updated version of GensKMod that can be compiled directly with Visual Studio 2022 Community.
Unlike previous versions, all required libraries and external tools are now included in this project.
Simply open the GensKMod solution in VS2022 and build.
The build process will:
This version uses an older NASM release, which is included in the project.
GensKMod is based on the original Gens emulator and uses the Starcream 680x0 library for Sega Genesis and Sega CD 68000 CPU emulation.
The CPU core has been customized and optimized for Gens.
Gens/ ├── All Gens source files (except CPU cores) Starscream/ ├── Main68k/ -> Genesis 68000 CPU core └── Sub68k/ -> Sega CD 68000 CPU core
Gens uses two separate 68000 cores for performance reasons:
To enable Netplay features, place kailleraclient.dll in the same directory as gensKmod.exe.
Help files are compiled using HelpNDoc:
http://www.helpndoc.com
Many thanks to:
Special thanks to:
GensKMod by KanedaFr
This version modernizes the build process while preserving the original GensKMod structure and performance optimizations.
Open the solution, build, and run.
Enjoy!
| Back | FazBrowse Home | New Git URL |