summaryrefslogtreecommitdiff
path: root/gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gb.h')
-rw-r--r--gb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gb.h b/gb.h
index 2be0806..27e685a 100644
--- a/gb.h
+++ b/gb.h
@@ -42,6 +42,7 @@ typedef struct {
void (*on_rst)(const gb_t *, const uint16_t);
void (*on_mmu_rb)(const gb_t *, const uint16_t, const uint8_t);
void (*on_mmu_wb)(const gb_t *, const uint16_t, const uint8_t);
+ void (*on_oam_wb)(const gb_t *, const uint16_t, const uint8_t);
void *cb_data;
} gb_config_t;