summaryrefslogtreecommitdiff
path: root/include/z80-if.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/z80-if.h')
-rw-r--r--include/z80-if.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/z80-if.h b/include/z80-if.h
index 0ad14f5..7225cf4 100644
--- a/include/z80-if.h
+++ b/include/z80-if.h
@@ -58,3 +58,8 @@ int z80_memfifo_is_full(const fifo_t f);
int z80_memfifo_getc(const fifo_t f);
uint8_t z80_memfifo_getc_wait(const fifo_t f);
void z80_memfifo_putc(fifo_t f, uint8_t val);
+
+void z80_load_mem(int_fast8_t verbosity, const FLASH unsigned char data[],
+ const FLASH unsigned long *sections,
+ const FLASH unsigned long address[],
+ const FLASH unsigned long length_of_sections[]);