all repos — mgba @ b9a42cc5a927f3271cf89a5c2dcb86c3de4c00d6

mGBA Game Boy Advance Emulator

GB: Clean up some unused stuff
Jeffrey Pfau jeffrey@endrift.com
Tue, 26 Jan 2016 00:20:41 -0800
commit

b9a42cc5a927f3271cf89a5c2dcb86c3de4c00d6

parent

5d7a43639b444c14d98c92ea5e8a06f9059cd847

2 files changed, 0 insertions(+), 5 deletions(-)

jump to
M src/gb/timer.hsrc/gb/timer.h

@@ -20,8 +20,6 @@ struct GB;

struct GBTimer { struct GB* p; - int mode; - int32_t nextEvent; int32_t eventDiff;
M src/lr35902/lr35902.hsrc/lr35902/lr35902.h

@@ -48,10 +48,7 @@ LR35902_CORE_OP2 = 20

}; struct LR35902Memory { - uint16_t (*load16)(struct LR35902Core*, uint16_t address); uint8_t (*load8)(struct LR35902Core*, uint16_t address); - - void (*store16)(struct LR35902Core*, uint16_t address, int16_t value); void (*store8)(struct LR35902Core*, uint16_t address, int8_t value); uint8_t* activeRegion;