GB: Clean up some unused stuff
Jeffrey Pfau jeffrey@endrift.com
Tue, 26 Jan 2016 00:20:41 -0800
2 files changed,
0 insertions(+),
5 deletions(-)
M
src/gb/timer.h
→
src/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.h
→
src/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;