#模拟 #chip8 #retro-boy

retroboy_chip8

RetroBoy Chip-8 模拟器

1 个不稳定版本

0.1.0 2024年3月2日

#145模拟器


retroboy 中使用

MIT/Apache

26KB
512

RetroBoy Chip-8

Chip-8 模拟器

chip8_sdl2_tetris chip8_web_pong

构建

安装 Just.

使用 SDL2 构建

# run default rom: Tetris
just chip8
# custom rom
just chip8 "assets/roms/chip8/games/Pong (1 player).ch8"

使用 WebAssembly 构建

cargo install wasm-pack
# build wasm and run
just chip8-web

如果遇到 failed to download binaryen-version_xxx-xxx 错误,您可以按照此 问题 进行修复。

待办事项

  • 添加声音

参考文献

依赖项

~0.6–3MB
~55K SLoC