<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://7800.8bitdev.org/index.php?action=history&amp;feed=atom&amp;title=A7800_Emulator</id>
		<title>A7800 Emulator - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://7800.8bitdev.org/index.php?action=history&amp;feed=atom&amp;title=A7800_Emulator"/>
		<link rel="alternate" type="text/html" href="https://7800.8bitdev.org/index.php?title=A7800_Emulator&amp;action=history"/>
		<updated>2026-05-16T13:22:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://7800.8bitdev.org/index.php?title=A7800_Emulator&amp;diff=993&amp;oldid=prev</id>
		<title>MSaarna: Created page with &quot;==A7800 - the Atari 7800 Emulator==  A7800 is a fork of the MAME Atari 7800 driver, with several enhancements added:  * Support for emulation of Proline Joysticks, VCS Joystic...&quot;</title>
		<link rel="alternate" type="text/html" href="https://7800.8bitdev.org/index.php?title=A7800_Emulator&amp;diff=993&amp;oldid=prev"/>
				<updated>2022-12-11T15:09:11Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==A7800 - the Atari 7800 Emulator==  A7800 is a fork of the MAME Atari 7800 driver, with several enhancements added:  * Support for emulation of Proline Joysticks, VCS Joystic...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==A7800 - the Atari 7800 Emulator==&lt;br /&gt;
