]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/print-utils.h
dump_ram() parameter
[z180-stamp.git] / include / print-utils.h
index 238cf4074282911184fa818c745db8e5e4cc5303..5604d3bc2d620a6d69bf6b2f95d0bcddc4311e22 100644 (file)
@@ -9,7 +9,7 @@ int dump_mem(uint32_t address, uint32_t offset, uint32_t len,
                void (*readfkt)(uint8_t *, uint32_t, uint8_t), char *title);
 
 void dump_eep(uint32_t addr, unsigned int len, char *title);
-void dump_ram(uint32_t addr, uint32_t offset, unsigned int len, char *title);
+void dump_ram(uint8_t *addr, size_t offset, unsigned int len, char *title);
 
 void eeprom_read_buf(uint8_t *buf, uint32_t addr, uint8_t count);
 void ram_read_buf(uint8_t *buf, uint32_t addr, uint8_t count);