Skip to content

Commit

Permalink
Update readme to reflect working status of ROMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthomas committed Apr 23, 2024
1 parent 07d56fa commit d9af2dc
Showing 1 changed file with 29 additions and 13 deletions.
42 changes: 29 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,35 @@ keys that impact the execution of the emulator.
Here are the list of public domain ROMs and their current status with the emulator, along
with keypresses based on the default keymap:
| ROM Name | Works Correctly | Notes |
|:---------| :----------------: |:-------------------------------------------------------------------------------------|
| BRIX | :heavy_check_mark: | `Q` moves left, `E` moves right |
| BLINKY | :question: | |
| BLITZ | :x: | Problem with screen drawing |
| CONNECT4 | :heavy_check_mark: | `Q` moves left, `E` moves right, `W` drops checker |
| GUESS | :question: | |
| MAZE | :heavy_check_mark: | |
| MISSILE | :heavy_check_mark: | `S` fires |
| PONG | :heavy_check_mark: | `4` left player up, `7` left player down, `V` right player up, `B` right player down |
| TANK | :heavy_check_mark: | `R` fires, `T` moves right, `7` moves left, `5` moves down, `U` moves up |
| TETRIS | :heavy_check_mark: | `R` moves left, `T` moves right, `Y` moves down, `7` rotates |
| UFO | :heavy_check_mark: | `R` fires up, `T` fires right, `7` fires left |
| ROM Name | Status | Notes |
|:------------------------------------------------------------------------------------------|:------------------:|:-------------------------------------------------------------------------------------|
| BRIX | :heavy_check_mark: | `Q` moves left, `E` moves right |
| BLINKY | :question: | |
| BLITZ | :x: | Problem with screen drawing |
| CONNECT4 | :heavy_check_mark: | `Q` moves left, `E` moves right, `W` drops checker |
| [Glitch Ghost](https://johnearnest.github.io/chip8Archive/play.html?p=glitchGhost) | :x: | Problem with CPU |
| GUESS | :question: | |
| KALEID | :question: | Problem with inputs |
| MAZE | :heavy_check_mark: | |
| MERLIN | :heavy_check_mark: | `Q` upper left, `A` lower left, `W` upper right, `S` lower right |
| MISSILE | :heavy_check_mark: | `S` fires |
| [Octojam 1 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam1title) | :heavy_check_mark: | |
| [Octojam 2 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam2title) | :heavy_check_mark: | |
| [Octojam 3 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam3title) | :heavy_check_mark: | |
| [Octojam 4 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam4title) | :heavy_check_mark: | |
| [Octojam 5 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam5title) | :heavy_check_mark: | |
| [Octojam 6 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam6title) | :heavy_check_mark: | |
| [Octojam 7 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam7title) | :heavy_check_mark: | |
| [Octojam 8 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam8title) | :question: | Screen drawing corruption |
| [Octojam 9 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam9title) | :heavy_check_mark: | |
| [Octojam 10 Title](https://johnearnest.github.io/chip8Archive/play.html?p=octojam10title) | :heavy_check_mark: | |
| PONG | :heavy_check_mark: | `1` left player up, `Q` left player down, `4` right player up, `R` right player down |
| PONG2 | :heavy_check_mark: | `1` left player up, `Q` left player down, `4` right player up, `R` right player down |
| TANK | :heavy_check_mark: | `W` fires, `E` moves right, `Q` moves left, `2` moves down, `S` moves up |
| TETRIS | :heavy_check_mark: | `W` moves left, `E` moves right, `A` moves down, `Q` rotates |
| TICTAC | :heavy_check_mark: | Place X or O on grid by pressing `1`, `2`, `3`, `Q`, `W`, `E`, `A`, `S`, `D` |
| UFO | :heavy_check_mark: | `W` fires up, `E` fires right, `Q` fires left |
| VBRIX | :question: | `1` moves up, `Q` moves down, problem with collision detection |
## Further Documentation
Expand Down

0 comments on commit d9af2dc

Please sign in to comment.