GearSystem Git (2014/07/18) is complied. GearSystem is a Sega Master System / Game Gear emulator written in C++ that runs on iOS, Raspberry Pi, Mac, Windows and Linux. The main focus of this emulator is readability of source code with very high compatibility.
Features:
- Highly accurate Z80 core.
- Multi-Mapper support: SEGA, Codemasters, and ROM only cartridges.
- External RAM support with save files.
- Automatic region detection: NTSC-JAP, NTSC-USA, PAL-EUR.
- SMS2 only 224 mode support.
- Internal database for rom detection.
- Sound emulation using SDL Audio and Sms_Snd_Emu library.
- Integrated disassembler. It can dump the full disassembled memory to a text file or access it in real time.
- Compressed rom support (ZIP deflate).
- Multi platform. Runs on Windows, Linux, Mac OS X, Raspberry Pi and iOS.
GearSystem Git changelog:
* project updated to VS2013
* Update README.md
Download: GearSystem Git (2014/07/18)
Source: Here
I get the message "The procedure entry point glewInit could not be located in the dynamic link library glew32.dll"
ReplyDeleteanyone with similar issues?
Fixed~! Enjoy~!
Deletethanks! but now I get another message: "this application failed to start because it could not load or find the Qt platform plugin "windows"
Deletereinstalling the application may fix the problem"
I tried downloading the Qt libraries from here:
http://qt-project.org/downloads
but this got more confusing as they take a lot of space and I dont know which libraries are missing
Missing Qt5 DLL, please check: https://github.com/drhelius/Gearsystem
ReplyDelete