]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/z80-if.h
New command cpuchk
[z180-stamp.git] / include / z80-if.h
index 0ad14f5c170a2a779bbff3952b4a27e18c13d16b..7225cf47c8a450f74e98d9e0b5eacfa30a86d0a1 100644 (file)
@@ -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[]);