ct6502 / apple2ts

Apple II Emulator in TypeScript
Creative Commons Attribution Share Alike 4.0 International
61 stars 10 forks source link

Memory size options #64

Closed timriker closed 4 months ago

timriker commented 4 months ago

Is your feature request related to a problem? Please describe. Support 4M, 8M memory sizes

Describe the solution you'd like It appears the current choices are 128k or 1024M. Instead of a toggle, perhaps 128k, 1M, and 8M would be enough? This isn't really a RAMWorks card in a slot, right? This is in the AUX slot

Describe alternatives you've considered AppleWin has a -r 127 to add 8M worth of pages.

Additional context The RAM2E card adds 8M of usable ram to the AUX slot. This card can actually be configured for 64k through 16M, but I'm not sure what apps support that. https://www.tindie.com/products/garrettswrkshp/ram2e-ii-gw4203b-8mb-ram-for-apple-iie/

timriker commented 4 months ago

Nice! Seems to work great! Thanks!