[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 65C02 emulation



On Wed, 27 Dec 2006 17:33:34 -0800, Charlie Springer wrote
(in article <0001HW.C1B85EEE0008BA5AF02845B0@news.nw.centurytel.net>):

> Thee are ARMs with built in MMU that are affordable chips. The difficulty 
> could arise in the block sizes the MMU can handle. Lately I have seen 
> minimums of 4K and 2K bytes of address space. It may take an FPGA to do a 
> proper job for the whole //e memory map.

The Cirrus Logic ARM9 MMU has block sizes of 64 bytes, 1K, 2K, and another 
bigger one. They are all independently assigned along with associated 64 
entries in translation look-aside table. That would work.

-- Charlie Springer