(nw) gamecom : marking most games in the list as working, as far as I know they do.

This commit is contained in:
Robbbert 2018-10-25 21:24:29 +11:00
parent 8e64fafd97
commit d29cc63ca0
2 changed files with 19 additions and 19 deletions

View file

@ -2,7 +2,7 @@
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="gamecom" description="Tiger Game.com cartridges">
<software name="batmanr" supported="no">
<software name="batmanr">
<description>Batman &amp; Robin</description>
<year>1997</year>
<publisher>Tiger Electronics</publisher>
@ -14,7 +14,7 @@
</part>
</software>
<software name="centiped" supported="no">
<software name="centiped">
<description>Centipede</description>
<year>1999</year>
<publisher>Tiger Electronics</publisher>
@ -26,7 +26,7 @@
</part>
</software>
<software name="dukenuke" supported="no">
<software name="dukenuke">
<description>Duke Nukem 3D</description>
<year>1997</year>
<publisher>Tiger Electronics</publisher>
@ -38,7 +38,7 @@
</part>
</software>
<software name="fightmix" supported="no">
<software name="fightmix">
<description>Fighters Megamix</description>
<year>1998</year>
<publisher>Tiger Electronics</publisher>
@ -50,7 +50,7 @@
</part>
</software>
<software name="frogger" supported="no">
<software name="frogger">
<description>Frogger</description>
<year>1999</year>
<publisher>Tiger Electronics</publisher>
@ -62,7 +62,7 @@
</part>
</software>
<software name="henry" supported="no">
<software name="henry">
<description>Henry - Match the Sounds Memory Game</description>
<year>1997</year>
<publisher>Tiger Electronics</publisher>
@ -74,7 +74,7 @@
</part>
</software>
<software name="indy500" supported="no">
<software name="indy500">
<description>Indy 500</description>
<year>1997</year>
<publisher>Tiger Electronics</publisher>
@ -86,7 +86,7 @@
</part>
</software>
<software name="jeopardy" supported="no">
<software name="jeopardy">
<description>Jeopardy!</description>
<year>1997</year>
<publisher>Tiger Electronics</publisher>
@ -122,7 +122,7 @@
</part>
</software>
<software name="monopoly" supported="no">
<software name="monopoly">
<description>Monopoly</description>
<year>1999</year>
<publisher>Tiger Electronics</publisher>
@ -134,7 +134,7 @@
</part>
</software>
<software name="mktrilgy" supported="no">
<software name="mktrilgy">
<description>Mortal Kombat Trilogy</description>
<year>1997</year>
<publisher>Tiger Electronics</publisher>
@ -146,7 +146,7 @@
</part>
</software>
<software name="quizwiz" supported="no">
<software name="quizwiz">
<description>Quiz Wiz - Cyber Trivia</description>
<year>1997</year>
<publisher>Tiger Electronics</publisher>
@ -158,7 +158,7 @@
</part>
</software>
<software name="re2" supported="no">
<software name="re2">
<description>Resident Evil 2</description>
<year>1998</year>
<publisher>Tiger Electronics</publisher>
@ -170,7 +170,7 @@
</part>
</software>
<software name="scrabble" supported="no">
<software name="scrabble">
<description>Scrabble</description>
<year>1999</year>
<publisher>Tiger Electronics</publisher>
@ -182,7 +182,7 @@
</part>
</software>
<software name="sonicjam" supported="no">
<software name="sonicjam">
<description>Sonic Jam</description>
<year>1998</year>
<publisher>Tiger Electronics</publisher>
@ -194,7 +194,7 @@
</part>
</software>
<software name="tcasino" supported="no">
<software name="tcasino">
<description>Tiger Casino</description>
<year>1998</year>
<publisher>Tiger Electronics</publisher>
@ -206,7 +206,7 @@
</part>
</software>
<software name="wheelfor" supported="no">
<software name="wheelfor">
<description>Wheel of Fortune</description>
<year>1997</year>
<publisher>Tiger Electronics</publisher>
@ -218,7 +218,7 @@
</part>
</software>
<software name="wheelfo2" supported="no">
<software name="wheelfo2">
<description>Wheel of Fortune 2</description>
<year>1998</year>
<publisher>Tiger Electronics</publisher>
@ -230,7 +230,7 @@
</part>
</software>
<software name="arcadecl" supported="no">
<software name="arcadecl">
<description>Williams Arcade Classics</description>
<year>1997</year>
<publisher>Tiger Electronics</publisher>

View file

@ -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;