SamCoVT / TaliForth2

A Subroutine Threaded Code (STC) ANSI-like Forth for the 65c02
Other
29 stars 5 forks source link

illustrate C65 block storage #73

Closed patricksurry closed 4 months ago

patricksurry commented 4 months ago

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).

A few typos also fixed.

This addresses #72