summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2016-07-01 23:07:01 +0200
committer angelosa <salese_corp_ltd@email.it>2016-07-01 23:07:01 +0200
commit2d382b8b70b95062d19d41008c81436b84aa0af8 (patch)
tree70038c96260dd62ad3914372905c7ee9e53b9b6f
parent094894d9ad1d42af16d9c77f17dcc3190aa36dd5 (diff)
Mark Tetris KR as working, see MT #02851 for details. (nw)
-rw-r--r--src/mame/drivers/pcxt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pcxt.cpp b/src/mame/drivers/pcxt.cpp
index 30ea12866e9..9805d1c7179 100644
--- a/src/mame/drivers/pcxt.cpp
+++ b/src/mame/drivers/pcxt.cpp
@@ -15,7 +15,7 @@ Notes:
TODO:
- 02851: tetriskr: Corrupt game graphics after some time of gameplay, caused by a wrong
- reading of the i/o $3c8 bit 1.
+ reading of the i/o $3c8 bit 1. (seems fixed?)
- Add a proper FDC device.
- Filetto: Add UM5100 sound chip, might be connected to the prototyping card;
- buzzer sound has issues in both games
@@ -540,4 +540,4 @@ ROM_START( tetriskr )
ROM_END
GAME( 1990, filetto, 0, filetto, filetto, driver_device, 0, ROT0, "Novarmatic", "Filetto (v1.05 901009)",MACHINE_IMPERFECT_SOUND )
-GAME( 1988?,tetriskr, 0, tetriskr, tetriskr, driver_device, 0, ROT0, "bootleg", "Tetris (bootleg of Mirrorsoft PC-XT Tetris version)", MACHINE_IMPERFECT_SOUND | MACHINE_NOT_WORKING )
+GAME( 1988?,tetriskr, 0, tetriskr, tetriskr, driver_device, 0, ROT0, "bootleg", "Tetris (Korean bootleg of Mirrorsoft PC-XT Tetris)", MACHINE_IMPERFECT_SOUND )