mirror of
https://github.com/TomNisbet/TommyPROM.git
synced 2024-11-21 19:31:12 +00:00
Fix pin assignments on 8755A device to match the schematic
This commit is contained in:
parent
00c251a177
commit
4dbabf7630
@ -2,14 +2,14 @@
|
||||
#if defined(PROM_IS_8755A)
|
||||
|
||||
|
||||
#define CE1 A0
|
||||
#define CE2 A1
|
||||
#define RD A2
|
||||
#define AD8 A5
|
||||
#define AD9 A4
|
||||
#define CE2 A0
|
||||
#define RD A1
|
||||
#define CE1 A2
|
||||
#define AD10 A3
|
||||
#define ALE 12
|
||||
#define VDDCTL 11
|
||||
#define AD9 A4
|
||||
#define AD8 A5
|
||||
#define ALE 10
|
||||
#define VDDCTL 12
|
||||
|
||||
|
||||
PromDevice8755A::PromDevice8755A(unsigned long size)
|
||||
|
Loading…
Reference in New Issue
Block a user