]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/debug.h
One dump_mem() for all memory types (avr eeprom and ram, z180 ram)
[z180-stamp.git] / include / debug.h
index 45a1d504e0499d280917327687c9b88b3c1d8e32..70039a6483390f9daa4164823d6beb4c2f7ecf8a 100644 (file)
 #endif /* 0 */
 
 
-void dump_eep(const uint8_t *addr, unsigned int len, char *title);
-void dump_ram(const uint8_t *addr, unsigned int len, char *title);
+void dump_eep(uint32_t addr, unsigned int len, char *title);
+void dump_ram(uint32_t addr, unsigned int len, char *title);
 void printfreelist(const char * title);
 
 
 #endif /* DEBUG_H_ */
-