michaelengel / lisaprom

Trying to replace the Apple Lisa's 6309 PROM with a 22V10 GAL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lisaprom

Trying to replace the Apple Lisa's CPU board 6309 PROM with a 22V10 GAL

gal-contents.txt is a hex dump of the original Lisa PROM

gal.c extracts single bits 0..7 for addresses 0...255 from the input data

bits.txt is the derivation and manual optimization of the logic formulas for bits 0..7

out.c implements the logic formulas for the GAL (correctness check)

About

Trying to replace the Apple Lisa's 6309 PROM with a 22V10 GAL

License:The Unlicense


Languages

Language:C 100.0%