bobbimanners / EightBall

The Eight Bit Algorithmic Language for Apple II, Commodore 64 and VIC20
GNU General Public License v3.0
19 stars 3 forks source link

Work out how to support extended memory on Apple //e Enhanced #12

Closed bobbimanners closed 6 years ago

bobbimanners commented 6 years ago

I should find out how to use the other 64K. This project is crying out for more workspace!

bobbimanners commented 6 years ago

cc65 has an extended memory facility with loadable drivers. Test code is here: https://github.com/cc65/cc65/blob/master/testcode/lib/em-test.c

bobbimanners commented 6 years ago

I have implemented support in v0.72 for storing source code in apple //e auxiliary memory, using the cc65 extended memory driver.