Xenon 2732 roms, where to get?

AE35

New member
Joined
Oct 20, 2009
Messages
314
Reaction score
0
Location
Copenhagen, Denmark
Hi all!

Does anyone know where I can get the rom files for Xenon, I need
the 2 x 2732, U2 and U6. (and I have no idea how to combine:))

It's the last step, I just need to burn these, then I can get my Xenon
up and running(fingers crossed)

Thanks!
 
They're here: http://www.ipdb.org/machine.cgi?gid=2821

Why do you want to combine U2 & U6?

In any case, assuming you really need them combined: some programming software will allow you to load one file, then load another with an offset... you could do that. Or you could use the copy command in DOS (assuming you're a windows user) in the form: copy /b file1+file2 file3
file3 will be a binary concatenation of file1 and file2.
 
Hi! I need to combine U1 and U2, for the setup with two 2732s...so
the MPU only uses U2 and U6

Thanks!
 
Hi! I need to combine U1 and U2, for the setup with two 2732s...so
the MPU only uses U2 and U6

Thanks!

Oh. OK. I don't know anything about Bally pins in specific, but to combine those two 2K (2716) roms in to a single 4K (2732) file... download the roms (from the imdb page linked above), unzip them, open a dos command prompt and navigate to the folder with the unzipped roms. Combine with:

Code:
copy /b 811-40_1.716 + 811-40_2.716 newrom.bin

newrom.bin will be the combination of the two ROMs. You're on your own as far as how/where to install it and/or jumper/strap the board to use a 2732 in lieu of the pair of 2716s (if it's necessary at all).

I think combined versions used to be on the old Marvin 3M webpage, in a file called "bly2732.zip". You might google around and see if you can get a copy of that file somewhere.
 
Last edited:
Back
Top Bottom