summaryrefslogtreecommitdiffstats
path: root/apps/plugins/rockboy/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/mem.h')
-rw-r--r--apps/plugins/rockboy/mem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/rockboy/mem.h b/apps/plugins/rockboy/mem.h
index 338fd98bf0..d4097eff6d 100644
--- a/apps/plugins/rockboy/mem.h
+++ b/apps/plugins/rockboy/mem.h
@@ -46,8 +46,6 @@ extern struct rom rom;
extern struct ram ram;
void mem_updatemap(void) ICODE_ATTR;
-void ioreg_write(byte r, byte b) ICODE_ATTR;
-void mbc_write(int a, byte b) ICODE_ATTR;
void mem_write(int a, byte b) ICODE_ATTR;
byte mem_read(int a) ICODE_ATTR;
void mbc_reset(void);