diff options
author | 2012-09-11 14:30:18 +0000 | |
---|---|---|
committer | 2012-09-11 14:30:18 +0000 | |
commit | 1df58104fedb600014fa1c1908bf8ee7972b48d4 (patch) | |
tree | 7521f5b6fd21750b69167788d259604aea41cabb /src/mess/machine/c1551.h | |
parent | 1b2cab76dfab1d31854df0143488b14266320864 (diff) |
Generalized the PLS100 into a PLA device of variable amounts of inputs/outputs/terms. [Curt Coder]
Diffstat (limited to 'src/mess/machine/c1551.h')
-rw-r--r-- | src/mess/machine/c1551.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/c1551.h b/src/mess/machine/c1551.h index f1ed6e482fa..7c8562c7171 100644 --- a/src/mess/machine/c1551.h +++ b/src/mess/machine/c1551.h @@ -22,7 +22,7 @@ #include "machine/6525tpi.h" #include "machine/c1541.h" #include "machine/cbmipt.h" -#include "machine/pls100.h" +#include "machine/pla.h" #include "machine/plus4exp.h" |