So before I had mentioned that it was stalling trying to write to address 0x0c0000 which was the fg tile ram. That ram chip is IC35 and it connects to IC34, which is the TJ-004 custom chip. Pin 1 on IC49 also connects to IC34.
I would start by doing a check of all the legs on IC34 to make sure they are still soldered down ok (and no solder bridges if someone already messed with the chip). If that doesnt help I would probably resort to logic probing all the pins where you can see tracing goes into them to see if any of them are dead.
Hi !The clock on mine does the same. If you use your oscilloscope it should look ok.
You can try this, but it may not even run given your symptoms
https://www.mvs-scans.com/misc/wwfwfest-mad.zip
The roms need to be burned to 27c020 or 27c2001 eproms.
Yes. Its part of a larger project/experiment I've been working onHi !
Is it a diagrom for this game ?
Thanks
I actually tested the rom for wwf on my faulty board and got a "mad rom address error 20 expected 00". My board has sound and fixed layer ok but all other sprites and background are ugly. I burnt the rom on a 27c010 as original chips. In your doc it is written it needs 27c020... Let's do it again !Yes. Its part of a larger project/experiment I've been working on
https://github.com/jwestfall69/mad/
Yeah, that test is trying to verify the upper address lines of the diag rom are working ok. In your case when to goes to test A17 it fails since 27c010 only goes up to A16.I actually tested the rom for wwf on my faulty board and got a "mad rom address error 20 expected 00". My board has sound and fixed layer ok but all other sprites and background are ugly. I burnt the rom on a 27c010 as original chips. In your doc it is written it needs 27c020... Let's do it again !
oops, my fault. I accidentally built the mame version of the diag rom, then zip'd an old build of the hardware version. This is the proper version for hardware with that test disabled.Same error with it
Thanks !oops, my fault. I accidentally built the mame version of the diag rom, then zip'd an old build of the hardware version. This is the proper version for hardware with that test disabled.
https://www.mvs-scans.com/misc/wwfwfest-mad-27c010-1.zip
There are some automatic tests that happen at power on before the main menu. The first 3 don't depend on work ram to function.Thanks !
Now working but it says :
Testing Mad crc 32 then testing work ram then testing palette ram. The palette ram starts with puzzles on the screen and then the board resets. Then back to this crc/work/palette loop. I cannot enter any menu.
Is it normal ?