&lt;br /&gt;
A7800 is a fork of the MAME Atari 7800 driver, with several enhancements added:&lt;br /&gt;
&lt;br /&gt;
* Support for emulation of Proline Joysticks, VCS Joysticks, Lightguns, Paddles, Driving Controllers, Keypads, Trak-Balls, Amiga Mice, and ST Mice.&lt;br /&gt;
* Maria DMA timing has been improved further, with the addition of accurate DMA hole penalties.&lt;br /&gt;
* Selectable and improved palettes with enhanced screen options.&lt;br /&gt;
* Streamlined UI including menu options to have an Atari 7800 system focus.&lt;br /&gt;
* A bug in the existing RIOT emulation has been fixed.&lt;br /&gt;
* POKEY sound emulation improvements.&lt;br /&gt;
* SALLY (CPU) and MARIA (Graphics chip) performance adjustments.&lt;br /&gt;
* Audio indication of no ROM loaded silenced.&lt;br /&gt;
* BIOS files no longer required and made optional.&lt;br /&gt;
* Implementation of XM control registers updated.&lt;br /&gt;
* Graphical register updates made mid-scanline are now displayed mid-scanline.&lt;br /&gt;
* Bankset bankswitching support added.&lt;br /&gt;
* POKEY@800 added for non-banked, supergame, and bankset formats.&lt;br /&gt;
* Machine targets a7800dev and a7800pdev added, which display DMA usage per-scanline.&lt;br /&gt;
&lt;br /&gt;
MAME compatibility and syntax has been maintained, to allow for the reuse of MAME configuration files and front-ends.&lt;br /&gt;
&lt;br /&gt;
==Download and Installation Notes==&lt;br /&gt;
&lt;br /&gt;
Download and follow the instructions for your platform of choice, below. A7800 is provided under the GPL v2 license, with no warranty of support or fitness of any kind.&lt;br /&gt;
&lt;br /&gt;
The latest released version of A7800 can be downloaded via the [https://github.com/7800-devtools/a7800/releases project github page]. Direct links to the gihub packages are provided with the Installation notes below. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
[https://github.com/7800-devtools/a7800/releases/download/v5.2/a7800-win-v5.2.zip Windows download]&lt;br /&gt;
&lt;br /&gt;
A Windows 64-bit binary has been provided, which should be compatible with most modern Windows OSes.&lt;br /&gt;
&lt;br /&gt;
* Unzip the provided file to a folder, such as C:\A7800.&lt;br /&gt;
* (Optional) Create a BIOS folder for the a7800.zip (NTSC) or a7800p.zip (PAL) BIOS ROMs, such as C:\A7800\bios. &lt;br /&gt;
* Create a ROMS folder to contain A78 game ROMs, such as C:\A7800\roms.&lt;br /&gt;
&lt;br /&gt;
Be sure to put your A7800 BIOS zip file(s) in your BIOS folder, A78 game files in your ROMS folder, and don't forget to make sure any additional ROMS folders are listed in the a7800.ini file.&lt;br /&gt;
&lt;br /&gt;
Note: The current MAME convention of placing the system bios files in the ‘roms’ folder, with game and utility ROMs placed in a ‘software’ subfolder divided by system-driver name, may be followed alternatively.&lt;br /&gt;
&lt;br /&gt;
===OS X===&lt;br /&gt;
&lt;br /&gt;
[https://github.com/7800-devtools/a7800/releases/download/v5.2/a7800-osx-v5.2.tgz MacOSX download]&lt;br /&gt;
&lt;br /&gt;
64-bit binary has been provided, which should be compatible with recent versions of the OS. You will need SDL2 runtime libraries installed. If the provided binary doesn't work on your platform, you can try building your own from source code.&lt;br /&gt;
&lt;br /&gt;
To install A7800, download one of the packages, and from a terminal execute the commands that follow.&lt;br /&gt;
&lt;br /&gt;
Unpack the file...&lt;br /&gt;
  # tar -xvzf ~/Downloads/a7800-osx-v5.2.tgz&lt;br /&gt;
&lt;br /&gt;
Ensure that the /usr/local/bin common binary directory exists. This can be skipped if it does exist, or performed without harm if you're not sure...&lt;br /&gt;
  # sudo mkdir /usr/local/bin&lt;br /&gt;
&lt;br /&gt;
Copy the executable to /usr/local/bin, ensuring all can execute it... &lt;br /&gt;
  # sudo cp a7800-osx/a7800 /usr/local/bin/a7800&lt;br /&gt;
  # sudo chmod 755 /usr/local/bin/a7800&lt;br /&gt;
&lt;br /&gt;
If you haven't run A7800 before, create a directory for the configuration, and generate a default configuration...&lt;br /&gt;
  # mkdir ~/.a7800&lt;br /&gt;
  # a7800 -cc&lt;br /&gt;
  # mv a7800.ini ~/.a7800&lt;br /&gt;
&lt;br /&gt;
(Optional) Create a directory to hold your a7800.zip (NTSC) or a7800p.zip (PAL) BIOS ROMs...&lt;br /&gt;
  # sudo mkdir -p /usr/local/a7800/roms&lt;br /&gt;
&lt;br /&gt;
Create a directory to hold your A78 game ROMs...&lt;br /&gt;
  # sudo mkdir -p /usr/local/a7800/software/a7800&lt;br /&gt;
&lt;br /&gt;
Edit your configuration file to tell A7800/MAME where you've put BIOS ROMS. You may also wish to change &amp;quot;mouse 0&amp;quot; to &amp;quot;mouse 1&amp;quot; under &amp;quot;CORE INPUT OPTIONS&amp;quot;, to enable using the mouse with paddle, trackball, driving controller, and mouse emulation...&lt;br /&gt;
  # nano ~/.a7800/a7800.ini&lt;br /&gt;
&lt;br /&gt;
Be sure to put your A7800 BIOS zip file(s) in your ROMS directory, A78 game files in your SOFTWARE directory, and don't forget to make sure your ROMS directory is listed in your a7800.ini file.&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
&lt;br /&gt;
[https://github.com/7800-devtools/a7800/releases/download/v5.2/a7800-linux-v5.2.tgz Linux download]&lt;br /&gt;
&lt;br /&gt;
A 64-bit binary has been provided, which should be compatible with recent versions of the OS. You will need SDL2 runtime libraries installed. If the provided binary doesn't work on your platform, you can try building your own from source code.&lt;br /&gt;
&lt;br /&gt;
To install A7800, download one of the packages, and from a terminal execute the commands that follow.&lt;br /&gt;
&lt;br /&gt;
Unpack the zip file...&lt;br /&gt;
  # tar -xvzf a7800-linux-v5.2.tgz&lt;br /&gt;
&lt;br /&gt;
Ensure that the /usr/local/bin common binary directory exists. This can be skipped if it does exist, or performed without harm if you're not sure...&lt;br /&gt;
  # sudo mkdir /usr/local/bin&lt;br /&gt;
&lt;br /&gt;
Copy the executable to /usr/local/bin, ensuring all can execute it... &lt;br /&gt;
  # sudo cp a7800-linux/a7800 /usr/local/bin/a7800&lt;br /&gt;
  # sudo chmod 755 /usr/local/bin/a7800&lt;br /&gt;
&lt;br /&gt;
If you haven't run A7800 or MAME before, create a directory for the configuration, and generate a default configuration...&lt;br /&gt;
  # mkdir ~/.a7800&lt;br /&gt;
  # a7800 -cc&lt;br /&gt;
  # mv a7800.ini ~/.a7800&lt;br /&gt;
&lt;br /&gt;
(Optional) Create a directory to hold your a7800.zip (NTSC) or a7800p.zip (PAL) BIOS ROMs...&lt;br /&gt;
  # sudo mkdir -p /usr/local/a7800/roms&lt;br /&gt;
&lt;br /&gt;
Create a directory to hold your A78 game ROMs...&lt;br /&gt;
  # sudo mkdir -p /usr/local/a7800/software/a7800&lt;br /&gt;
&lt;br /&gt;
Edit your configuration file to tell A7800 where you've put BIOS ROMS. You may also wish to change &amp;quot;mouse 0&amp;quot; to &amp;quot;mouse 1&amp;quot; under &amp;quot;CORE INPUT OPTIONS&amp;quot;, to enable using the mouse with paddle, trackball, driving controller, and mouse emulation...&lt;br /&gt;
  # nano ~/.a7800/a7800.ini&lt;br /&gt;
&lt;br /&gt;
Be sure to put your A7800 BIOS zip file(s) in your ROMS directory, A78 game files in your SOFTWARE directory, and don't forget to make sure your ROMS directory is listed in your a7800.ini file.&lt;br /&gt;
&lt;br /&gt;
===Source Code===&lt;br /&gt;
&lt;br /&gt;
[https://github.com/7800-devtools/a7800/archive/v5.2.zip Source code download]&lt;br /&gt;
&lt;br /&gt;
To build A7800 you'll need the SDL version 2 developer libraries to compile it. For details, you can research how to build MAME on your platform of choice. Once you have the tools and libraries to build MAME on your platform, building A7800 should just be a matter of issuing the &amp;quot;make&amp;quot; command in the A7800 source directory.&lt;br /&gt;
&lt;br /&gt;
==Emulator Usage==&lt;br /&gt;
&lt;br /&gt;
Run the A7800 executable, and you'll get the graphical version of the emulator running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How To Select A Game===&lt;br /&gt;
01. After a system is started, press the ‘Tab’ key.&lt;br /&gt;
&lt;br /&gt;
02. Highlight the option &amp;quot;Load ROM file&amp;quot; with arrow keys and press 'Enter', or double click with mouse pointer. &lt;br /&gt;
&lt;br /&gt;
03. Perform the same respecting the available &amp;quot;cartridge (cart)&amp;quot; slot that appears.&lt;br /&gt;
&lt;br /&gt;
04. Choose a ROM from the displayed &amp;quot;roms&amp;quot; subfolder on the screen; otherwise, navigate to the location of where the ROMs are stored.  ROMs should have headers in proper *.a78 format&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How To Select A Different Controller===&lt;br /&gt;
01. After a system is started, press the ‘Tab’ key.&lt;br /&gt;
&lt;br /&gt;
02. Highlight the option &amp;quot;Controller Selection&amp;quot; with arrow keys and press 'Enter', or double click with mouse pointer. &lt;br /&gt;
&lt;br /&gt;
03. Change a controller by highlighting it and then press either the left or right arrow key.&lt;br /&gt;
&lt;br /&gt;
04. After a controller is changed, reset the emulator by selecting “Reset”.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Examples of Running from Command-Line===&lt;br /&gt;
&lt;br /&gt;
NTSC examples are provided. To change to PAL, switch the &amp;quot;a7800&amp;quot; argument to &amp;quot;a7800p&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
To run an a78 ROM located in the current directory...&lt;br /&gt;
  a7800 a7800 -cart myfilename.a78&lt;br /&gt;
&lt;br /&gt;
To run an a78 ROM located in the current directory, with HiScore support...&lt;br /&gt;
  a7800 a7800 -cart1 hiscore -cart2 myfilename.a78&lt;br /&gt;
&lt;br /&gt;
To run an a78 ROM located in the current directory, with XM support...&lt;br /&gt;
  a7800 a7800 -cart1 xm -cart2 myfilename.a78&lt;br /&gt;
&lt;br /&gt;
To run an a78 ROM located somewhere else...&lt;br /&gt;
  a7800 a7800 -cart /path/to/myfilename.a78&lt;br /&gt;
&lt;br /&gt;
==FAQs==&lt;br /&gt;
&lt;br /&gt;
* Q: What else do I need to run this emulator?&lt;br /&gt;
* A: Ideally, you'll obtain Atari 7800 BIOS images, though the emulator will run without them. However, to use the Hi-Score Cart or XM module, you'll need the Hi-Score Cart BIOS image. ROM and BIOS images aren't provided with A7800.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Q: Why not just contribute this work to the MAME team, so I don't have to download this thing?&lt;br /&gt;
* A: This work was initially submitted to MAME team and rejected. MAME devs wish to have Proline 2-button controllers (and any other new DB-9 controllers) assigned directly to the VCS. Since this would involve integration, testing, and changes to the VCS driver and other drivers that may use it, the extra work involved wasn't worth it to us. In the end, MAME devs have broader wishes, and 7800.8bitdev.org is focused on the 7800.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Q:  Do you have any tips or guides to assist further with the debugger?&lt;br /&gt;
* A:  See the A7800.8bitdev.org page regarding the MAME debugger:   http://7800.8bitdev.org/index.php/Introduction_to_the_MAME_debugger  For an extensive command list with detailed explanations, see the docs.mamedev.org pages:  http://docs.mamedev.org/debugger/index.html&lt;/div&gt;</summary>
		<author><name>MSaarna</name></author>	</entry>

	</feed>