How can i make a sound driver? #2080
-
I want to make a sound driver for a sample chip, but i dont know how |
Beta Was this translation helpful? Give feedback.
Answered by
IceDragonDee
Aug 11, 2024
Replies: 1 comment 1 reply
-
Probably need to learn assembly for whatever console/computer's CPU, then learn how the soundchip works and what registers need to be accessed. After that, it's all about making it as optimised as you want, depending on what you want to use it for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Sn76469
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably need to learn assembly for whatever console/computer's CPU, then learn how the soundchip works and what registers need to be accessed. After that, it's all about making it as optimised as you want, depending on what you want to use it for