With Basic you have 48 K RAM to work, but with this little
schematics you can use additional 16K. The signals that you need for proper work are
these.
One trigger is used to form MAP signal, but second is free to use
additional thing. If you realise schematis of disk controller below you
can use these schematics together to load 8DDOS v2.10 in additional RAM.
You must use write operation in these adresses to use the controller:
#380 - writing in additional RAM - additional thing is off
#381 - writing and reading in additional RAM - additional thing is off
#382 - writing in additional RAM - additional thing is on
#383 - writing and reading in additional RAM - additional thing is on
for "additional thing" see Disk controller section
So, if you realise this little controller you can use:
FOR I = #C000 TO #CFFF : POKE I,0 : NEXT - clearing first 4K of additional RAM
or you can move the bassic interpreter in additional memory and use:
POKE #381,0
to go in RAM interpreter and make changes in it.