X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmemory.cpp;h=3782200db00fc401548a17820f699b3c10750b4d;hb=62587015fb12ec54b1702bfa17077e4b8af44b19;hp=7ebdb2fc6e4ef99317c2e5be98c41acc08eaccf4;hpb=682e81f3a2f0693f60e6fb50426fb6367fd373db;p=virtualjaguar diff --git a/src/memory.cpp b/src/memory.cpp index 7ebdb2f..3782200 100644 --- a/src/memory.cpp +++ b/src/memory.cpp @@ -23,6 +23,8 @@ the I/O function would take care of any weird stuff... Actually: writes would tuck in the value, but reads would have to be handled correctly since some registers do not fall on the same address as far as reading goes... Still completely doable though. :-) + +N.B.: Jaguar RAM is only 2 megs. ROM is 6 megs max, IO is 128K */ #include "memory.h"