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

Expansions #1

Open
4 of 6 tasks
GerardSmit opened this issue Sep 19, 2022 · 0 comments
Open
4 of 6 tasks

Expansions #1

GerardSmit opened this issue Sep 19, 2022 · 0 comments
Assignees
Labels

Comments

@GerardSmit
Copy link
Collaborator

GerardSmit commented Sep 19, 2022

This issues tracks expansions in the C# emulator.

Missing expansions

The following expansions are missing in the C# emulator.

  • Audio

Memory expansions

In commit bc7902f all expansions have been moved to memory bank 1.

  • Keyboard - Changes
    This expansion has been moved from EXP 0 to bank 1, 53500
  • Mouse - Changes
    This expansion has been moved from EXP 1 to bank 1, 53501
  • Audio - Changes
    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.

  • Add new instruction/microinstruction
  • Implement double buffering
@GerardSmit GerardSmit self-assigned this Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant