I have a MAX7064S design.
In the .qsf file, I have the line: set_global_assignment -name DEVICE "EPM7064SLC44-10"
and the .cdf file I use to launch into Quartus Programmer 13.0sp1 has this in it:
/* Quartus II 32-bit Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Full Version */
JedecChain;
FileRevision(JESD32A);
DefaultMfr(6E);
P ActionCode(Cfg) Device PartName(EPM7064SL44) Path("") File("EPM7064S.pof") MfrSpec(OpMask(3));
ChainEnd;
AlteraBegin;
ChainType(JTAG);
AlteraEnd;
so the device it looks for in the chain is EPM7064SL44.
I suspect if you just change the global project device to something like:
epm7064aetc44-10 (lose the -N, it just means lead free)
and have a similar .cdf file referencing:
partname(epm7064aet44) maybe it should work ....