aboutsummaryrefslogtreecommitdiff
path: root/src/state.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-05-11 09:18:52 +0100
committerIan C <ianc@noddybox.co.uk>2016-05-11 09:18:52 +0100
commite60cc5a36c148ef5ea0e38bcc848cf32f2b54a18 (patch)
tree0170a51b02b56d17e2b9e4c4e4716aaf0e4ac3c5 /src/state.c
parent728bbf0dee1e66c30fa57f278d4a82e576f6398b (diff)
Added option to import only labels from library.
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/state.c b/src/state.c
index 0e47a05..8a8d227 100644
--- a/src/state.c
+++ b/src/state.c
@@ -188,6 +188,12 @@ void SetAddressBank(unsigned b)
}
+unsigned Bank(void)
+{
+ return currbank;
+}
+
+
void SetWordMode(WordMode mode)
{
wmode = mode;