Skip to content

pineman/fpt

Repository files navigation

Supposedly some forth implementation gameboy color emulator

GUI

Natively:

cargo run -p fpt-egui

WASM:

rustup target add wasm32-unknown-unknown
cargo install trunk
cd fpt-egui
RUSTFLAGS='--cfg=web_sys_unstable_apis' trunk serve

Testing

cargo test

References

Opcodes

Manuals

Misc

Resources

Test ROMs

Debuggers

About

Gameboy emulator (yes, written in rust)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages