Skip to content

Commit 9daec1d

Browse files
author
David Haywood
committed
current plug play work
1 parent ca5d08d commit 9daec1d

12 files changed

Lines changed: 727 additions & 284 deletions

hash/telestory_cart.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Undumped carts:
4646
-->
4747

4848
<softwarelist name="telestory_cart" description="JAKKS Pacific Telestory cartridges">
49-
49+
5050
<software name="cinders" supported="no"> <!-- single story, but in both Spanish and English -->
5151
<description>La Cenicienta - Bellezas en Flor / Cinderella - Beauties in Bloom (Spain)</description>
5252
<year>2006</year>
@@ -113,6 +113,17 @@ Undumped carts:
113113
</part>
114114
</software>
115115

116+
<software name="poohit" cloneof="pooh" supported="no">
117+
<description>Winnie the Pooh - Salta, Tigro, Salta! / Winnie the Pooh - l'orsetto goloso (Italy)</description>
118+
<year>2006</year>
119+
<publisher>JAKKS Pacific / Toymax / Handheld Games</publisher>
120+
<part name="cart" interface="telestory_cart">
121+
<dataarea name="rom" size="0x800000">
122+
<rom name="telestorypoohit.bin" size="0x800000" crc="ca1cbad1" sha1="70541709d31897619760b577a1cfc29d936968b1"/>
123+
</dataarea>
124+
</part>
125+
</software>
126+
116127
<software name="cinder" supported="no">
117128
<description>Cinderella - Cinderella / Beauties in Bloom (USA)</description>
118129
<year>2006</year>
@@ -135,6 +146,17 @@ Undumped carts:
135146
</part>
136147
</software>
137148

149+
<software name="lionkingit" cloneof="lionking" supported="no">
150+
<description>Il Re Leone / Il Re Leone II - Il Regno Di Simba (Italy)</description>
151+
<year>2006</year>
152+
<publisher>JAKKS Pacific / Toymax / Handheld Games</publisher>
153+
<part name="cart" interface="telestory_cart">
154+
<dataarea name="rom" size="0x800000">
155+
<rom name="telestorylionkingit.bin" size="0x800000" crc="e9661239" sha1="e3337c9a4ba3a9baa9b175ba3503d867a5141a9e"/>
156+
</dataarea>
157+
</part>
158+
</software>
159+
138160
<software name="dora" supported="no">
139161
<description>Dora the Explorer - At the Carnival / Dora Goes to School (USA)</description>
140162
<year>2006</year>

src/devices/cpu/unsp/unsp_exxx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define LOG_UNSP_MULS (1U << 1)
1111
#define LOG_UNSP_SHIFTS (1U << 2)
1212

13-
#define VERBOSE (LOG_UNSP_SHIFTS)
13+
#define VERBOSE (0)
1414

1515
#include "logmacro.h"
1616

0 commit comments

Comments
 (0)