Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 48K cartridges? #4

Open
gtoal opened this issue Nov 21, 2017 · 0 comments
Open

Support for 48K cartridges? #4

gtoal opened this issue Nov 21, 2017 · 0 comments

Comments

@gtoal
Copy link

gtoal commented Nov 21, 2017

Would you be willing to add support for 48K cartridges? Cartridges can be loaded into the address space anywhere from 0000 to BFFF (actually to C7FF, but BFFF is much easier to decode, using only address lines A14 and A15). Cartridges produced to date have maxed out at 32K , but that appears to be due to some misinformation where documents have suggested wrongly that 32K is the max supportable without bank-switching, when in fact it is 48K. I had a quick look at the code and it looks like at a minimum, the 'cart' declaration in vecx.c should be changed, and two tests against 0x8000 in that file would be 0xC000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant