From 0d050aa9682c0673ea41a109ef4ae99cd4142bc0 Mon Sep 17 00:00:00 2001 From: n loewen Date: Wed, 2 Aug 2023 10:52:59 +0100 Subject: [PATCH] Create config file --- machine.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 machine.config.js diff --git a/machine.config.js b/machine.config.js new file mode 100644 index 0000000..3d8938a --- /dev/null +++ b/machine.config.js @@ -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 +} \ No newline at end of file