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

CGA status register #18

Open
martinlindhe opened this issue Jan 6, 2018 · 0 comments
Open

CGA status register #18

martinlindhe opened this issue Jan 6, 2018 · 0 comments

Comments

@martinlindhe
Copy link
Owner

The CGA status register (io port 0x03DA) should be implemented correctly.

Many demos check the status of the following bits to sync screen updates:

Bit 0 - horizontal retrace in progress
Bit 3 - in vertical retrace

Currently, we hack around this by changing the bits over time in https://github.com/martinlindhe/dustbox-rs/blob/master/src/cpu.rs#L3586

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

No branches or pull requests

1 participant