Not sure if this is appropriate to ask, but I was hoping someone familiar with this table could look at my questions
here and reply in either forum.
Not sure if you have to register to view threads there, so in case you do ...
I'm trying to get the game to take one credit per play and found the following:
Okay, well I found the problem, but not a solution yet ...
From
this page (and others):
Version L-5
Date: November 29, 1994
U6: Checksum: FA05 (A - USA/Canada)
Checksum: FD05 (X - Export)
The export version supersedes all A ROMs.
Changes from revision L-4:
Capped the maximum that the jackpot value could grow to.
NOTE: To use Custom Pricing on this game, you must set the
dipswitches on the CPU board to Export (1-5 off, 6 on, 7 off, 8 on)
Version L-4
Date: September 8, 1994
U6: Checksum: 7F04 (A - USA/Canada)
Checksum: 8404 (X - Export)
Q1: Is there any way in
VP or
VPM to set the CPU board dips to 1-5 off, 6-on, 7-off, 8-on? (There is no F6 menu setting to do so!!!)
Q2: If not, I assume the main ROM is flin_lx5.rom. Is there anyway to tell if it is checksum FA05 or FD05 and if it is FA05, is there an easy way to change it to the FD one or replace it?
From the wording of the note, it sounds like the Domestic ROM will work if I can change the DIP switch settings somehow.
If nobody knows, I'll try the following and report back, but I'm somewhat doubtful:
Code:
CODE
With Controller.
DIP(0)=0
DIP(1)=0
DIP(2)=0
DIP(3)=0
DIP(4)=0
DIP(5)=0
DIP(6)=1
DIP(7)=0
DIP(8)=1
Thanks in advance!!!