]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/memory.cpp
Fixed controller profile system.
[virtualjaguar] / src / memory.cpp
index 7ebdb2fc6e4ef99317c2e5be98c41acc08eaccf4..3782200db00fc401548a17820f699b3c10750b4d 100644 (file)
@@ -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"