Adds and documents a block-c65-init word which can be used as an alternative to block-ramdrive-init.
I factored out the simulator kernel routines into a separate file shared with minimal and default platform config
so that I could map out the magic IO addresses explicitly. This also makes it easier to move the IO block if that's
better for your kernel setup (for example I use a base of $c000 instead of $f000).
Adds and documents a
block-c65-init
word which can be used as an alternative toblock-ramdrive-init
.I factored out the simulator kernel routines into a separate file shared with minimal and default platform config so that I could map out the magic IO addresses explicitly. This also makes it easier to move the IO block if that's better for your kernel setup (for example I use a base of $c000 instead of $f000).
A few typos also fixed.
This addresses #72