mirror of
https://github.com/kirjavascript/trueLMAO.git
synced 2025-12-22 11:35:25 -05:00
sega megadrive emulator
| emu | ||
| frontend | ||
| frontend-minimal | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
initial demo
trueLMAO is an in-progress Sega Megadrive (Genesis) emulator for web & native
crates
- emu - portable emulator library
- frontend - UI app for web & native
- frontend-minimal - simple webapp embedding example
attribution
This project uses the 68k CPU from marhel/r68k
The Z80 CPU comes from carmiker/jgz80 which was ported to Rust at kirjavascript/z80 for this project