problem with wonderboy in monsterworld French version
Moderator: BigEvilCorporation
-
- Very interested
- Posts: 208
- Joined: Mon Jun 25, 2007 7:19 pm
- Location: Besançon,France
- Contact:
problem with wonderboy in monsterworld French version
hi,
i request your help because i can't unerstand a thing.
i have downloaded the translation roms : Wonderboy in monsterworld Fr:
here is the roms in my FTP:
[removed by admin...sorry]
this roms works fine with Gens & Kega fusion but with my mega cart it will be freeze after title screen....
i have read this roms need an additionnal mapper :
https://genplus-gx.bountysource.com/svn ... e/eeprom.c
mapper sega 24c01,
does this roms works with MDPro 64 or the Neo Myth?
can i add an EEPROM composant in a cart for fixing this bug ?
thanks
i request your help because i can't unerstand a thing.
i have downloaded the translation roms : Wonderboy in monsterworld Fr:
here is the roms in my FTP:
[removed by admin...sorry]
this roms works fine with Gens & Kega fusion but with my mega cart it will be freeze after title screen....
i have read this roms need an additionnal mapper :
https://genplus-gx.bountysource.com/svn ... e/eeprom.c
mapper sega 24c01,
does this roms works with MDPro 64 or the Neo Myth?
can i add an EEPROM composant in a cart for fixing this bug ?
thanks
Even more details from Eke at http://genplus-gx.googlecode.com/files/gen_eeprom.pdf
http://www.sega-16.com/forum/archive/in ... 12702.html
and charles docs
http://www.sega-16.com/forum/archive/in ... 12702.html
and charles docs

-
- Very interested
- Posts: 208
- Joined: Mon Jun 25, 2007 7:19 pm
- Location: Besançon,France
- Contact:
ok,
i want to make this game in french for my collection.
i have buy a NBA JAM TE edition, i have disolder the original maskrom and put an eprom type 27c322 into.
all works but i have this freeze bug.
if the Neo Myth can lauch this game , is it possible to add a specific EEprom in my PCB ?
and thanks for the PDF
EDIT: it seems a guy called JARRE PONG has fixed the roms, i have found a dumped english roms with works fine with my megacart, i will try to apply the french translation.
i want to make this game in french for my collection.
i have buy a NBA JAM TE edition, i have disolder the original maskrom and put an eprom type 27c322 into.
all works but i have this freeze bug.
if the Neo Myth can lauch this game , is it possible to add a specific EEprom in my PCB ?
and thanks for the PDF

EDIT: it seems a guy called JARRE PONG has fixed the roms, i have found a dumped english roms with works fine with my megacart, i will try to apply the french translation.
I don't know how the Neo Myth implemented EEPROM support, I don't even know if they use a real EEPROM or simply sort of emulation in a chip, especially when games use different data/address lines to access EEPROM, depending on the mapper. In any case, it is probably irrelevant to your modified PCB.i have buy a NBA JAM TE edition, i have disolder the original maskrom and put an eprom type 27c322 into.
all works but i have this freeze bug.
if the Neo Myth can lauch this game , is it possible to add a specific EEprom in my PCB ?
As mentionned in the pdf, NBA Jam TE use a different mapper (the address decoded to set the /CLK signal is $200000 while "Wonderboy" writes D1 at $200001 so it won't work. You should try with a game that use the "sega" mapper...
it's possible to patch the loading routine so the game can start but I doubt it will allow to save your progression in the game.EDIT: it seems a guy called JARRE PONG has fixed the roms, i have found a dumped english roms with works fine with my megacart, i will try to apply the french translation.
-
- Very interested
- Posts: 2994
- Joined: Fri Aug 17, 2007 9:33 pm
You will need additional address decoding logic, in WB, /SDA and /SCL lines should be respectively connected to D0 and D1 but ONLY if A21 is set and A0 is not set ($200000).
NBA Jam TE does not use the same address decoding logic (if A21=1 then D0 is either output to SDA or SCL depending on A0 state)
Also, when the set address is not decoded, EEPROM inputs should latch the former data so it might require additional control logic.
NBA Jam TE does not use the same address decoding logic (if A21=1 then D0 is either output to SDA or SCL depending on A0 state)
Also, when the set address is not decoded, EEPROM inputs should latch the former data so it might require additional control logic.
-
- Very interested
- Posts: 753
- Joined: Sat Dec 15, 2007 7:49 am
Here. Take it. 1 and 2 for eeprom. You've got basic knowledge. Then, you can adjust it to your task (address and bit layout).
And one more thing: there is 24Cxx and X24Cxx (usually X24C01). They use different protocols! X24Cxx (from Xicor) use simplier I^2C protocol. You can compare it self: X24C01 and 24C01. Ring of Power use X24C01, I have been through it.
And one more thing: there is 24Cxx and X24Cxx (usually X24C01). They use different protocols! X24Cxx (from Xicor) use simplier I^2C protocol. You can compare it self: X24C01 and 24C01. Ring of Power use X24C01, I have been through it.

-
- Very interested
- Posts: 753
- Joined: Sat Dec 15, 2007 7:49 am