Line 11:
Line 11:
The '''CHIP-8 Emulator''' project aims to create a virtual environment allowing software built for the CHIP-8 virtual machine in the 1970s and 1980s to be run on a Wii U console. It was developed by [https://github.com/rw-r-r-0644 rw-r-r_0644] while following a tutorial [http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/ here] and updated to GX2 graphics + other tweaks by [https://twitter.com/xhp_creations brienj].
The '''CHIP-8 Emulator''' project aims to create a virtual environment allowing software built for the CHIP-8 virtual machine in the 1970s and 1980s to be run on a Wii U console. It was developed by [https://github.com/rw-r-r-0644 rw-r-r_0644] while following a tutorial [http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/ here] and updated to GX2 graphics + other tweaks by [https://twitter.com/xhp_creations brienj].
==Screenshots==
==Screenshots==
−
TODO: Add non-photographed screenshots
+
[[File:https://i.imgsafe.org/d480dd711a.png]]
+
[[File:https://i.imgsafe.org/d4855cbcee.png]]
+
==Setup==
==Setup==
Once the program has been placed on your SD Card (just like any other, in the <code>sd:/wiiu/apps/CHIP8</code> folder), simply add your ROMs to the <code>sd:/roms/CHIP8/</code> directory. The ROMs must have the <code>.ch8</code> extension.
Once the program has been placed on your SD Card (just like any other, in the <code>sd:/wiiu/apps/CHIP8</code> folder), simply add your ROMs to the <code>sd:/roms/CHIP8/</code> directory. The ROMs must have the <code>.ch8</code> extension.