X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmemory.h;h=bd3420ef8a4a27a1be60bbcd809949f6e4b7bd2e;hb=fd6fa7c56a209cb5d4fa15f59a837b88795529ee;hp=55a034a5e8e54009dec78a0b6470c17f28355b23;hpb=fb3b3529579773b8a14959cc6bc5bb2096fd0fe8;p=emu8051.git diff --git a/src/memory.h b/src/memory.h index 55a034a..bd3420e 100644 --- a/src/memory.h +++ b/src/memory.h @@ -31,12 +31,12 @@ enum { }; void -memory_write8( int memory_id, unsigned long address, u_int8_t value ); +memory_write8(int memory_id, unsigned long address, u_int8_t value); u_int8_t -memory_read8( int memory_id, unsigned long address ); +memory_read8(int memory_id, unsigned long address); void -DumpMem(char *buf, char *Address, int memory_id); +DumpMem(char *Address, char *Asize, int memory_id); #endif /* MEMORY_H */