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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
This repo contains Kicad sources for a Static RAM expansion board for Sharp X68000 personal computer.
6
6
7
+
## Design
7
8
The expansion is implemented using 2MB static RAM chips to make the design simpler.
8
9
Address decoder is implemented using a ATF22V10 GAL chip. Source code for it is available in `gal/` directory.
9
10
@@ -12,3 +13,7 @@ Board dimensions are taken from the [midori](https://github.com/tdaede/midiori)
12
13
The board can support up to 8MB of memory and assumes you already have 2MB built in. If a fourth address line is routed, the board can support 1MB systems by masking half of the first memory chip.
13
14
14
15
I have tested it on a X68000 Expert system.
16
+
17
+
## GAL Equations
18
+
19
+
You can compile `.pld` GAL equations using [GALasm](https://github.com/daveho/GALasm).
0 commit comments