mirror of
https://github.com/jscrane/Apple1.git
synced 2024-12-22 03:30:09 +00:00
use built-in ram
This commit is contained in:
parent
dfe08c4893
commit
f8aa9bc3b7
4
config.h
4
config.h
@ -1,9 +1,13 @@
|
|||||||
#ifndef _CONFIG_H
|
#ifndef _CONFIG_H
|
||||||
#define _CONFIG_H
|
#define _CONFIG_H
|
||||||
|
|
||||||
|
#if defined(SPIRAM_CS)
|
||||||
#define RAM_SIZE 0x3000
|
#define RAM_SIZE 0x3000
|
||||||
#define SPIRAM_BASE 0x3000
|
#define SPIRAM_BASE 0x3000
|
||||||
#define SPIRAM_EXTENT (20 * 1024 / 256)
|
#define SPIRAM_EXTENT (20 * 1024 / 256)
|
||||||
|
#else
|
||||||
|
#define RAM_SIZE 0x8000
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CPU_INSTRUCTIONS 1000
|
#define CPU_INSTRUCTIONS 1000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user