
Atari 7800 |
| |
Cartridge Information |
Cartridge Information |
Links |
Atari Historical SocietyAn excellent collection of original Atari documentation and source code for the 7800. Atari Document DepotGood source for Atari 2600 and Atari 7800 technical document. The Atari 7800 Developers PageThis site contains information on how to build your own Atari 7800 development system and how to work around the encryption key to make home-brew cartridges. Lee Krueger's Atari 7800 PageInstructions on how to do a composite video mod on a 7800 and how to add a B/W switch to the system The Anarchistic Atari PageThis site has (among other things) a copy of the Atari 2600/7800 development system disks for the Atari ST, but there is some useful stuff in the devkit even if you don't have an ST. Here you will find the Atari 7800 FAQ, an archive of Atari 7800 screen shots, and some pictures of the 7800 hardware. Also check out my Atari 2600 page and 6502 processor page for more useful information. |
The Encryption Issue (Cracked!) |
|
There has been a myth surrounding the Atari 7800 for some time that the 7800 carts were encrypted. This has scarred a lot of people off attempting to emulate the system since there was no info available on this encryption. It turns out that this is basically false, the carts are not encrypted. What started this rumor was the fact that all the 7800 carts have a validation key in them. There were two purposes for this key, the first was to allow the BIOS in the 7800 to determine if the cart in the slot was a 2600 cart or a 7800 cart. The second purpose was to prevent unauthorized companies making carts for the 7800 without Atari's approval. The key works like this; when the system starts up the BIOS performs a mathematical algorithm using the data in the cart and the encryption key. If this algorithm yields a valid result, then the cart must be a 7800 cart, the system is locked into 7800 mode and the cart it executed. If the algorithm fails, the system is locked into 2600 mode and the cart is executed. This validation key in no way interferes with emulation. The validation code in the BIOS runs on the emulator and gives a valid result just like in a real 7800. What the key does prevent is someone making new 7800 carts that can be run on unmodified 7800's. Some workaround where created for this problem, but finally in August of 2001 the real solution surfaced. First the folks at Classic Gaming Expo released the original Atari ST utility that was used to generate the validation code. Frank Palazzolo then used this file to help create a PC based utility for creating the validation code: a78sign.zipFor more information on the encryption algorithm check out the Stella Mailing List archive. Check out the messages in November and December of 1998. |
Technical Files |
|
7800 Software Guide: PDF, Plain Text PAL DEV System - Converting a PAL 7800 into a dev system (by Graham.J.Percy) Cartridge Pinouts - This file describes the pinout of the cartridge port and the function of each of the pins Memory Map - This file describes the memory map of the 7800. Video System - A description I wrote of how the 7800 video systems works. Cartridge List - This is a list of the 7800 cartridges I have opened up and what type the cart is (normal, Pokey, Supercart, etc) 7800 EPROM conversion - This document was written by Bruce Tomlin and describes how to modify the 7800 so that the BIOS ROM can be replaced with an EPROM. |
Development Tools |
|
Here are some tools to get people started doing Atari 7800 development: DASM.ZIP: This is an excellent 6502 cross assembler for MSDOS. It supports pretty much any feature you could want in an assembler including macros, and the ability to produce raw-binary files. Thanks to Bob Colbert for porting this assembler from the Amiga. A78SIGN.zip: Utility created by Frank Palazzolo to create the validation signature in 7800 carts MESS: Currently the best emulator to use to run 7800 images. If you are doing development work it would probably be worth compiling your own version of MESS with the debugger option enabled. 7800DEV: Development framework to get you started developing Atari 7800 programs. |
Source Code |
|
7800 BIOS - This is the source code for the 7800 BIOS ROM. It was originally commented by Keith Henrickson, and further commented by myself. 7800 Sprite - This is my first working piece of 7800 code. It puts a simple sprite on the screen and allows you to move it left and right with the joystick. Robotron - This is the beginnings of a dis-assembly of the7800 Robotron cartridge. It's still very preliminary but it's a start. If anyone has anything to contribute to it please e-mail me. Food Fight - This is a partial dis-assembly of the 7800 Food Fight cartridge. |
Emulation |
V7800V7800 was an Atari 7800 emulator that I wrote a few years ago. After a couple releases I merged V7800 into the multi-system emulator MESS (see below).. I currently have no plans to continue this standalone version since it was just temporary until the MESS version was released. It's not perfect and it's a little slow, but it is playable. Due to copyright reasons, I cannot provide ROM images. PLEASE DO NOT E-mail me looking for ROM images. All messages looking for ROM images will be promptly deleted. I will do my best to answer all other e-mails. 7800 ROM images can be found at: http://www.atariage.com What's new in V0.12: - now shuts down properly when started with -nosound Click here to download V7800 V0.12. MESSWeb Site:
http://www.mess.org/ MESS is a multisystem emulator that emulates the 7800 as well as many other systems. ProSystem EmulatorWeb Site: https://home.comcast.net/~gscottstanton/Author: Greg Stanton Platform: Windows Accuracy: Excellent This is a very nice, easy to use emulator for Windows. The emulation accuracy is very high with only a few glitches here and there. EMU7800Web Site: http://emu7800.sourceforge.net/ |
| Dan Boris - danlb_2000@yahoo.com |