X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmemory.h;fp=src%2Fmemory.h;h=4166da9d6b8d292702aaae866063bdefc4f19a99;hb=c862545432cff44e3d64614662c224732534bfd6;hp=bd3420ef8a4a27a1be60bbcd809949f6e4b7bd2e;hpb=4f35cb1366fc9a550b21ced49a465dd22940fa92;p=emu8051.git diff --git a/src/memory.h b/src/memory.h index bd3420e..4166da9 100644 --- a/src/memory.h +++ b/src/memory.h @@ -24,6 +24,11 @@ #include +#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 + enum { PGM_MEM_ID, INT_MEM_ID,