sega megadrive emulator
Go to file
kirjavascript 3bab516e57 loading files 2023-03-15 21:32:31 +00:00
emu add ascii output 2023-03-11 02:40:51 +00:00
frontend loading files 2023-03-15 21:32:31 +00:00
frontend-minimal minor changes 2023-02-23 22:32:04 +00:00
.gitignore git ignore stuff 2022-06-15 17:53:25 +01:00
Cargo.lock add saving to file abstraction 2023-03-15 20:05:20 +00:00
Cargo.toml added minimal frontend 2023-02-18 16:32:26 +00:00
LICENSE added license (for <gnu>) 2021-05-06 23:13:59 +01:00
README.md integrate z80 2023-03-01 22:51:51 +00:00

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