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