X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmemory.h;fp=src%2Fmemory.h;h=892e17a7e2ad73ef98af5906cca49568f864de0c;hb=b23541495010180e3a69e3e1f64c934b28775878;hp=55a034a5e8e54009dec78a0b6470c17f28355b23;hpb=fb3b3529579773b8a14959cc6bc5bb2096fd0fe8;p=emu8051.git diff --git a/src/memory.h b/src/memory.h index 55a034a..892e17a 100644 --- a/src/memory.h +++ b/src/memory.h @@ -31,10 +31,10 @@ 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);