Skip to content

Commit ac70d43

Browse files
authored
Update README.md
Changed all references to top.v to top.sv instead. Removed reference to slot 1 for SSC and changed to slot 2 as this is where it is implemented in the I/O space when enabled.
1 parent e26a724 commit ac70d43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ You will need the following:
6868
Install the A2FPGA card into any slot in your Apple II or //e. IIgs users with ROM 00/01 models will need to install the card in slot 3. Please note that
6969
the default configuration assumes that slots 4 and 7 are empty as it uses
7070
the memory addresses for these to support Mockingboard and
71-
SuperSprite software. If you are using a build that provides Super Serial Card support, you'll need Slot 1 empty as well. If you already have cards in those slots and plan to
71+
SuperSprite software. If you are using a build that provides Super Serial Card support, you'll need Slot 2 empty as well. If you already have cards in those slots and plan to
7272
continue using them, you'll need to build a version of the Multicard core with
73-
those cards disabled in top.v.
73+
those cards disabled in top.sv.
7474

7575
### Using the A2N20 Version 2
7676
(Current version, recommended for most users)
@@ -180,7 +180,7 @@ although TMS5220 voice support is not currently implemented.
180180

181181
By default, the Multicard core emulates a SuperSprite card in slot 7 although the A2FPGA
182182
card can physically be in any slot. The slot configuration can be changed
183-
in the top.v file.
183+
in the top.sv file.
184184

185185
## Mockingboard
186186

@@ -198,7 +198,7 @@ SC-01](https://en.wikipedia.org/wiki/Votrax) used on the Mockingboard.
198198

199199
By default, the Multicard emulates a Mockingboard in slot 4 although the A2FPGA
200200
card can physically be in any slot. Slot position is configurable in the
201-
top.v file.
201+
top.sv file.
202202

203203
## Apple II and IIgs Sound
204204

0 commit comments

Comments
 (0)