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

Implement missing OSWORD calls #278

Open
bobbimanners opened this issue Jan 20, 2023 · 1 comment
Open

Implement missing OSWORD calls #278

bobbimanners opened this issue Jan 20, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bobbimanners
Copy link
Owner

auxmem.vdu.s:* OSWORD &09 - Read POINT
auxmem.vdu.s:WORD09        RTS
auxmem.vdu.s:* OSWORD &0A - Read character bitmap
auxmem.vdu.s:WORD0A        RTS
auxmem.vdu.s:* OSWORD &0B - Read palette
auxmem.vdu.s:WORD0B        RTS
auxmem.vdu.s:* OSWORD &0C - Write palette
auxmem.vdu.s:WORD0C        RTS
auxmem.vdu.s:* OSWORD &0D - Read gfx coords
auxmem.vdu.s:WORD0D        RTS

@bobbimanners bobbimanners added the enhancement New feature or request label Jan 20, 2023
@bobbimanners bobbimanners self-assigned this Jan 20, 2023
@bobbimanners bobbimanners pinned this issue Jan 20, 2023
@bobbimanners
Copy link
Owner Author

Should try to do all the real work in main mem, since aux mem is tight.

OSWORD &09 is the only one used by BASIC, so I guess that is highest priority.

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

No branches or pull requests

1 participant