Create config file
This commit is contained in:
parent
b81b6c8f5a
commit
0d050aa968
|
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
"INITIAL_IP_ADDRESS": 48,
|
||||||
|
"START_OF_DISPLAY_MEM": 0,
|
||||||
|
"CYCLE_LIMIT": 128, // max number of times to step the CPU, to stop endless loops
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue