From 9d1bd591fc7a659e4ed5a455c327f3280ce2d20d Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Mon, 11 Mar 2019 16:55:58 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23d7a92..4d35359 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ To build type which outputs an exectable named A1Emu.exe +Next go to the working directory and copy a ROM for Integer Basic into the directory named "BASIC" (no extension). the emulator will copy the first 4KB of that file's contents into address 0xE000. + The emulator runs in a normal console without any GUI, just like the original Apple 1 worked. You are greeted with a `\` character. Type the following to start Apple 1 BASIC: ``` From 001d022341173efe704d7dcf87a2cc6ac80f5101 Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Mon, 11 Mar 2019 16:56:56 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d35359..c0fa9c4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To build type which outputs an exectable named A1Emu.exe -Next go to the working directory and copy a ROM for Integer Basic into the directory named "BASIC" (no extension). the emulator will copy the first 4KB of that file's contents into address 0xE000. +Next go to the working directory and copy a ROM for Integer Basic named "BASIC" (no extension) into that directory. the emulator will copy the first 4KB of that file's contents into address 0xE000. The emulator runs in a normal console without any GUI, just like the original Apple 1 worked. You are greeted with a `\` character. Type the following to start Apple 1 BASIC: From 367679cd9bee027e4c874aea9385ed654f5f713c Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Mon, 11 Mar 2019 16:57:46 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0fa9c4..ce3f417 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To build type which outputs an exectable named A1Emu.exe -Next go to the working directory and copy a ROM for Integer Basic named "BASIC" (no extension) into that directory. the emulator will copy the first 4KB of that file's contents into address 0xE000. +Next go to the working directory and copy a ROM for Integer Basic named "BASIC" (no extension) into that directory. The emulator will copy the first 4KB of that file's contents into address 0xE000. The emulator runs in a normal console without any GUI, just like the original Apple 1 worked. You are greeted with a `\` character. Type the following to start Apple 1 BASIC: