Annotation of previous_trunk/src/nextMemory.c, revision 1.1.1.1

1.1       root        1: /*
                      2:   Hatari - stMemory.c
                      3: 
                      4:   This file is distributed under the GNU Public License, version 2 or at
                      5:   your option any later version. Read the file gpl.txt for details.
                      6: 
                      7:   ST Memory access functions.
                      8: */
                      9: const char STMemory_fileid[] = "Previous nextMemory.c : " __DATE__ " " __TIME__;
                     10: 
                     11: #include "nextMemory.h"
                     12: #include "configuration.h"
                     13: #include "ioMem.h"
                     14: #include "log.h"
                     15: #include "memory.h"
                     16: 
                     17: /*
                     18:  * Main RAM buffer (128 MB for turbo systems)
                     19:  */
                     20: Uint8 NEXTRam[128*1024*1024];
                     21: 
                     22: Uint32 NEXTRamEnd;
                     23: 
                     24: 
                     25: Uint8 NEXTRom[0x20000];
                     26: 
                     27: Uint8 NEXTIo[0x20000];

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.