Hi fellow tinkerers,
has anyone here ever attached EPROMs (the old windowed ones) to AVR microcontrollers successfully before?
I've hooked it up pretty straightforward, using various 27C512 EPROMs and an ATmega32, two 8bit ports for the address, one 8bit port for the data, and a simple ten-line C program to count up the address, read a byte and echo it in hex to the UART. However, all I get to read are repetitive bit patterns (FF 7F FF 7F.... FE 5E FE 5E...).
If I read the EPROMs with my programmer, I get some real content, so the chips are OK.
I've done the usual CMOS troubleshooting (trying AVR-internal as well as external pull-up and pull-down resistors instead of free-floating etc).

If anyone knows about some quirkyness of those old devices that I may be overlooking here, please let me know.