Skip to content

Commit 62b98d1

Browse files
committed
add info on gal
1 parent ae68ebc commit 62b98d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
This repo contains Kicad sources for a Static RAM expansion board for Sharp X68000 personal computer.
66

7+
## Design
78
The expansion is implemented using 2MB static RAM chips to make the design simpler.
89
Address decoder is implemented using a ATF22V10 GAL chip. Source code for it is available in `gal/` directory.
910

@@ -12,3 +13,7 @@ Board dimensions are taken from the [midori](https://github.com/tdaede/midiori)
1213
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.
1314

1415
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

Comments
 (0)