A5200DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox homebrew
{{Infobox homebrew
| title      = a5200DS
| title      = a5200DS
| image      = [[File:A5200ds.png]]
| image      = https://dlhb.gamebrew.org/dshomebrew/a5200ds2.png
| type        = Console Emulator
| type        = Console Emulator
| version    = 1.6
| version    = 1.6
Line 7: Line 7:
| author      = Alekmaul
| author      = Alekmaul
| website    = http://www.portabledev.com/pages/ds/jeuxdev.-perso/a5200ds.php
| website    = http://www.portabledev.com/pages/ds/jeuxdev.-perso/a5200ds.php
| download    = Media:A5200ds16.zip
| download    = https://dlhb.gamebrew.org/dshomebrew/a5200ds.7z
| source      =  
| source      =  
}}     
}}     
Line 52: Line 52:


==Screenshots==
==Screenshots==
[[File:A5200ds2.jpg]]
https://dlhb.gamebrew.org/dshomebrew/a5200ds3.png
https://dlhb.gamebrew.org/dshomebrew/a5200ds4.png


==Media==
<youtube>WfTKDT6gjfc</youtube>
==Changelog==
==Changelog==
'''V1.6 28/06/2011'''
'''V1.6 2011/06/28'''
* 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 26/06/2011'''
'''V1.5 2011/06/26'''
* 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 13/06/2011'''
'''V1.4 2011/06/13'''
* 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.
Line 72: Line 70:
* Better sound (not so much).
* Better sound (not so much).
    
    
'''V1.3 12/06/2011'''
'''V1.3 2011/06/12'''
* Fix pb with iEvo (hangs on menu).
* Fix pb with iEvo (hangs on menu).
    
    
'''V1.2 11/06/2011'''
'''V1.2 2011/06/11'''
* 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 23/05/2011'''
'''V1.1 2011/05/23'''
* Quick fix about bios problem.
* Quick fix about bios problem.
* change screen height to 256.
* change screen height to 256.
Line 86: Line 84:
* 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 2011/05/22'''
* Initial release.
* Initial release.
* Compiled with last version of Devkitpro/libnds, so DSi compatible.
* Compiled with last version of Devkitpro/libnds, so DSi compatible.
Line 95: Line 93:
Atari800 team for [http://atari800.sourceforge.net source code].
Atari800 team for [http://atari800.sourceforge.net source code].


zx81 for [http://zx81.zx81.free.fr/serendipity_fr/ GP2X-Atari version].
zx81 for [http://zx81.zx81.free.fr/serendipity_fr GP2X-Atari version].
 
==External links==
* Author's website - http://www.portabledev.com/pages/ds/jeuxdev.-perso/a5200ds.php


<br>
[[Category:DS homebrew emulators]]
[[Category:DS homebrew emulators]]
[[Category:Homebrew console emulators on DS]]
[[Category:Homebrew console emulators on DS]]

Revision as of 08:49, 14 October 2021

a5200DS
a5200ds2.png
General
Author(s)Alekmaul
TypeConsole Emulator
Version1.6
LicenceMixed
Links
Download
Website
Advertisements

<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.

Screenshots

a5200ds3.pnga5200ds4.png

Changelog

V1.6 2011/06/28

  • 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 2011/06/26

  • 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 2011/06/13

  • 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 2011/06/12

  • Fix pb with iEvo (hangs on menu).

V1.2 2011/06/11

  • 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 2011/05/23

  • 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 2011/05/22

  • 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.

External links

Advertising: