From e11fffca3b0e3898e4ab4b0a771f67fc0e4c26f8 Mon Sep 17 00:00:00 2001 From: nand2mario <113511414+nand2mario@users.noreply.github.com> Date: Sat, 6 Apr 2024 10:23:03 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bab575b..a33d0f3 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,7 @@ You need either the Sipeed Tang Primer 25K or Tang Nano 20K FPGA board to run th A [step-by-step instructions](https://github.com/nand2mario/snestang/blob/main/doc/installation.md) is available for installation. Here are quick instructions for the more experienced, -* Set up your board as follows, - - - +* Tang Primer 25K needs 4 modules: Tang sdram, DVI, Dualshock2, SD and a pair of dualshock controllers. Currently these should cost ~$60 in total. Tang Nano 20K just needs controller adapters. Check [instructions]([doc/installation.md](https://github.com/nand2mario/snestang/blob/main/doc/installation.md)) for how to connect the modules / adapters. * Download a NESTang release from [github](https://github.com/nand2mario/nestang/releases). The bitstream (`nestang_*.fs`) should be written to flash at address 0. The firmware (`firmware.bin`) should be written to 0x500000 (5MB). * A MicroSD card to hold ROMs. * Connect one or two DualShock2 controllers to the DS2 pmod. Or you can connect one USB gamepad to use the [experimental USB gamepad support](doc/usb_gamepad.md). The board only has one USB port. So use DS2 if you want two players. From ed7b2f183d3c75f4a004e87fece6e59e9884fd16 Mon Sep 17 00:00:00 2001 From: nand2mario <113511414+nand2mario@users.noreply.github.com> Date: Sat, 6 Apr 2024 10:23:50 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a33d0f3..adadd47 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You need either the Sipeed Tang Primer 25K or Tang Nano 20K FPGA board to run th A [step-by-step instructions](https://github.com/nand2mario/snestang/blob/main/doc/installation.md) is available for installation. Here are quick instructions for the more experienced, -* Tang Primer 25K needs 4 modules: Tang sdram, DVI, Dualshock2, SD and a pair of dualshock controllers. Currently these should cost ~$60 in total. Tang Nano 20K just needs controller adapters. Check [instructions]([doc/installation.md](https://github.com/nand2mario/snestang/blob/main/doc/installation.md)) for how to connect the modules / adapters. +* Tang Primer 25K needs 4 modules: Tang sdram, DVI, Dualshock2, SD and a pair of dualshock controllers. Currently these should cost ~$60 in total. Tang Nano 20K just needs controller adapters. Check [instructions](https://github.com/nand2mario/snestang/blob/main/doc/installation.md) for how to connect the modules / adapters. * Download a NESTang release from [github](https://github.com/nand2mario/nestang/releases). The bitstream (`nestang_*.fs`) should be written to flash at address 0. The firmware (`firmware.bin`) should be written to 0x500000 (5MB). * A MicroSD card to hold ROMs. * Connect one or two DualShock2 controllers to the DS2 pmod. Or you can connect one USB gamepad to use the [experimental USB gamepad support](doc/usb_gamepad.md). The board only has one USB port. So use DS2 if you want two players.