X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmemory.h;fp=src%2Fmemory.h;h=55a034a5e8e54009dec78a0b6470c17f28355b23;hb=fb3b3529579773b8a14959cc6bc5bb2096fd0fe8;hp=76c0b861d96b645ad2802c6c79bd8bdcd306b8f2;hpb=a78a174393ff9c8dbc0d5212576507f25d7e9bf1;p=emu8051.git diff --git a/src/memory.h b/src/memory.h index 76c0b86..55a034a 100644 --- a/src/memory.h +++ b/src/memory.h @@ -36,4 +36,7 @@ memory_write8( int memory_id, unsigned long address, u_int8_t value ); u_int8_t memory_read8( int memory_id, unsigned long address ); +void +DumpMem(char *buf, char *Address, int memory_id); + #endif /* MEMORY_H */