Create config file

This commit is contained in:
n loewen 2023-08-02 10:52:59 +01:00
parent b81b6c8f5a
commit 0d050aa968
1 changed files with 5 additions and 0 deletions

5
machine.config.js Normal file
View File

@ -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
}