cardiograph-computer/machine.config.js

5 lines
162 B
JavaScript

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
}