aboutsummaryrefslogtreecommitdiff
path: root/src/GBACart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GBACart.h')
-rw-r--r--src/GBACart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GBACart.h b/src/GBACart.h
index 1f4d258..8698e25 100644
--- a/src/GBACart.h
+++ b/src/GBACart.h
@@ -161,6 +161,8 @@ void RelocateSave(const char* path, bool write);
// TODO: make more flexible, support nonbinary inputs
int SetInput(int num, bool pressed);
+void SetOpenBusDecay(u16 val);
+
u16 ROMRead(u32 addr);
void ROMWrite(u32 addr, u16 val);