You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ You will need the following:
68
68
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
69
69
the default configuration assumes that slots 4 and 7 are empty as it uses
70
70
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
72
72
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.
74
74
75
75
### Using the A2N20 Version 2
76
76
(Current version, recommended for most users)
@@ -180,7 +180,7 @@ although TMS5220 voice support is not currently implemented.
180
180
181
181
By default, the Multicard core emulates a SuperSprite card in slot 7 although the A2FPGA
182
182
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.
184
184
185
185
## Mockingboard
186
186
@@ -198,7 +198,7 @@ SC-01](https://en.wikipedia.org/wiki/Votrax) used on the Mockingboard.
198
198
199
199
By default, the Multicard emulates a Mockingboard in slot 4 although the A2FPGA
200
200
card can physically be in any slot. Slot position is configurable in the
0 commit comments