From e9a3ba3d8884b133915eef84beffa16953c220b7 Mon Sep 17 00:00:00 2001 From: Luca Marcelli Date: Wed, 1 Mar 2017 18:07:39 +0100 Subject: [PATCH] Added new section in Emulators Added Emulator development section for ROM hacking tools, etc and added one for the SNES. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aacacff..fef892b 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [pacmancoder/rustzx](https://github.com/pacmancoder/rustzx) — [](https://travis-ci.org/pacmancoder/rustzx) * Virtual Boy * [emu-rs/rustual-boy](https://github.com/emu-rs/rustual-boy) — [](https://travis-ci.org/emu-rs/rustual-boy) + * Emulator Development tools + * SNES + * [ioncodes/snesutilities](https://github.com/ioncodes/snesutilities) — ROM analyser/extractor * **Games**, see also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wiki/Games-Made-With-Piston). * [lifthrasiir/angolmois-rust](https://github.com/lifthrasiir/angolmois-rust) — a minimalistic music video game which supports the BMS format [](https://travis-ci.org/lifthrasiir/angolmois-rust) * [swatteau/sokoban-rs](https://github.com/swatteau/sokoban-rs) — a Sokoban implementation