cardiograph-computer/machine.config.js

9 lines
188 B
JavaScript

module.exports = {
"INITIAL_IP_ADDRESS": 48,
"START_OF_DISPLAY_MEM": 0,
// max number of times to step the CPU,
// to stop endless loops
// 0 = infinite
"CYCLE_LIMIT": 128,
}