「TMS4416 datasheet」でググって出てきたデータシートを確認すると、
"Fourteen address bits are required to decode 1 of 16,384 storage locations.
Eight row-address bits are set up on pins A0 through A7
and latched onto the chip by the row-address strobe (RAS).
Then the six column-address bits are set up on pins A1 through A6
and latched onto the chip by the column-address strobe (CAS)."
と書かれています。つまり内部構成はRow 7bit x Column 7bit x 4bitではなく
ロウアドレスがA0-A7の8bit、カラムアドレスがA1-A6の6bitの
256row x 64column x 4bit構成だからアドレス線は8本必要、ということですね。
Re: 16kx4のDRAMのA7ピンの使い道
データシート、必読ですよね!アドレス線が8本必要な理由も書かれています。
「TMS4416 datasheet」でググって出てきたデータシートを確認すると、
"Fourteen address bits are required to decode 1 of 16,384 storage locations.
Eight row-address bits are set up on pins A0 through A7
and latched onto the chip by the row-address strobe (RAS).
Then the six column-address bits are set up on pins A1 through A6
and latched onto the chip by the column-address strobe (CAS)."
と書かれています。つまり内部構成はRow 7bit x Column 7bit x 4bitではなく
ロウアドレスがA0-A7の8bit、カラムアドレスがA1-A6の6bitの
256row x 64column x 4bit構成だからアドレス線は8本必要、ということですね。