From 07d56fa72266ea8c0c79167f5ea9f83fd1e40de4 Mon Sep 17 00:00:00 2001 From: Craig Thomas Date: Tue, 23 Apr 2024 13:27:53 -0400 Subject: [PATCH] Update readme to reflect tested ROMS. --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 05809df..f01720f 100644 --- a/README.md +++ b/README.md @@ -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