1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Accepting that memory mapping on a IIe is more complicated than I anticiapted, introduces mapping for all pages.

Also picks a name for the Unenhanced Apple IIe ROM.
This commit is contained in:
Thomas Harte
2018-07-28 13:02:49 -04:00
parent 894998b163
commit bc2afe69e1
2 changed files with 71 additions and 52 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ 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 ROM, that is visible from $D000, and the 3.75kb before that is the portion that can be paged in from $C100.
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.
apple2-character.rom — a 2kb image of the Apple IIe's character ROM.