-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
43 lines (28 loc) · 1.21 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Chip8jnt-iOS
=================
A Chip8 emulator for iOS
Author
======
Developed by Jonathan da Silva Santos - zerojnt.
Created at: May 24 2013.
License
=======
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/>.
How to use
===========
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 [email protected].
Thanks
======
Leandro Moreira ( http://leandromoreira.com.br ) , thanks for helping me with tips that really encouraged me to do this emulator.