aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/state.h b/src/state.h
index 100aaeb..137670e 100644
--- a/src/state.h
+++ b/src/state.h
@@ -62,6 +62,11 @@ void ClearState(void);
void SetAddressBank(unsigned bank);
+/* Get the current bank
+*/
+unsigned Bank(void);
+
+
/* Move onto the next pass
*/
void NextPass(void);