This commit is contained in:
unknown 2019-03-16 00:29:30 -07:00
commit ddf7bb1129
1 changed files with 2 additions and 0 deletions

View File

@ -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 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:
```