forked from alekmaul/a5200
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Tried updating my project today with the latest commit, and I had 2 compiler errors.
One was a function with an un-specified return type, linking to this. The compiler assumed type int. Declaring it as a void return type fixed this
The second was an invalid type error on this line. Looking at the commit history, it looks like the POKEY_PutByte function should be called with OFFSET_AUDCTL instead of with AUDCTL. I did this and it fixed the error
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels