element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
  • Settings
Project Videos
  • Challenges & Projects
  • element14 presents
  • Project Videos
  • More
  • Cancel
Project Videos
Documents FPGA "Game Genie" for Atari 2600 -- Episode 371
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Project Videos to participate - click to join for free!
Related
Recommended
Engagement
  • Author Author: kellyhensen
  • Date Created: 20 Nov 2018 7:43 PM Date Created
  • Last Updated Last Updated: 7 Dec 2018 8:24 AM
  • Views 3795 views
  • Likes 7 likes
  • Comments 8 comments

FPGA "Game Genie" for Atari 2600 -- Episode 371

image
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
image
Upload Preview
image

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 Name Quantity
Buy Kit

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

1 Buy Now

24 Pin card edge connector

1 Buy Now

 

Additional Parts:

 

Product Name Quantity

40-Pin GPIO Cable

1
Atari 2600 2K/4K PC Board 1

 

Click Here for 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
  • e14p_AW
  • field programmable gate arrays
  • programmable logic
  • e14presents_andywest
  • friday_release
  • Share
  • History
  • More
  • Cancel
Actions
  • Share
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • itrash
    itrash over 6 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. It…
  • ramgarden
    ramgarden over 6 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 an…
  • andywest
    andywest over 6 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…
Parents
  • Sean_Miller
    Sean_Miller over 6 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
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • Sean_Miller
    Sean_Miller over 6 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
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • andywest
    andywest over 6 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
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

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 © 2025 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

  • X
  • Facebook
  • linkedin
  • YouTube