element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • More
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • More
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • More
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • More
  • Store
    Store
    • Visit Your Store
    • Choose Another Store
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Project Videos
  • Challenges & Projects
  • element14 presents
  • Project Videos
  • More
  • Cancel
Project Videos
Documents Episode 371: FPGA "Game Genie" for Atari 2600
  • Blog
  • Forum
  • Documents
  • Events
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Project Videos requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Engagement
Author: mcollinge
Date Created: 20 Nov 2018 7:43 PM
Last Updated: 18 Mar 2022 9:08 AM
Views: 829
Likes: 7
Comments: 8
Related
Recommended

Episode 371: FPGA "Game Genie" for Atari 2600

FPGA "Game Genie" for Atari 2600

element14 presents  |  Andy West's VCP Profile |  Project Videos

 

You don't have permission to edit metadata of this video.
Edit media
x
Upload Preview

The "Game Genie" line of cheat devices was released for several consoles back in the early 90s, but they never made one for the Atari 2600 since by that time it was obsolete. Andy travels travel back in time and uses an FPGA to build the video game accessory that never was.

 

 

Product NameQuantity
Buy Kit

Terasic Technologies FPGA Dev Kit DEO-Nano, 2x GPIO Headers, 32MB RAM, Accelerometer

1Buy Now

24 Pin card edge connector

1Buy Now

 

Additional Parts:

 

Product NameQuantity

40-Pin GPIO Cable

1
Atari 2600 2K/4K PC Board1

 

Click Herefor access to all the supporting files you will need to replicate this build!
  • connectors
  • atari 2600
  • programmablelogicch
  • game genie
  • fpga
  • vcpfpga
  • andy west
  • element14 presents
  • field programmable gate arrays
  • programmable logic
  • e14presents_andywest
  • friday_release
  • Share
  • History
  • More
  • Cancel
Anonymous

Top Comments

  • itrash
    itrash over 3 years ago +4

    Hi,

     

    just wanted to say that these kind of projects are really cool and I'm desperate to see more of that kind of stuff!

    I've personally done some hacking on my Nintendo DS to record video and audio.…

  • ramgarden
    ramgarden over 3 years ago +3

    This is an AWESOME project!  I finally understand how my NES game genie worked.  I had a high level idea but didn't quite understand how the codes worked.  Now I see that it is split into two parts with…

  • andywest
    andywest over 3 years ago in reply to ramgarden +2

    Glad you enjoyed it! The Atari 2600 inspired me to learn programming as a kid, so this was a very satisfying project to work on.

     

    The NES Game Genie worked the same as my device in principle, but it also…

  • andywest
    andywest over 3 years ago in reply to hizzy

    That sounds like a fun project, but it would be too much work to show in a single episode. Why not try it yourself if that's what interests you? You could start with something really small, like blinking an LED when a joystick button is pressed, and eventually move on to emulating the CPU and all the other components. I'm a big fan of this learn-as-you-go approach.

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • hizzy
    hizzy over 3 years ago

    Hi Andy!

     

    Would you be able to show us how to build an FPGA Atari 2600?

     

    Love your videos!

     

    Thanks!!

    • Cancel
    • Up +1 Down
    • Reply
    • More
    • Cancel
  • andywest
    andywest over 3 years ago in reply to Sean_Miller

    That's tricky because it sort of depends on how you learn. Some people like video tutorials. Others like being taught in a classroom. Still others, like myself, like books.

     

    I started by reading these two books:

     

    • Learning FPGAs: Digital Design for Beginners with Mojo and Lucid HDL
    • Programming FPGAs: Getting Started with Verilog

     

    I also read through the DE0-Nano user manual which is about 150 pages. Then I had enough knowledge under my belt at that point to make my own "blink" example.

     

    The Nano definitely isn't the newest board out there. I think it's a great board for learning, but it's also the only board I've ever used. I've got a Mojo V3 but I haven't gotten around to trying it yet.

     

    So my recommendation is:

     

    1. Think of a project you'd like to do with an FPGA. It could be anything.
    2. Do some online research to find development boards that are suitable to the task.
    3. Buy a board with the features, price, and ratings/reviews you're most happy with.
    4. Find educational materials that match your learning style (videos, instructional courses, books, etc.)
    5. Build it!
    • Cancel
    • Up +2 Down
    • Reply
    • More
    • Cancel
  • Sean_Miller
    Sean_Miller over 3 years ago

    Andy, is there a good starting point you'd recommend for getting into programming FPGA's.  Would it be the board you have?  If so, do they have a "blink" example?

    • Cancel
    • Up 0 Down
    • Reply
    • More
    • Cancel
  • andywest
    andywest over 3 years ago in reply to itrash

    Wooow! Very impressive video, thanks for sharing!

     

    Even if one's not so experienced, projects that incorporate things you like (even if it's just playing games) can be quite awesome for learning new stuff.

     

    Yes! The best way to learn is to just go for it. Also, the e14 community is extremely supportive and helpful.

    • Cancel
    • Up +1 Down
    • Reply
    • More
    • Cancel
  • itrash
    itrash over 3 years ago

    Hi,

     

    just wanted to say that these kind of projects are really cool and I'm desperate to see more of that kind of stuff!

    I've personally done some hacking on my Nintendo DS to record video and audio. It took a few atempts to get the PCB right, to fix noise in the audio and to get stable video.

    Not so much retro as the Atari but was a cool project to learn a lot of stuff none the less.

     

    Here are some pictures if you're interested:

    You don't have permission to edit metadata of this video.
    Edit media
    x
    Upload Preview

     

    https://images.romhackersworld.eu/album/3724-ds-video-capture-outside/

    https://images.romhackersworld.eu/album/3723-ds-video-capture-inside/

     

    Even if one's not so experienced, projects that incorporate things you like (even if it's just playing games) can be quite awesome for learning new stuff.

    • Cancel
    • Up +4 Down
    • Reply
    • More
    • Cancel
  • andywest
    andywest over 3 years ago in reply to ramgarden

    Glad you enjoyed it! The Atari 2600 inspired me to learn programming as a kid, so this was a very satisfying project to work on.

     

    The NES Game Genie worked the same as my device in principle, but it also obfuscated the codes to make them seem more "magical". So it was harder for gamers to predict what a particular code would do, but sometimes random codes would yield interesting results.

     

    And yes, if you're looking for a code with a specific effect, it can be difficult to find. There are some tools that can help automate the search, but mostly I just compared pages and pages of captured RAM values, manually.

    • Cancel
    • Up +2 Down
    • Reply
    • More
    • Cancel
  • ramgarden
    ramgarden over 3 years ago

    This is an AWESOME project!  I finally understand how my NES game genie worked.  I had a high level idea but didn't quite understand how the codes worked.  Now I see that it is split into two parts with an address and data portion it now all just came together in my head.

    I also now understand how much tedious work went into create the "book of codes" as people had to figure out what address was used for lives/hits/health/etc for every game individually!

    • Cancel
    • Up +3 Down
    • Reply
    • More
    • Cancel
Element14

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2022 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • Facebook
  • Twitter
  • linkedin
  • YouTube