Run classic Sega Master System commercial games on a modern computer.
Launch the standalone JAR release with a GUI without setting up Clojure.
Build and run the emulator from source using Leiningen for development.
Study how an existing Z80 processor core was adapted for a game console emulator.
| netb258/defn-system | benfleis/throttler | gardnervickers/local-meetups | |
|---|---|---|---|
| Stars | 7 | — | — |
| Language | Clojure | Clojure | Clojure |
| Last pushed | — | 2015-01-28 | 2016-02-04 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | hard |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Leiningen to build from source, or Java alone to run the pre-built GUI JAR release.
DEFN-System is an emulator for the Sega Master System, an older video game console, written in the Clojure programming language. An emulator is a program that mimics a piece of old hardware so that games originally made for that hardware can run on a modern computer instead. According to the README, this emulator is capable of running commercial Sega Master System games, not just homemade test programs. The core processor emulation relies on a slightly modified version of an existing open source Z80 processor emulator, since the Sega Master System's hardware is built around a Z80 chip. The author adapted that existing code rather than writing a full CPU emulator from scratch, which is a common and practical approach when building an emulator. To run the project from source code, you use a command line tool called Leiningen, which is a standard build tool for Clojure projects, pointing it at the path of a game ROM file. There is also a separate, ready to run version available as a standalone JAR file in the project's release section, which adds a graphical interface and can be launched directly with Java, without needing to set up a Clojure development environment first. The README itself is quite short and mostly consists of ten screenshots showing different games running inside the emulator, giving a visual sense of what titles and graphics the project supports, though it does not go into detail about specific compatibility, controls, or configuration options beyond the basic run commands. Anyone interested in the deeper technical details of how the emulator handles graphics, sound, or memory mapping would need to look at the source code directly, since the README does not describe those internals.
A Sega Master System game console emulator written in Clojure that can run commercial games from ROM files.
Mainly Clojure. The stack also includes Clojure, Java, Leiningen.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.