What's new

Tyson1911

Enthusiast
Joined
Oct 21, 2020
Messages
161
Reaction score
111
Location
Chile.
Hello everyone I have a problem with this Street Fighter, basically the game restarts every time the warning message passes. It has a B12 on board C and it uses 4096 eeprom in the graphics, I can't get out of that problem and changed eeprom position but nothing, I don't know if someone else has had that problem. thanks and regards

20230404_000657_copy_1778x1362.jpg
 
Some of your program roms don't look fast enough. I see a couple 175ns and 205ns ones in there. I believe you want to target using 120ns or faster.
 
Well after talking a bit with my friend @Snax_Tan , he gave me a pretty good solution which is to join and interlace the files to be able to use 2x 27C4096 instead of using the 8x 27C010.

then using cmd binary sum. do the following sum of this order

30 + 31 + 28 + 29 = 1° file 512k
37 + 38 + 35 + 36 = 2° file 512k

then they take the two files created and use the interlace program. interleave the 1st and 2nd files if not 2nd and 1st. A 1mb file will be created, then divide that file into two 512kb files, test them in banks 33 and 34. (remember to change the Jumpers that are on the left side if they are in the middle, leave them on the sides, I don't know if I explain myself well but I will leave the photos)

20230427_135936_copy_1356x1899.jpg

20230427_010124_copy_3024x1362.jpg
 
Last edited:
Back
Top