mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
vm/mm.c: reduce default memory size.
This commit is contained in:
parent
8c119a983d
commit
3f5bbdb604
1 changed files with 2 additions and 2 deletions
4
vm/mm.c
4
vm/mm.c
|
|
@ -22,8 +22,8 @@
|
||||||
#include "mm.h"
|
#include "mm.h"
|
||||||
|
|
||||||
#ifndef MEM_SIZE
|
#ifndef MEM_SIZE
|
||||||
/* Set a default memory size. (2^16) */
|
/* Set a default memory size. (2^8) */
|
||||||
#define MEM_SIZE 65536
|
#define MEM_SIZE 256
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Get a WORD aligned (16-bit) address.
|
// Get a WORD aligned (16-bit) address.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue