|
|
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: */
1.1.1.4 ! root 9: const char STMemory_fileid[] = "Previous nextMemory.c : " __DATE__ " " __TIME__;
1.1 root 10:
11: #include "nextMemory.h"
12: #include "configuration.h"
13: #include "ioMem.h"
14: #include "log.h"
15: #include "memory.h"
16:
17: /*
1.1.1.3 root 18: * Main RAM buffer (128 MB for turbo systems)
1.1 root 19: */
1.1.1.3 root 20: Uint8 NEXTRam[128*1024*1024];
1.1 root 21:
1.1.1.4 ! root 22: Uint32 NEXTRamEnd;
1.1 root 23:
24:
25: Uint8 NEXTRom[0x20000];
26:
27: Uint8 NEXTIo[0x20000];
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.