Re: [stella] Re:7800 anyone?

Subject: Re: [stella] Re:7800 anyone?
From: Chad Schell <gamer@xxxxxxxxxxx>
Date: Sat, 13 Jan 2001 01:08:54 -0800
Those aren't Intel hex files, but rather Motorola S-records, a method of storing binary files in ascii format.

If you do a search on hotbot for Motorola S-records, you'll come up with some information on the file format, and some links to unix code for dealing with them.

Otherwise most eprom programmer utilities can read S-records and convert them to binary files. (My particular one required me to strip out all of the leading spaces contained in these files, as well as the non-S lines, but I'm sure others are more robust.)

However, even after converting them to .bin files, it's obvious a lot of work needs to be done. They span address space from 0x4000 to 0x7BFFF, with lots of garbage in there, probably something with bankswitching/cart RAM but I'll leave that for people more familiar with 7800 cart details. You can compare his Ace of Aces to the version floating around to see what I mean.

Chad


7800 Cartridge Dumper v0.2
*** 7800 CARTRIDGE DETECTED ***
(8 ROM PAGES FOUND AT $8000-$BFFF)
S22400400000000000000000000000000000000000000000000000000000000000000000009B
S22400402000000000000000000000000000000000000000000000000000000000000000007B
S22400404000000000000000000000000000000000000000000000000000000000000000005B
S22400406000000000000000000000000000000000000000000000000000000000000000003B
S22400408000000000000000000000000000000000000000000000000000000000000000001B
S2240040A00000000000000000000000000000000000000000000000000000000000000000FB
S2240040C00000000000000000000000000000000000000000000000000000000000000000DB
S2240040E00000000000000000000000000000000000000000000000000000000000000001BA
S22400410000000000000000000000000000000000000000000000000000000000000000009A
S22400412000000000000000000000000000000000000000000000000000000000000000007A
S22400414000000000000000000000000000000000000000000000000000000000000000005A
S22400416000000000000000000000000000000000000000000000000000000000000000003A
S22400418000000000000000000000000000000000000000000000000000000000000000001A
S2240041A00000000000000000000000000000000000000000000000000000000000000000FA
S2240041C00000000000000000000000000000000000000000000000000000000000000000DA
S2240041E00000000000000000000000000000000000000000000000000000000000000001B9
S224004200000000000000000000000000000000000000000000000000000000000000000099


-- Archives (includes files) at http://www.biglist.com/lists/stella/archives/ Unsub & more at http://www.biglist.com/lists/stella/

============================================ Chad Schell gamer@xxxxxxxxxxx Like the Intellivision? Check out the Intellicart. http://www.schells.com/intellicart.shtml


-- Archives (includes files) at http://www.biglist.com/lists/stella/archives/ Unsub & more at http://www.biglist.com/lists/stella/

Current Thread
  • [stella] Re:7800 anyone?
    • Msorman - Sat, 13 Jan 2001 02:06:39 -0500 (EST)
      • Chad Schell - Sat, 13 Jan 2001 04:11:21 -0500 (EST) <=
      • <Possible follow-ups>
      • Msorman - Mon, 15 Jan 2001 00:56:40 -0500 (EST)
        • Chad Schell - Mon, 15 Jan 2001 14:58:07 -0500 (EST)
          • vgs - Mon, 15 Jan 2001 15:59:26 -0500 (EST)