We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issues tracks expansions in the C# emulator.
The following expansions are missing in the C# emulator.
In commit bc7902f all expansions have been moved to memory bank 1.
EXP 0
53500
EXP 1
53501
EXP 2
53502
In commit 514b547 the video implementation has been changed to double buffering. The instruction VBUF flips the video buffer.
VBUF
The text was updated successfully, but these errors were encountered:
GerardSmit
No branches or pull requests
This issues tracks expansions in the C# emulator.
Missing expansions
The following expansions are missing in the C# emulator.
Memory expansions
In commit bc7902f all expansions have been moved to memory bank 1.
This expansion has been moved from
EXP 0
to bank 1,53500
This expansion has been moved from
EXP 1
to bank 1,53501
This expansion has been moved from
EXP 2
to bank 1,53502
Video buffer changes
In commit 514b547 the video implementation has been changed to double buffering. The instruction
VBUF
flips the video buffer.The text was updated successfully, but these errors were encountered: