Jump to content
IGNORED

Help assembling raw ROM dumps into an emulator image


TheRedEye

Recommended Posts

Jaguar is totally foreign to me, I need some help.

 

I just dumped EPROMs off of a couple Jag protos (of released games, don't get too excited), but I don't know how to assemble them into an image. Each has four EPROMs, and I tried combining the four in order and putting a .j64 extension at the end, but it just crashes Virtual Jaguar.

 

I can send the raw dumps if it's difficult/tricky to explain?

Link to comment
Share on other sites

Yeah they're interleaved. Since the standard cartridge bus width is 32 bits, it's probably four 8-bit EPROMs, with one for bits 7..0, one for bits 15..8, one for bits 23..16 and the last one for bits 31..24.

 

Just post the raw dumps. There are several persons here who can figure out which EPROM stores which bits, and combine them.

Edited by Zerosquare
Link to comment
Share on other sites

there is a program that can merge the files that is with the atari jaguar dev kit

i think it ill only work on a 32 bit operating system however, so you may need to VM it to get it to run on 64 bit

                +-------------------------------------------+
                ¦ File Split/Merge Utility for ROM Creation ¦
                ¦       Copyright (c)1994 Atari Corp.       ¦
                ¦               Version: 1.1                ¦
                +-------------------------------------------+
+----------------------------------------------------------------------------+
¦                                  USAGE                                     ¦
+----------------------------------------------------------------------------+

To Split:
   romsplit filename[.rom] [-bw24pe]

     -b: Create four files U1-4 for 8-bit wide ROMs (default).
     -w: Create files LO/HI for 16-bit wide ROMs.
     -2: Create files for 2 Meg Cartridges (default).
     -4: Create files for 4 Meg Cartridges.
     -p: Pad first 8k bytes with $FF on split. Skip first 8192 bytes on merge.
     -e: Extend split output to full cartridge space.
         (default is to go to next higher power of two).
To Merge:
   romsplit filename[.u1|.u2|.u3|.u4|.hi|.lo]

remove the txt file extension to make an exe

RomSplit.Exe.txt

Edited by omf
  • Like 1
Link to comment
Share on other sites

Using romsplit to split to combine rom dumps:

 

Put the .hi / .lo files or .u1 / .u2 / .u3 / .u4 files into the romsplit directory. Command is:

 

romsplit.exe gamerom

No extension at end of gamerom name.

 

Omf is correct in that it only works on 32bit windows system. It does work on win10 32 bit.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...