1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-08 10:52:58 +00:00

Fix typos in Apple II ROM images readme.txt

This commit is contained in:
Ryan Carsten Schmidt 2023-11-19 04:59:43 -06:00 committed by GitHub
parent 9bc33c716e
commit c0eed0fe78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,9 +5,9 @@ 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.