Aug 162015
 

Got this Irem X-Multiply PCB (actually a conversion from an Hammerin’ Harry M81 board) from my friend Josef for a repair:

X-Multiply_PCB

It showed a graphical issue where some sprites (like enemy shots) were blocky during gameplay and backgrounds missing during attract mode:

issues

Sprites and tiles data are stored respectively in eight 1Mbit EPROMs on video board for a total of sixteen devices.

sprites_tiles_EPROMs

Original devices were 1Mbit 28 pin MASK ROM:

https://pdf.datasheetarchive.com/datasheetsmain/Datasheets-X2/DSA62700099.pdf

while who made this conversion used ST M27C1000 :

https://pdf.datasheetarchive.com/indexerfiles/Scans-065/DSA2IH00172244.pdf

Video board has some jumpers which must be closed according to the type of adopted devices :

jumper

In this case the jumper configuration was set to  ‘EP’ so not suitable for 27C1000 but required the use of JEDEC devices like 27C1001 or 27C010 (while the ‘MASK’ setting can work straight only with the original 28 pin 1Mbit MASK ROMs and not with 27C1000 which, although the similar pinout, have some extra pins to deal with, so some modifications are needed)

Reprogramming all the data for sprites and tiles into 27C010 1Mbit JEDEC EPROMs fixed graphics completely.

fixed_

 

 Posted by at 1:16 pm

Sorry, the comment form is closed at this time.