Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clownacy/clownmdemu-libretro
Frontend for clownmdemu that exposes it as a libretro core.
https://github.com/clownacy/clownmdemu-libretro
ansi-c c89 c90 emulator genesis libretro mega-drive megadrive retroarch
Last synced: 1 day ago
JSON representation
Frontend for clownmdemu that exposes it as a libretro core.
- Host: GitHub
- URL: https://github.com/clownacy/clownmdemu-libretro
- Owner: Clownacy
- License: agpl-3.0
- Created: 2023-01-30T23:09:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T03:27:59.000Z (16 days ago)
- Last Synced: 2025-01-13T09:53:55.152Z (9 days ago)
- Topics: ansi-c, c89, c90, emulator, genesis, libretro, mega-drive, megadrive, retroarch
- Language: C
- Homepage: https://clownacy.wordpress.com/tag/clownmdemu/
- Size: 327 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This is ClownMDEmu, a Sega Mega Drive (a.k.a. Sega Genesis) emulator.
Some standard features of the Mega Drive are currently unemulated (see
`common/core/TODO.md` for more information).This repository contains a frontend that exposes ClownMDEmu as a libretro core.
It is written in C89 and should provide all of the same features as the
standalone frontend aside from the debug menus.# Compiling
As well as a CMake script, a standard libretro Makefile is provided too.
Be aware that this repo uses Git submodules: use `git submodule update --init`
to pull in these submodules before compiling.# Licence
ClownMDEmu is free software, licensed under the AGPLv3 (or any later version).
See `LICENCE.txt` for more information.