From d29cc63ca0af77d75058885567b1d6161cf9a515 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 25 Oct 2018 21:24:29 +1100 Subject: [PATCH] (nw) gamecom : marking most games in the list as working, as far as I know they do. --- hash/gamecom.xml | 36 ++++++++++++++++---------------- src/devices/cpu/sm8500/sm85ops.h | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/hash/gamecom.xml b/hash/gamecom.xml index 3768aaf1109..4158fc0097e 100644 --- a/hash/gamecom.xml +++ b/hash/gamecom.xml @@ -2,7 +2,7 @@ - + Batman & Robin 1997 Tiger Electronics @@ -14,7 +14,7 @@ - + Centipede 1999 Tiger Electronics @@ -26,7 +26,7 @@ - + Duke Nukem 3D 1997 Tiger Electronics @@ -38,7 +38,7 @@ - + Fighters Megamix 1998 Tiger Electronics @@ -50,7 +50,7 @@ - + Frogger 1999 Tiger Electronics @@ -62,7 +62,7 @@ - + Henry - Match the Sounds Memory Game 1997 Tiger Electronics @@ -74,7 +74,7 @@ - + Indy 500 1997 Tiger Electronics @@ -86,7 +86,7 @@ - + Jeopardy! 1997 Tiger Electronics @@ -122,7 +122,7 @@ - + Monopoly 1999 Tiger Electronics @@ -134,7 +134,7 @@ - + Mortal Kombat Trilogy 1997 Tiger Electronics @@ -146,7 +146,7 @@ - + Quiz Wiz - Cyber Trivia 1997 Tiger Electronics @@ -158,7 +158,7 @@ - + Resident Evil 2 1998 Tiger Electronics @@ -170,7 +170,7 @@ - + Scrabble 1999 Tiger Electronics @@ -182,7 +182,7 @@ - + Sonic Jam 1998 Tiger Electronics @@ -194,7 +194,7 @@ - + Tiger Casino 1998 Tiger Electronics @@ -206,7 +206,7 @@ - + Wheel of Fortune 1997 Tiger Electronics @@ -218,7 +218,7 @@ - + Wheel of Fortune 2 1998 Tiger Electronics @@ -230,7 +230,7 @@ - + Williams Arcade Classics 1997 Tiger Electronics diff --git a/src/devices/cpu/sm8500/sm85ops.h b/src/devices/cpu/sm8500/sm85ops.h index 0a417270aba..cd36b679263 100644 --- a/src/devices/cpu/sm8500/sm85ops.h +++ b/src/devices/cpu/sm8500/sm85ops.h @@ -1681,7 +1681,7 @@ case 0xF0: /* STOP - 2 cycles - Flags affected: -------- */ /* TODO: Add a bunch of additional cycles */ m_clock_changed = 0; } - logerror( "%04X: %02x, cpu-clock-change, unhandled\n", m_PC-1,op ); + //logerror( "%04X: %02x, cpu-clock-change, unhandled\n", m_PC-1,op ); // fills up error log when unit sleeps break; case 0xF1: /* HALT - 2 cycles - Flags affected: -------- */ m_halted = 1;