Apprentice MinusDS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{Infobox homebrew
{{Infobox homebrew
| title      = Apprentice MinusDS
| title      = ApprenticeMinusDS
| image      = [[File:Apprenticeminusds.PNG]]
| image      = [[File:Apprenticeminusds.PNG]]
| type        = Console Emulator
| type        = Console Emulator
Line 11: Line 11:
}}
}}


ApprenticeMinusDS is a Sega Master System/ GameGear Emulator for the Nintendo DS.
ApprenticeMinusDS is a Sega Master System/GameGear Emulator for the Nintendo DS. At first this was only made to debug the ARM assembler Z80 core used in jEnesisDS, but with a little work put into it, this can actually be used to play some games now.
At first this was only made to debug the ARM assembler Z80 core used in jEnesisDS, but with a little work put into it, this can actually be used to play some games now.


ApprenticeMinusDS 0.4.0 (Neo version) was ranked 1st in the NEO Summer Coding Compo 2008.  
ApprenticeMinusDS 0.4.0 (Neo version) was ranked 1st in the [https://www.neoflash.com/forum/index.php/topic,5314.0.html NEO Summer Coding Compo 2008].  


==Features==
==Features==
*SMS/GG emulation.
* SMS/GG emulation.
*10 Savestates per game.
* 10 Savestates per game.
*Rewind and fast forward feature.
* Rewind and fast forward feature.
*Settings can be saved per game.
* Settings can be saved per game.
*Fully rendered by the DS 2D hardware.
* Fully rendered by the DS 2D hardware.
*sample accurate PSG emulation.
* sample accurate PSG emulation.
*Stereo sound for GG games.
* Stereo sound for GG games.


==Installation==
==Installation==
#Download the lastest version and extract file
Download the lastest version and extract file.
#[http://chishm.drunkencoders.com/DLDI/ DLDI] patch it and copy it to the root directory of the card
 
[[DLDI|DLDI]] patch it and copy it to the root directory of the card.


==Controls==
==Controls==
Line 34: Line 34:
Y/A - Button 2
Y/A - Button 2


D-Pad - L,R,D,U
D-Pad - L/R/D/U


Start - START/PAUSE
Start - Start/pause


X - Center screen
X - Center screen
Line 42: Line 42:
L - Move screen area left
L - Move screen area left


R - Move screen area right (Note: screen area can be moved if it has a horizontal resolution of 320 pixels)
R - Move screen area right (screen area can be moved if it has a horizontal resolution of 320 pixels)


SELECT - Enter File Browser (Also accessible by touchscreen)
Select - Enter File Browser (also accessible by touchscreen)


===Settings===
'''Settings:'''
Touch the "CONFIG" icon to enter Settings in game:


L+R - savestate menu (10 slots available / game)
Touch the Config icon to enter Settings in game.


L - rewind
L+R - Savestate menu (10 slots available/game)
 
L - Rewind


R - Fast forward
R - Fast forward


X+R - cycle through screen modes (game on top or bottom screen, modes where just 1 screen is used)
X+R - Cycle through screen modes (game on top or bottom screen, modes where just 1 screen is used)


==Known issues==
==Known issues==
*Timing is not exactly correct yet, so some games might not work, or have glitches.
Timing is not exactly correct yet, so some games might not work, or have glitches.
*No FM emulation (yet?)
 
*Sprite updates need to be improved, sometimes there can be glitched sprites atm.
No FM emulation (yet).
*Interface practically ripped from jEnesisDS
 
Sprite updates need to be improved, sometimes there can be glitched sprites atm.
 
Interface practically ripped from jEnesisDS.


==Changelog==
==Changelog==
'''v0.2.6 preview release'''
'''v0.2.6 preview release'''
*Enhanced Z80 ASM core used in jEnesisDS.
* Enhanced Z80 ASM core used in jEnesisDS.
*SMS/GG emulation.
* SMS/GG emulation.
*10 Savestates per game.
* 10 Savestates per game.
*Rewind and fast forward feature.
* Rewind and fast forward feature.
*Settings can be saved per game.
* Settings can be saved per game.
*Fully rendered by the DS 2D hardware.
* Fully rendered by the DS 2D hardware.
*Perfect sync option, that actually syncs every scanline (emulated scanline to DS scanline).
* Perfect sync option, that actually syncs every scanline (emulated scanline to DS scanline).
*This option is more accurate, and needed for some games to look correctly, but it can be problematic to use it, when "Rewind" is enabled.
* This option is more accurate, and needed for some games to look correctly, but it can be problematic to use it, when Rewind is enabled.
*sample accurate (almost ;P) PSG emulation.
* sample accurate (almost) PSG emulation.
*Stereo sound for GG games.
* Stereo sound for GG games.


==Credits==
==Credits==
Exophase, Drew ,Charles McDonald, SiLeNt_Ni, sgstair.
Exophase, Drew ,Charles McDonald, SiLeNt_Ni, sgstair.
Anyone else who supported this project in one or another way


Anyone else who supported this project in one or another way.


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

Revision as of 04:35, 1 June 2021

ApprenticeMinusDS
File:Apprenticeminusds.PNG
General
Author(s)Lordus
TypeConsole Emulator
Versionv0.2.6
LicenceMixed
Links
[Media:Apprenticeminus040ds.zip Download]
Website
Advertisements

<htmlet>adsense</htmlet>


ApprenticeMinusDS is a Sega Master System/GameGear Emulator for the Nintendo DS. At first this was only made to debug the ARM assembler Z80 core used in jEnesisDS, but with a little work put into it, this can actually be used to play some games now.

ApprenticeMinusDS 0.4.0 (Neo version) was ranked 1st in the NEO Summer Coding Compo 2008.

Features

  • SMS/GG emulation.
  • 10 Savestates per game.
  • Rewind and fast forward feature.
  • Settings can be saved per game.
  • Fully rendered by the DS 2D hardware.
  • sample accurate PSG emulation.
  • Stereo sound for GG games.

Installation

Download the lastest version and extract file.

DLDI patch it and copy it to the root directory of the card.

Controls

B - Button 1

Y/A - Button 2

D-Pad - L/R/D/U

Start - Start/pause

X - Center screen

L - Move screen area left

R - Move screen area right (screen area can be moved if it has a horizontal resolution of 320 pixels)

Select - Enter File Browser (also accessible by touchscreen)

Settings:

Touch the Config icon to enter Settings in game.

L+R - Savestate menu (10 slots available/game)

L - Rewind

R - Fast forward

X+R - Cycle through screen modes (game on top or bottom screen, modes where just 1 screen is used)

Known issues

Timing is not exactly correct yet, so some games might not work, or have glitches.

No FM emulation (yet).

Sprite updates need to be improved, sometimes there can be glitched sprites atm.

Interface practically ripped from jEnesisDS.

Changelog

v0.2.6 preview release

  • Enhanced Z80 ASM core used in jEnesisDS.
  • SMS/GG emulation.
  • 10 Savestates per game.
  • Rewind and fast forward feature.
  • Settings can be saved per game.
  • Fully rendered by the DS 2D hardware.
  • Perfect sync option, that actually syncs every scanline (emulated scanline to DS scanline).
  • This option is more accurate, and needed for some games to look correctly, but it can be problematic to use it, when Rewind is enabled.
  • sample accurate (almost) PSG emulation.
  • Stereo sound for GG games.

Credits

Exophase, Drew ,Charles McDonald, SiLeNt_Ni, sgstair.

Anyone else who supported this project in one or another way.


Advertising: