More actions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
}} | }} | ||
A5200DS is an Atari 5200 console emulator based on the [http://atari800.sourceforge.net Atari800 emulator]. | |||
==Features== | ==Features== | ||
*Most things expected from an emulator | * Most things expected from an emulator | ||
==Installation== | ==Installation== | ||
'''Note:''' To use this emulator, you must use compatibles rom with a52/bin format. It also needs the 5200.bin ROM BIOS to use it. | |||
Download and unzip archive, [[DLDI|DLDI]] patch .nds and copy it to the root directory of the card. | |||
Put the a26/bin files where you want on your flashcard. | |||
==User guide== | ==User guide== | ||
When the emulator starts, click on the cartridge slot to choose a file. | When the emulator starts, click on the cartridge slot to choose a file. Use Up/Down to select a file, then use A to load it. | ||
[[File:A5200ds2.jpg]] | [[File:A5200ds2.jpg]] | ||
==Controls== | ==Controls== | ||
D- | D-Pad - Joystick | ||
A - Fire button 1 | A - Fire button 1 | ||
Line 36: | Line 39: | ||
Y - # button | Y - # button | ||
R - | R - Button 0 | ||
L - | L - Show fps | ||
R/L - | R/L - Change rom | ||
Start - Start button | |||
Select - Pause button | |||
Use stylus on buttons for other actions on bottom screen. | Use stylus on buttons for other actions on bottom screen. | ||
Line 52: | Line 55: | ||
==Changelog== | ==Changelog== | ||
'''V1.6 | '''V1.6 28/06/2011''' | ||
* Add Analog managment with icon on screen, just click on it to activate/desactivate -> this will fix pb with lot's of game like breakout, missile command, and so on | * Add Analog managment with icon on screen, just click on it to activate/desactivate -> this will fix pb with lot's of game like breakout, missile command, and so on. | ||
'''V1.5 | '''V1.5 26/06/2011''' | ||
* Fix bug in GTIA/POKEY for enabling pot management, analog jostick works now | * Fix bug in GTIA/POKEY for enabling pot management, analog jostick works now. | ||
* Compiled with new devkitpro (r33), win 1 fps since previous version | * Compiled with new devkitpro (r33), win 1 fps since previous version. | ||
'''V1.4 | '''V1.4 13/06/2011''' | ||
* Add automatic chip detection for 16k roms (but you can change it) | * Add automatic chip detection for 16k roms (but you can change it). | ||
* Button L to display/hide FPS | * Button L to display/hide FPS. | ||
* Add R & L to change Rom | * Add R & L to change Rom. | ||
* Really fix flickering pb, alphalerp is back and screen is smoother | * Really fix flickering pb, alphalerp is back and screen is smoother. | ||
* Better sound (not so much . | * Better sound (not so much). | ||
'''V1.3 | '''V1.3 12/06/2011''' | ||
* Fix pb with iEvo (hangs on menu) | * Fix pb with iEvo (hangs on menu). | ||
'''V1.2 | '''V1.2 11/06/2011''' | ||
* Fix pb with B button (now you can use bombs in HERO) | * Fix pb with B button (now you can use bombs in HERO). | ||
* Remove argc/argv management (for Another World test with his ievo) | * Remove argc/argv management (for Another World test with his ievo). | ||
* Fix flickering pb (remove alphalerp for now) | * Fix flickering pb (remove alphalerp for now). | ||
'''V1.1 | '''V1.1 23/05/2011''' | ||
* Quick fix about bios problem | * Quick fix about bios problem. | ||
* change screen height to 256 | * change screen height to 256. | ||
* Add more easy understanding message when no game in current diretory (Thx Another World for the tip) | * Add more easy understanding message when no game in current diretory (Thx Another World for the tip). | ||
* Fix name in makefile (was 7800 and not 5200) | * Fix name in makefile (was 7800 and not 5200). | ||
'''V1.0 : 22/05/2011''' | '''V1.0 : 22/05/2011''' | ||
* Initial release | * Initial release. | ||
* Compiled with last version of Devkitpro/libnds, so DSi compatible | * Compiled with last version of Devkitpro/libnds, so DSi compatible. | ||
==Credits== | ==Credits== | ||
Wintermute for | Wintermute for [http://www.devkitpro.org devkitpro] and libnds. | ||
Atari800 team for | Atari800 team for [http://atari800.sourceforge.net source code]. | ||
zx81 | zx81 for [http://zx81.zx81.free.fr/serendipity_fr/ GP2X-Atari version]. | ||
[[Category:Homebrew | <br> | ||
[[Category:DS homebrew emulators]] | |||
[[Category:Homebrew console emulators on DS]] |
Revision as of 03:01, 1 Haziran 2021
a5200DS | |
File:A5200ds.png | |
General | |
---|---|
Author(s) | Alekmaul |
Type | Console Emulator |
Version | 1.6 |
Licence | Mixed |
Links | |
[Media:A5200ds16.zip Download] | |
Website |
<htmlet>adsense</htmlet>
A5200DS is an Atari 5200 console emulator based on the Atari800 emulator.
Features
- Most things expected from an emulator
Installation
Note: To use this emulator, you must use compatibles rom with a52/bin format. It also needs the 5200.bin ROM BIOS to use it.
Download and unzip archive, DLDI patch .nds and copy it to the root directory of the card.
Put the a26/bin files where you want on your flashcard.
User guide
When the emulator starts, click on the cartridge slot to choose a file. Use Up/Down to select a file, then use A to load it.
Controls
D-Pad - Joystick
A - Fire button 1
B - Shift button
X - * button
Y - # button
R - Button 0
L - Show fps
R/L - Change rom
Start - Start button
Select - Pause button
Use stylus on buttons for other actions on bottom screen.
Media
Changelog
V1.6 28/06/2011
- Add Analog managment with icon on screen, just click on it to activate/desactivate -> this will fix pb with lot's of game like breakout, missile command, and so on.
V1.5 26/06/2011
- Fix bug in GTIA/POKEY for enabling pot management, analog jostick works now.
- Compiled with new devkitpro (r33), win 1 fps since previous version.
V1.4 13/06/2011
- Add automatic chip detection for 16k roms (but you can change it).
- Button L to display/hide FPS.
- Add R & L to change Rom.
- Really fix flickering pb, alphalerp is back and screen is smoother.
- Better sound (not so much).
V1.3 12/06/2011
- Fix pb with iEvo (hangs on menu).
V1.2 11/06/2011
- Fix pb with B button (now you can use bombs in HERO).
- Remove argc/argv management (for Another World test with his ievo).
- Fix flickering pb (remove alphalerp for now).
V1.1 23/05/2011
- Quick fix about bios problem.
- change screen height to 256.
- Add more easy understanding message when no game in current diretory (Thx Another World for the tip).
- Fix name in makefile (was 7800 and not 5200).
V1.0 : 22/05/2011
- Initial release.
- Compiled with last version of Devkitpro/libnds, so DSi compatible.
Credits
Wintermute for devkitpro and libnds.
Atari800 team for source code.
zx81 for GP2X-Atari version.