Skip to content

Releases: nand2mario/nestang

v0.12 - Tang Mega 60K

16 Nov 13:56
Compare
Choose a tag to compare

This release adds support for the new Tang Mega 60K board.

Enjoy.

v0.11 - Core Switching

10 Jun 03:26
Compare
Choose a tag to compare
  • Add a "Select core" menu item to switch between snestang and nestang cores. To enable it, just put the .bin core files in the /cores directory.

Note that for now there are two copies of each core: .fs files are for flashing using Gowin programmer, and .bin files are for core switching.

v0.10 - NES/SNES controller support

25 May 06:09
705d9c1
Compare
Choose a tag to compare
  • Support SNES/NES controller, in addition to DS2.

See installation.pdf for instructions, including how to wire the SNES/NES controllers.

v0.9 - Iosys Softcore

07 Apr 16:41
Compare
Choose a tag to compare

This version adds the iosys softcore, which snestang has used for a while.

  • Directory support.
  • SD cards larger than 32GB with exFAT file system is supported.
  • In-game OSD. Press SELECT-RIGHT to activate.
  • A transparency effect for OSD.
  • One firmware supports both cores. The firmware in snestang repo is updated to recognize the nestang core.
  • Support Tang PMOD TFCARD v2, instead of the old TFCARD v1.

v0.8 - The Tang Primer 25k Release

04 Jan 12:47
Compare
Choose a tag to compare

v0.8 supports the Sipeed Tang SDRAM v1.2 modules, while v0.8rc was for MiSTer SDRAM 3.0 modules. Please update if you get Sipeed's memory module.

  • This releases supports the new Tang Primer 25k, along with Tang Nano 20k.
  • Primer 25k:
    • Set up the memory module, hdmi pmod, dualshock2 pmod and microsd pmod as shown in primer25k_setup.jpg.
    • The dualshock2 ports are for P1 and P2. The on-board USB-A port also works for P1.
  • Dualshock2 controller stability is improve.
  • Developers: the code base has been refactored to support both boards. Use gw_sh nano20k.tcl to build for nano 20k, and gw_sh primer25k.tcl to build for primer 25k.

v0.8rc - The Tang Primer 25k Release

12 Nov 02:40
Compare
Choose a tag to compare
  • This releases supports the new Tang Primer 25k, along with Tang Nano 20k.
  • Primer 25k:
    • Set up the memory module, hdmi pmod, dualshock2 pmod and microsd pmod as shown in primer25k_setup.jpg.
    • The dualshock2 ports are for P1 and P2. The on-board USB-A port also works for P1.
  • Dualshock2 controller stability is improve.
  • Developers: the code base has been refactored to support both boards. Use gw_sh nano20k.tcl to build for nano 20k, and gw_sh primer25k.tcl to build for primer 25k.

v0.7.2rc - FAT cards

19 Oct 15:44
Compare
Choose a tag to compare
v0.7.2rc - FAT cards Pre-release
Pre-release

0.7.2rc:

Pull up (set to 3.3v) pin 48 to reset the machine.

v0.7.1 - FAT cards

18 Sep 16:10
Compare
Choose a tag to compare

0.7:

You asked for FAT MicroSD cards support so here it is. We have switched to FAT32 file system for rom loading from MicroSD cards as this is more convenient. Simply format your card in FAT32 and place all roms in the root directory.

If you used nes2img.py to prepare your cards, unfortunately you need to reformat them as the old image format is not longer supported.

Again this release only supports the Tang Nano 20K.

0.7.1:

Now 4000+ roms are allowed on a single sd card, instead of the previous 255.

v0.7 - FAT cards

17 Sep 16:23
Compare
Choose a tag to compare

You asked for FAT MicroSD cards support so here it is. We have switched to FAT32 file system for rom loading from MicroSD cards as this is more convenient. Simply format your card in FAT32 and place all roms in the root directory.

If you used nes2img.py to prepare your cards, unfortunately you need to reformat them as the old image format is not longer supported.

Again this release only supports the Tang Nano 20K.

v0.6 - USB gamepads

19 Aug 16:02
Compare
Choose a tag to compare

What's new in v0.6:

Visit https://github.com/nand2mario/nestang for more instructions.