projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0027047
)
Set external memory size default to 256
author
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 14 Jan 2014 03:40:56 +0000
(22:40 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 14 Jan 2014 03:40:56 +0000
(22:40 -0500)
src/common/memory.h
patch
|
blob
|
history
diff --git
a/src/common/memory.h
b/src/common/memory.h
index
be1c422
..
2d65d5e
100644
(file)
--- a/
src/common/memory.h
+++ b/
src/common/memory.h
@@
-34,7
+34,7
@@
#define EXT_MEM_MAX_SIZE 65536
#define PGM_MEM_DEFAULT_SIZE PGM_MEM_MAX_SIZE
-#define EXT_MEM_DEFAULT_SIZE
1024
+#define EXT_MEM_DEFAULT_SIZE
256
enum mem_id_t {
PGM_MEM_ID,