mirror of
https://github.com/wavemotion-dave/A7800DS.git
synced 2025-04-02 10:42:14 -04:00
78 lines
3.2 KiB
Text
78 lines
3.2 KiB
Text
a7800DS
|
|
--------------------------------------------------------------------------------
|
|
a7800DS is an Atari ProSystem 7800 console emulator.
|
|
To use this emulator, you must use compatibles rom with a78/bin format.
|
|
Do not ask me about such files, I don't have them. A search with Google will certainly
|
|
help you.
|
|
|
|
Features :
|
|
----------
|
|
Most things you should expect from an emulator.
|
|
|
|
Missing :
|
|
---------
|
|
All that is not yet emulated ;)
|
|
Need to improve speed
|
|
|
|
Check updates on my web site :
|
|
http://www.portabledev.com
|
|
|
|
--------------------------------------------------------------------------------
|
|
History :
|
|
--------------------------------------------------------------------------------
|
|
V1.3 : 12-Dec-2020 by wavemotion-dave
|
|
* Backported some fixes and emulation timing improvments from Prosystem 1.3g
|
|
plus the Wii version. Renders a few more games playable.
|
|
* Fixed region for Froggie and Beef Drop - they now look right and play
|
|
at full speed.
|
|
* Minor other improvements as time permitted.
|
|
|
|
V1.2 : 10-Dec-2020 by wavemotion-dave
|
|
* More speed improvements. Fixed some 320 pixel games. Improved sound.
|
|
|
|
V1.1 : 09-Dec-2020 by wavemotion-dave
|
|
* Brought back to life... cleanup and about a 50% speed improvement, better
|
|
screen rendering/scaling and slightly improved UI features.
|
|
|
|
V1.0 : 24/05/2011
|
|
* Initial release based on my a320 version (which is based on Prosystem 1.0.3)
|
|
* Compiled with last version of Devkitpro/libnds, so DSi compatible \o/
|
|
|
|
--------------------------------------------------------------------------------
|
|
How tu use a7800DS :
|
|
--------------------------------------------------------------------------------
|
|
YOU NEED PERHAPS TO PATCH THE NDS FILE WITH THE DLDI PATCH BEFORE USING IT.
|
|
Unzip a7800DS.nds from the a7800DS.zip archive in a directory of your flash / (micro) SD
|
|
/ MMC card.
|
|
Put the a78/bin files where you want on your flashcard.
|
|
|
|
That's all, a7800DS can be use now :) !
|
|
|
|
When the emulator starts, click on the cartridge slot to choose a file. you are use Up/Down
|
|
to select a file, then use A to load it.
|
|
|
|
Controls :
|
|
* Direction pad : the joystick ...
|
|
* A : Fire button 1
|
|
* B : Fire button 2
|
|
* SELECT : SELECT Button
|
|
* START : START Button
|
|
* R : RESET Button (yes R like Reset :P)
|
|
|
|
Use stylus on buttons for other actions on bottom screen.
|
|
--------------------------------------------------------------------------------
|
|
Credits:
|
|
--------------------------------------------------------------------------------
|
|
Thanks Wintermute for devkitpro and libnds (http://www.devkitpro.org).
|
|
Greg Stanton for ProSystem source code (https://home.comcast.net/~gscottstanton/)
|
|
an Atari 7800 emulator.
|
|
zx81 (http://zx81.zx81.free.fr/serendipity_fr/) for PSP A7800 version (that helped
|
|
me a lot to understand ProSystem).
|
|
raz0red (http://www.twitchasylum.com/forum/viewtopic.php?t=519) for WII7800 (that
|
|
helped me a lot to fix some timing problem).
|
|
|
|
--------------------------------------------------------------------------------
|
|
Alekmaul
|
|
alekmaul@portabledev.com
|
|
http://www.portabledev.com
|
|
--------------------------------------------------------------------------------
|