Rename DumpMem function -> memory_dump
[emu8051.git] / src / common / memory.h
index 9b3bae1..f7911f7 100644 (file)
@@ -92,6 +92,6 @@ uint16_t
 pgm_read_addr16(uint16_t base);
 
 void
-DumpMem(unsigned int address, int size, int memory_id);
+memory_dump(unsigned int address, int size, int memory_id);
 
 #endif /* MEMORY_H */