RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    How many of you found out about RetroPie because you couldn't buy the NES Classic?

    Scheduled Pinned Locked Moved General Discussion and Gaming
    nes classicretropie
    119 Posts 79 Posters 63.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mediamogulM
      mediamogul Global Moderator @edmaul69
      last edited by mediamogul

      @edmaul69

      If people hadnt hacked it so fast, maybe it would have gone longer.

      That could be a factor as well, but with all the money left lying on the table, you'd think that some of it could have gone into system revisions that would combat piracy. Nintendo is so absolutely secretive about their decision making, that we may never know what really went on here. After years of supposition and investigation, it's only been this past year that we finally have a believable explaination as to why they've never released the arcade version 'Donkey Kong' on a virtual platform.

      RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

      CapemanC 1 Reply Last reply Reply Quote 1
      • CapemanC
        Capeman @mediamogul
        last edited by Capeman

        @mediamogul Out of curiousity, what was that reason?

        Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

        mediamogulM 1 Reply Last reply Reply Quote 0
        • mediamogulM
          mediamogul Global Moderator @Capeman
          last edited by mediamogul

          @Capeman

          It's recently come to light that Nintendo may not have have full, or perhaps any distribution rights to many of their early arcade titles, Donkey Kong included. If true, this would be the result of an undisclosed settlement between them and Ikegami Tsushinki, who were responsible for programming the games in question, as well as developing the hardware. To make a long story short, Nintendo tried to cut this company out of their original agreement by reverse engineering their previous designs when creating 'Donkey Kong Jr.'. There are a few things that give credence to Ikegami Tsushinki having some legal claim to the software. Most humorously is the company developing a direct clone of 'Donkey Kong', Nintendo's most popular title at the time, in the form of 'Congo Bongo' to SEGA, without any legal challenge.

          RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

          1 Reply Last reply Reply Quote 1
          • CapemanC
            Capeman
            last edited by

            Figures it was copyright issues. If copyright law could figure itself out, thousands (if not hundreds of thousands) of people at this point wouldn't need to resort to hacking together projects like RetroPie to bypass all that corporate BS. I guess there's always a silver lining.

            Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

            1 Reply Last reply Reply Quote 0
            • anasazi29A
              anasazi29
              last edited by anasazi29

              updated my NES Classic replica. Added the NES classic icons. I added the NES Classic music that plays during the menu. I also added MP3s that play during the menu that are from the original 30 games.
              I soldered a working Power button, that clean shuts down the Pi.
              and the 2nd button, "Reset" basically clean reboots the machine.
              My 3D printed case is the EXACT dimensions and size of the NES Classic.

              0_1492540400268_nes_LED.jpg

              0_1492540412543_nes_inside.jpg

              0_1492540425234_nes_hand.jpg

              0_1492720547453_NES_Classic_with_Controllers.jpg

              Thanks,
              Anasazi

              D 1 Reply Last reply Reply Quote 4
              • D
                dragon_0n4 @anasazi29
                last edited by

                @anasazi29 great work, looks awesome!
                for the shutdown and reboot buttons, did you use the same script, just modified what command is executed, and what GPIOs are used?

                anasazi29A 1 Reply Last reply Reply Quote 0
                • anasazi29A
                  anasazi29 @dragon_0n4
                  last edited by

                  @dragon_0n4
                  GPIO 3 and ground for Power shutdown and turn on.

                  GPIO 18 and ground for sudo reboot
                  ____________ reboot script ___________________

                  #!/bin/python

                  import RPi.GPIO as GPIO
                  import time
                  import os

                  GPIO.setmode(GPIO.BCM)
                  GPIO.setup(18, GPIO.IN, pull_up_down = GPIO.PUD_UP)

                  def Shutdown(channel):
                  os.system("sudo reboot")

                  GPIO.add_event_detect(18, GPIO.FALLING, callback = Shutdown, bouncetime = 2000)

                  while 1:
                  time.sleep(1)
                  _______________ Shutdown script__ (which you can find on here)
                  #!/bin/python

                  import RPi.GPIO as GPIO
                  import time
                  import os

                  GPIO.setmode(GPIO.BCM)
                  GPIO.setup(3, GPIO.IN, pull_up_down = GPIO.PUD_UP)

                  def Shutdown(channel):
                  os.system("sudo shutdown -h now")

                  GPIO.add_event_detect(3, GPIO.FALLING, callback = Shutdown, bouncetime = 2000)

                  while 1:
                  time.sleep(1)


                  easy as that,
                  Anasazi

                  1 Reply Last reply Reply Quote 0
                  • S
                    StormJH1
                    last edited by

                    First post. NES Classic is exactly the reason I discovered RetroPie (and Raspberry Pi 3). When it first came out in November, I started getting Google-suggested articles like crazy about a $35 alternative called the Raspberry Pi. I had some past experience with ROM's, but those were always anchored to desktop PC's and weren't as immersive as a TV-based gaming experience. I also saw the phrase "Linux-based" and quickly put it out of mind. More than anything, I assumed that the U.I. would be some hacked-up, unattractive junk that only appealed to engineers.

                    As recently as 2 or 3 weeks ago, I was still looking for an NES Classic, even considering paying a premium on Amazon. The discontinuance and price hike was a blessing in disguised. I dove deeper into the details of what I would have to do to make a mini gaming console and was like "Wait, I can actually do this!".

                    I am absolutely in love with the RetroPie system I created. Now I just have to balance my incessant need to tinker with things against the fact that I basically have an up-and-running system that seems to be stable, accessible, and reliable. I need to back up my work thus far so I can get back to this point - one of my favorite things is how you can basically swap in and out a whole operating system since everything is stored on the microSD card. I'd like to tinker with themes and creating my own images for some missing box art, but given that the Linux command stuff is still way above my pay grade, I'm likely to screw things up.

                    1 Reply Last reply Reply Quote 1
                    • EldrethorE
                      Eldrethor
                      last edited by Eldrethor

                      I had no real interest in the NES Classic, and I didn't plan on getting a Raspberry Pi. My original intent was to build a small computer housed in a slim micro ATX case, hook it up to my TV, and use that as my gaming console, but the parts alone had already added up to few hundred dollars.

                      While I tried to work on my budget for parts, I stumbled across an article raving about how you can create your own retro console for $35 (whoever wrote the headline conveniently forgot to mention needing a case, SD card, etc.), and that led me to the Raspberry Pi and the RetroPie project, which I have to say, I'm really grateful for.

                      Putting together a RetroPie setup of my own been an absolute blast, and I'm hoping to make my own code contributions one of these days, though I'm admittedly spoiled by high-level languages and IDEs.

                      mattrixkM 1 Reply Last reply Reply Quote 0
                      • W
                        Wulf
                        last edited by

                        the NES Classic? what's that?

                        1 Reply Last reply Reply Quote 0
                        • mattrixkM
                          mattrixk @Eldrethor
                          last edited by

                          @Eldrethor said in How many of you found out about RetroPie because you couldn't buy the NES Classic?:

                          I'm hoping to make my own code contributions one of these days

                          If the coding isn't for you, you can always try making themes. It's fun and not too difficult (having a little basic html coding experience helps, but isn't essential).

                          My ES themes: MetaPixel | Spare | Io | Indent

                          1 Reply Last reply Reply Quote 1
                          • spruce_m00seS
                            spruce_m00se
                            last edited by

                            I got retropie due to a shortage of nes classics about 6 months ago, however I had wanted to use a Pi for years and progress from playing with arduinos, so it was the perfect excuse, I now have 3 pi3 and a Zero, loving the learning experience and cant wait to start playing with IO pins etc to get some of my scripts running in the background

                            1 Reply Last reply Reply Quote 0
                            • D
                              detron
                              last edited by

                              with the success and demand that out-paced supply for the NES Classic, I wish Nintendo would make a 3DS cartridge "NES classic" say a $50 game, that has the 30 NES games that are included in the NES classic.

                              I was lucky enough to get a NES Classic, but I would buy the "NES Classic, 3DS edition"

                              SgtJimmyRustlesS 1 Reply Last reply Reply Quote 0
                              • SgtJimmyRustlesS
                                SgtJimmyRustles @detron
                                last edited by

                                @detron

                                I don't think they will. The NES Classic is going back on sale next year.

                                Check out /r/SBCGaming for Retropie, Recalbox, OGST (Odroid) talk and more!
                                http://www.reddit.com/r/sbcgaming

                                Hop on the Dicscord as well and chat about all things Retropie (or recalbox, lakka, etc)
                                https://discord.gg/JdXc6nx

                                Check out our Podcast!

                                D C 2 Replies Last reply Reply Quote 0
                                • D
                                  detron @SgtJimmyRustles
                                  last edited by

                                  @sgtjimmyrustles said in How many of you found out about RetroPie because you couldn't buy the NES Classic?:

                                  @detron

                                  I don't think they will. The NES Classic is going back on sale next year.

                                  I know, but it would be a cool 3DS cartridge. seems like a simple profit opportunity

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    chewsavedlatin
                                    last edited by

                                    I ended up here because of not being able to get a NES classic. I still have a NES that works (plus a few other consoles) but I just don't have to room so they're packed away, retropie is space saving tool for me really and is perfect for that.

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      chewsavedlatin @SgtJimmyRustles
                                      last edited by chewsavedlatin

                                      @sgtjimmyrustles Has that been confirmed now? One thing I don't understand is if the demand is there why stop making them? Albums, Books and Films are re-pressed all the time, why should games be any different?

                                      If Nintendo want to go down the line of re-releasing mini classic consoles, they should make a mini console that actually accepts cartridges and then you buy the mini games for your mini console. The collectors would go mad for it and Nintendo would make a fortune.

                                      danielmewhouseD 1 Reply Last reply Reply Quote 0
                                      • danielmewhouseD
                                        danielmewhouse @chewsavedlatin
                                        last edited by

                                        @chewsavedlatin Hi man, how are you? Nintendo do this thing 'cause "Mini Classic" collection is just destined for collectors. If everybody could own one, the collection value will be nothing. But with few units, the collectors could put a price on it.

                                        It's no use!!! Take this!!!

                                        1 Reply Last reply Reply Quote 0
                                        • BobHarrisB
                                          BobHarris
                                          last edited by BobHarris

                                          I also have the Nes mini to thank for my Pi.
                                          I was modding my Mini pretty quickly after receiving it. Ran into its limitations and by then felt confident enough I could figure out how to configure a Pi. Never looked back! It's by far my favorite piece of tech in my house.

                                          Before I used a modded Wii + crt tv (and some spare crt's).I'm glad I could get rid of all that stuff. Those artificial scanlines the Pi can display really look like the real deal. :-) Street fighter III Second impact (in widescreen mode) looks jawdroppingly good.

                                          Pi 3B , 64 GB Sandisk ultra flashdrive, 19 systems, 872 hand picked classic gaming gems :-) Dual shock 4v2

                                          danielmewhouseD 1 Reply Last reply Reply Quote 0
                                          • danielmewhouseD
                                            danielmewhouse @BobHarris
                                            last edited by danielmewhouse

                                            @bobharris i've got my RPi2 2 years ago exactly to make my own mini gaming console, before Nintendo start to dream with mini collection. Now, it's my first Bartop!!! This time, WE do what Nintendon't!!! 😁

                                            It's no use!!! Take this!!!

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.