trueLMAO/README.md

16 lines
539 B
Markdown
Raw Permalink Normal View History

2021-05-18 14:13:50 -04:00
# [initial demo](https://kirjava.xyz/sonic2)
2023-02-20 19:44:54 -05:00
2023-03-01 14:06:29 -05:00
trueLMAO is an in-progress Sega Megadrive (Genesis) emulator for web & native
2023-02-20 19:44:54 -05:00
### crates
* emu - portable emulator library
* frontend - UI app for web & native
* frontend-minimal - simple webapp embedding example
2023-03-01 14:06:29 -05:00
### attribution
2023-03-01 17:51:51 -05:00
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