Skip to content

Commit

Permalink
Update readme to reflect tested ROMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthomas committed Apr 23, 2024
1 parent 93cbb5a commit 07d56fa
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,14 +254,19 @@ 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 |
| :-------- | :----------------: | :---------------------------------------------------------------------------------- |
| MAZE | :heavy_check_mark: | |
| MISSILE | :heavy_check_mark: | `U` 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 | 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 |
## Further Documentation
Expand Down

0 comments on commit 07d56fa

Please sign in to comment.