A Chip8 emulator for iOS
Developed by Jonathan da Silva Santos - zerojnt. Created at: May 24 2013.
This file is part of Chip8jnt-iOS.
Chip8jnt-iOS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Chip8jnt-iOS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar. If not, see http://www.gnu.org/licenses/.
1: Include rom files in Supporting Files/ROMS/
2: In ViewController.m search for: romName = @"BC_test.ch8" and replace with the rom file that you want to start the emulator.
3: Enjoy it! Any question? You can ask for me: zerojnt (twitter) or zerojnt@gmail.com.
Leandro Moreira ( http://leandromoreira.com.br ) , thanks for helping me with tips that really encouraged me to do this emulator.