Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 539 Bytes

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