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

60 hz possible? #172

Open
raulgarfer opened this issue Jan 7, 2024 · 0 comments
Open

60 hz possible? #172

raulgarfer opened this issue Jan 7, 2024 · 0 comments

Comments

@raulgarfer
Copy link

due to the last news about choosing 50 & 60 hz in code , I have a question about. Is it possible to include it on cpctelera?.
hz60::
ld bc, #0xBC04 ;; [3] B=0xBC CRTC Select Register, C=register number to be selected
out (c), c ;; [4] Select register
ld bc, #0xBD1f ;; [3] B=0xBD CRTC Set Register, C=Value to be set
out (c), c
ld bc, #0xBC05 ;; [3] B=0xBC CRTC Select Register, C=register number to be selected
out (c), c ;; [4] Select register
ld bc, #0xBD04 ;; [3] B=0xBD CRTC Set Register, C=Value to be set
out (c), c
ld bc, #0xBC07 ;; [3] B=0xBC CRTC Select Register, C=register number to be selected
out (c), c ;; [4] Select register
ld bc, #0xBD1b ;; [3] B=0xBD CRTC Set Register, C=Value to be set
out (c), c
in RVM does not work, on Winape you have to change configuration in video mode to make it work.

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

No branches or pull requests

1 participant