pac man gal prom

grobda

"Look at the size of that thing!"
vacBacker
Feedback
6 (100%)
Credits
1,046CR
anyone got code for programming a gal to replace the colour prom at 7f? or tell me how to do it?
I've got some of phil murrays adaptors but can't find much info on how to do it.
cheers
 

Ace`

PlanB contributor #1
Feedback
35 (100%)
Credits
3,678CR
It's a pain in the ar*e, from memory you run the prom dump from mame through this old software https://downloads.reactivemicro.com/Electronics/PLD/Software/ which requires dos/freedos or a really old version of windows. Then using the outputs that gives you, you create a jed file using WINCUPL.

As I always forget the steps for Wincupl I've got this saved, https://web.archive.org/web/20151218033456/http://dreamjam.co.uk/emuviews/pal/index.html

about half way down is the wincupl part.

This is why I usually replace a bad prom with another freshly burnt prom. ;)
 

Ace`

PlanB contributor #1
Feedback
35 (100%)
Credits
3,678CR
Maybe the PAL2GAL step can be skipped since you're going from a prom and not a pal, I cannot remember exactly. Caius is the person to ask, he has a discord link on his blogspot.
 

philmurr

Active member
vacBacker
Feedback
46 (100%)
Credits
2,302CR
I tried compiling 7F for the GAL but it won't compile even with minimisation/optimisation so looks like it's a no-go (it's not always possible).

I'd go along with the suggestion of using a proper PROM
 

caius

Active member
Feedback
7 (100%)
Credits
576CR
Hi to everyone,
I was able to compile the Pac-Man BPROM @7F into a GAL2210, I attach the .JED.You need to build an adapter according to this pin assignement :

Code:
A0    PIN 8;
A1    PIN 7;
A2    PIN 6;
A3    PIN 5;
A4    PIN 4;
CE      PIN 3;
 

D0    PIN 23  ;
D1    PIN 22  ;
D2    PIN 21  ;
D3    PIN 20 ;
D4    PIN 19;
D5    PIN 18  ;
D6    PIN 17  ;
D7    PIN 15  ;
 

Attachments

  • Pacman_BPROM_7F_GAL22V10.zip
    733 bytes · Views: 4
Top