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

allow use of characters 0-31 #155

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stevesims
Copy link
Contributor

implements VDU 27,x which will send character x to the screen, allowing characters 0-31 and 127 to be written to screen (as per R.T.Russell’s BASIC for Windows)

add in VDU 23,0,&90,x as an alternative way to redefine characters - operates the same as VDU 23,x but additionally allows characters 0-31 to be redefined

also adds VDU 23,0,&91 to do a character-set reset. this will allow *FX 20 to be implemented, which performed this function on RISC OS

implements `VDU 27,x` which will send character `x` to the screen, allowing characters 0-31 and 127 to be written to screen (as per R.T.Russell’s BASIC for Windows)

add in `VDU 23,0,&90,x` as an alternative way to redefine characters - operates the same as `VDU 23,x` but additionally allows characters 0-31 to be redefined

also adds `VDU 23,0,&91` to do a character-set reset.  this will allow `*FX 20` to be implemented, which performed this function on RISC OS
@stevesims
Copy link
Contributor Author

I have a subsequent change that is now present in the Console8 VDP 2.4.0 release that allows for characters to be mapped to bitmaps.

I can add the commit that adds that functionality to this PR, or wait until this has been merged before raising a separate PR

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

Successfully merging this pull request may close these issues.

1 participant