Skip to content

Instantly share code, notes, and snippets.

View shonumi's full-sized avatar

D. S. Baxter shonumi

View GitHub Profile
@shonumi
shonumi / mmu_more_flash.cpp
Created January 27, 2015 04:48
Don't lose this.
// GB Enhanced+ Copyright Daniel Baxter 2014
// Licensed under the GPLv2
// See LICENSE.txt for full license text
// File : mmu.h
// Date : April 22, 2014
// Description : Game Boy Advance memory manager unit
//
// Handles reading and writing bytes to memory locations
@shonumi
shonumi / mmu_base_flash.cpp
Last active August 29, 2015 14:14
Preliminary FLASH RAM support (with prints)
// GB Enhanced+ Copyright Daniel Baxter 2014
// Licensed under the GPLv2
// See LICENSE.txt for full license text
// File : mmu.h
// Date : April 22, 2014
// Description : Game Boy Advance memory manager unit
//
// Handles reading and writing bytes to memory locations