File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 22
22
5 . [ Customization] ( #customization )
23
23
1 . [ Keys] ( #keys )
24
24
2 . [ Debug Keys] ( #debug-keys )
25
- 6 . [ Further Documentation] ( #further-documentation )
25
+ 6 . [ ROM Compatibility] ( #rom-compatibility )
26
+ 7 . [ Further Documentation] ( #further-documentation )
26
27
27
28
## What is it?
28
29
@@ -37,10 +38,15 @@ Super Chip 8 instruction set. Note that no additional configuration is
37
38
needed to run a Super Chip 8 ROM - simply run the ROM the same way you
38
39
would run a normal Chip 8 ROM.
39
40
41
+ There are two other versions of the emulator written in different languages:
42
+
43
+ * [ Chip8Java] ( https://github.com/craigthomas/Chip8Java )
44
+ * [ Chip8C] ( https://github.com/craigthomas/Chip8C )
45
+
40
46
41
47
## License
42
48
43
- Please see the file called LICENSE.
49
+ This project makes use of an MIT style license. Please see the file called LICENSE.
44
50
45
51
46
52
## Installing
@@ -245,6 +251,15 @@ keys that impact the execution of the emulator.
245
251
| `ESC` | Quits the emulator |
246
252
247
253
254
+ ## ROM Compatibility
255
+
256
+ Here are the list of public domain ROMs and their current status with the emulator.
257
+
258
+ | ROM Name | Works Correctly | Notes |
259
+ | :---------------: | :----------------: | :---: |
260
+ | MAZE | :heavy_check_mark: | |
261
+
262
+
248
263
## Further Documentation
249
264
250
265
The best documentation is in the code itself. Please feel free to examine the
You can’t perform that action at this time.
0 commit comments