This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
NewerOlder