Giter Site home page Giter Site logo

gogenie's Introduction

gogenie build status

Description

gogenie is a utility for making persistent patches to SEGA Genesis ROMs using Game Genie codes

What is a Game Genie?

A Game Genie is a cheat system and catridge connector for SEGA Genesis and other consoles. It acts as a pass-thru and sits between the console and the game cartridge. On boot, the Game Genie first presents its own ROM and prompts the player to enter alphanumeric cheat codes. Each cheat code is nothing more than an encoded 32-bit address and 16-bit value to apply at the address. After inputing the cheat codes and booting the game, the Game Genie intercepts CPU reads for patched regions and returns the patched data as a response instead of the legitimate data from the game cart.

gogenie works by decoding Game Genie codes to recover the encoded address and value. It takes a clean ROM as input and outputs a new ROM with the applied patch. It also re-computes and fixes up the patched ROM's checksum so it can boot on real hardware.

Usage

Usage: gogenie <code> <in> <outt>

Required:
  code    SEGA Genesis Game Genie alphanumeric code
  in      File path to input ROM
  out     File path to write out patched ROM

example:
  $ gogenie RFAA-A6VR StreetsOfRage.bin StreetsOfRagePatched.bin

License

(C) 2021 Brandon Miller (zznop)

This code is licensed under MIT license (see LICENSE for details)

gogenie's People

Watchers

 avatar  avatar

Forkers

mo65535

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.