X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmemory.c;h=402e73c0684c3d2c4fabbf88ca489bbc26981baf;hb=c862545432cff44e3d64614662c224732534bfd6;hp=bf3a822c5625134998dd67700828d08fd0960a01;hpb=dfa6052123128f13ca08077da18b876f75fa6c83;p=emu8051.git diff --git a/src/memory.c b/src/memory.c index bf3a822..402e73c 100644 --- a/src/memory.c +++ b/src/memory.c @@ -27,11 +27,6 @@ #include "hexfile.h" #include "memory.h" -#define PGM_MEM_SIZE 65536 -#define INT_MEM_SIZE 256 /* IRAM = Direct addresses $00 to $7F - * SFR = Direct addresses $80 to $FF */ -#define EXT_MEM_SIZE 65536 - static u_int8_t pgm_mem[PGM_MEM_SIZE]; static u_int8_t int_mem[INT_MEM_SIZE]; static u_int8_t ext_mem[EXT_MEM_SIZE];