[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 64/65 Cycle Rule?
On Sun, 24 Aug 2003 15:07:42 -0700, Eric Smith wrote:
> Sheldon Simms <sheldonsimms@yahoo.com> writes:
>> I find the main slowdown for my emulator is the double-indirection on
>> all memory references required(*) to simulate the bank-switching
>> capabilites of the IIe.
>>
>> (*) I have just recently thought of an alternate approach that may
>> remove one level of indirection
>
> Can't you manipulate the page tables to effect bank switching?
> Under Linux this should be possible with mmap(); I think there's some
> equivalent in Win32.
Hmmm... I dunno. I'll try and find out eventually.