GithubHelp home page GithubHelp logo

gameboy_emulator's Introduction

Game Boy Emulator

Trying to emulate gameboy for understanding how a CPU works in general

image

Progress:

  1. Tile Data can now be drawn using VRAM Dump. SampleUsed
    image
  2. Where are the colors? I don't know will start working on it.
  3. Implemented BackgroundMap and OAM. [CPU Logic is pending, OAM updates happening by reading OAM dumps. ] image ezgif-1-82a3833921

Memory Regions Observartions.

0x0000 - 0x3FFF = Fixed from cartridge
0x4000 - 0x7FFF = Switchable from cartridge
0x8000 - 0x9FFF = VIDEO RAM ??
0xA000 - 0xBFFF = 0xFF
0xC000 - 0xCFFF = Random
0xD000 - 0xDFFF = Random
0xE000 - 0xFDFF = Echo Ram 0xC000 to 0xDDFF
0xFE00 - 0xFE9F = Random
0xFEA0 - 0xFEFF = 0x00

0xFF00 - 0xFF2F = Constant.
0xFF30 - 0xFF3F = Random.
0xFF40 - 0xFF7F = Constant.

0xFF80 - 0xFFFE = Random.
0xFFFF = 0x00

Important Links

gameboy_emulator's People

Contributors

subratkatiyar avatar

Watchers

 avatar

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.