mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2025-01-03 21:31:44 +00:00
Fixed an inaccurate comment.
This commit is contained in:
parent
0a52df645a
commit
06a667d66d
@ -35,7 +35,7 @@ void ExternalMem_Init(void)
|
|||||||
// Set all data lines as inputs (with no pullups! we turned them off)
|
// Set all data lines as inputs (with no pullups! we turned them off)
|
||||||
Ports_SetDataDDR(0);
|
Ports_SetDataDDR(0);
|
||||||
|
|
||||||
// Control lines (I'm cheating and manipulating the bits directly here)
|
// Control lines
|
||||||
Ports_SetCSDDR(1);
|
Ports_SetCSDDR(1);
|
||||||
Ports_SetOEDDR(1);
|
Ports_SetOEDDR(1);
|
||||||
Ports_SetWEDDR(1);
|
Ports_SetWEDDR(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user