use the original Apple Parallel Card ROM; works in text mode

This commit is contained in:
Jorj Bauer 2017-02-20 20:37:11 -05:00
parent 696e23de1b
commit 37438f6e6c
1 changed files with 1 additions and 4 deletions

View File

@ -30,16 +30,13 @@ There are three files that you'll need:
* apple2e.rom -- a 32k dump of the entire Apple //e ROM
* disk.rom -- a 256 byte dump of the DiskII controller ROM (16-sector P5)
* parallel.rom -- a 256 byte dump of either of the two Apple Parallel cards
* parallel.rom -- a 256 byte dump of the Apple Parallel Card
The MD5 sums of those files are:
* 003a780b461c96ae3e72861ed0f4d3d9 apple2e.rom
* 2020aa1413ff77fe29353f3ee72dc295 disk.rom
* 5902996f16dc78fc013f6e1db14805b3 parallel.rom
-or-
d666ea749f79a35faa31b4e9a7878eb7 parallel.rom
From those, the appropriate headers will be automatically generated by
"make roms" (or any other target that relies on the ROMs).