X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon%2Fmemory.h;h=f7911f76da98674b5ef496eed8e0d86cd4c8f705;hb=93c2708beede1eae6700f622279560ac2620290e;hp=9b3bae1cf9753711935c87204cb7f2ab9225ca4e;hpb=888cea8f85af92ccea5223d635eff1c6d44925a5;p=emu8051.git diff --git a/src/common/memory.h b/src/common/memory.h index 9b3bae1..f7911f7 100644 --- a/src/common/memory.h +++ b/src/common/memory.h @@ -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 */