summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Roberto Zandona <robertoz@mamedev.org>2008-12-14 10:01:01 +0000
committer Roberto Zandona <robertoz@mamedev.org>2008-12-14 10:01:01 +0000
commit10560d6018a1ee879606aef0eac74ebf6638e296 (patch)
treef1f3a92f4c29c9a7b502bf17824dee3af6470805
parent21831461f240d3ce0b657140ab8c52c153f66841 (diff)
m90: removed wrong info about riskchal
cb2001: updated decryption table
-rw-r--r--src/mame/drivers/cb2001.c6
-rw-r--r--src/mame/drivers/m90.c4
2 files changed, 3 insertions, 7 deletions
diff --git a/src/mame/drivers/cb2001.c b/src/mame/drivers/cb2001.c
index 7f255edf730..c78f1245408 100644
--- a/src/mame/drivers/cb2001.c
+++ b/src/mame/drivers/cb2001.c
@@ -51,8 +51,8 @@ const UINT8 cb2001_decryption_table[256] = {
// ???? ????
xxxx,0x8e,xxxx,xxxx,xxxx,0x49,xxxx,xxxx, xxxx,xxxx,xxxx,0x75,xxxx,xxxx,xxxx,xxxx, /* 20 */
// !!!! ???? pppp
- xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,0xbe,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, /* 30 */
-// pppp
+ xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,0xbe,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,0xb0,xxxx, /* 30 */
+// pppp ????
xxxx,0xea,xxxx,xxxx,xxxx,0xb0,xxxx,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, /* 40 */
// !!!! gggg
xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,xxxx,0x78,xxxx,xxxx,xxxx, /* 50 */
@@ -60,7 +60,7 @@ const UINT8 cb2001_decryption_table[256] = {
xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,0xba,xxxx, /* 60 */
// gggg
0xc3,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, /* 70 */
-// pppp
+// pppp ????
xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,0x34, xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx,xxxx, /* 80 */
// ????
xxxx,xxxx,0xe9,xxxx,xxxx,xxxx,xxxx,xxxx, xxxx,xxxx,xxxx,xxxx,0xb9,xxxx,xxxx,xxxx, /* 90 */
diff --git a/src/mame/drivers/m90.c b/src/mame/drivers/m90.c
index 8688ad394b8..5a4d7a4b074 100644
--- a/src/mame/drivers/m90.c
+++ b/src/mame/drivers/m90.c
@@ -22,10 +22,6 @@ Notes:
selection moves too fast with the clock set at 16 MHz. It's still fast at
8 MHz, but at least it's usable.
-To do:
-
-- Risky Challenge / Gussun Oyoyo use a raster effect to split the screen at the line water
-
*****************************************************************************/
#include "driver.h"