diff --git a/README.md b/README.md index 07bfee5..7b413d4 100644 --- a/README.md +++ b/README.md @@ -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).