From c0eed0fe7844a7e031d2481388d02f7d1174e5d9 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Sun, 19 Nov 2023 04:59:43 -0600 Subject: [PATCH] Fix typos in Apple II ROM images readme.txt --- ROMImages/AppleII/readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROMImages/AppleII/readme.txt b/ROMImages/AppleII/readme.txt index 369aa8d70..242663789 100644 --- a/ROMImages/AppleII/readme.txt +++ b/ROMImages/AppleII/readme.txt @@ -5,12 +5,12 @@ Expected files: apple2o.rom — an image at least 12kb big, in which the final 12kb is the original Apple II's ROM. apple2.rom — an image at least 12kb big, in which the final 12kb is the Apple II+'s ROM. apple2e.rom — a file at least 15.75kb big, in which the final 12kb is the main portion of the Enhanced IIe ROM, that is visible from $D000, and the 3.75kb before that is the portion that can be paged in from $C100. -apple2eu.rom — as per apple2e.rom, but for the Unenhanced Apple II. +apple2eu.rom — as per apple2e.rom, but for the Unenhanced Apple IIe. -apple2-character.rom — a 2kb image of the Apple IIe's character ROM. +apple2-character.rom — a 2kb image of the Apple II/II+'s character ROM. apple2eu-character.rom — a 4kb image of the Unenhanced IIe's character ROM. apple2e-character.rom — a 4kb image of the Enhanced IIe's character ROM. scsi.rom — a 16kb image of the Apple II SCSI card ROM. -Apologies for the wackiness around "at least xkb big", it's to allow for use of files such as those on ftp.apple.asimov.net, which tend to be a bunch of other things, then the system ROM. \ No newline at end of file +Apologies for the wackiness around "at least xkb big", it's to allow for use of files such as those on ftp.apple.asimov.net, which tend to be a bunch of other things, then the system ROM.