trueLMAO/README.md
2023-03-01 22:51:51 +00:00

16 lines
539 B
Markdown

# [initial demo](https://kirjava.xyz/sonic2)
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](https://github.com/marhel/r68k)
The Z80 CPU comes from [carmiker/jgz80](https://github.com/carmiker/jgz80) which was ported to Rust at [kirjavascript/z80](https://github.com/kirjavascript/z80) for this project