summaryrefslogtreecommitdiff
path: root/include/z80-if.h
diff options
context:
space:
mode:
authorLeo C2018-09-08 09:39:06 +0200
committerLeo C2018-09-08 09:39:06 +0200
commit226d32211880a061265faf6b8eadaf6ca1ec7a38 (patch)
tree7e3acd41732e9e53cd65160ace61a5e74e85bd04 /include/z80-if.h
parentf66d9570ec64ecaa1f879619a0e4fed8d5fa7803 (diff)
downloadz180-stamp-226d32211880a061265faf6b8eadaf6ca1ec7a38.zip
New command cpuchk
move z80_load_mem() to z80-if.c
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[]);