Date : Wed, 10 Aug 1994 10:50:51 +0000
From : lamcw <lamcw@...>
Subject: Re: Thicko Strikes Again
Chris 'Maths Lover' Rae <clr1@...> wrote:
;Do I *really* not have to pay attention to Sheila peeks/pokes? I was told
;that I just had to start up the emulator with BASIC loaded in at the
;paged ROM area (&8000-&BFFF) but is this really true? So far I have come
;across addressing of FE4E, FE42, FE40, FE43, FE4F as well as FE30 (the
;only one which I know what it does!). Can I really ignore all of these?
to get the machine to boot up and enter BASIC, you CAN ignore all the
paged I/O. this is what i've found.
the FE40/2/3 pokes are essentially to do with the keyboard
and (for the time being) can be ignored. FE4E/F are to handle the IRQ
interrupts. finally FE30, i think, is to switch sideways rom. just
ignore it.
a good idea is to write zeroes to the paged I/O before running the emulator.
look at the advanced user guide for more details.
chris lam,
astin univ,
u.k.