Talk:NDS/PicoDriveDS

From Dev-Scene

[edit] History

PicoDriveDS 0.1.5

  • Added support for appended ROMs. This should allow users with carts not supported by gba_nds_fat to use PicoDriveDS. Simply append a ROM to the PicoDriveDS binary, and it will run it (on *nix systems this can be done with "cat romname.ext >> picodriveds.ext", on Windows with "copy /b picodriveds.ext+romname.ext picodriveds-withrom.ext", substituting the appropriate filenames of course). You can only append one ROM at a time. In this mode, Genesis SRAM will be saved to GBA SRAM. Some patchers may work correctly with this and save the SRAM to your removable media, I have only been able to test with the EZ4 Lite software.
  • Fixed M3 reset code, added M3SD Mini insertion detection code (untested, may not work)
  • Massive code restructure and cleanup (though some cleanup is still in progress)
  • Added save state support, accessed via the X button. Due to the current size of the save states, this is only supported for FAT devices and is disabled in appended ROM mode. Currently there is only one save state per ROM (saved to romname.pds). This is still a very experimental feature and save states may not be compatible with future versions of PicoDriveDS.

PicoDriveDS 0.1.4

  • Fixed bug where R could scroll past end of file list
  • Switched to unified builds, now one build should work for all SD/CF carts (thanks WinterMute)
  • Added NeoFlash MK2/MK3 support (thanks WinterMute)
  • Changed it so that pressing Select again without choosing a file will resume emulation

PicoDriveDS 0.1.3

  • Added long filename support
  • Added support for going up a directory by pressing B
  • Added support for skipping ahead/back 5 files at a time with R/L
  • Added automatic save/load SRAM support

PicoDriveDS 0.1.2

  • Switched from Cyclone 0.0080 to Reesy's Cyclone 0.0084
  • Switched from software scaling to hardware scaling
  • Added three scale modes: Stretch, Aspect, and 1:1
  • Cycle through scale modes with L
  • Position the window in 1:1 mode by holding R and using the D-Pad
  • Added soft reset (press select, takes you back to the ROM list)
  • Added NDS banner information (shows up in WMB)
Dev-Scene (c) Ashley "MrShlee" Hull - Rock-ED Productions