Skip to content

Compiler errors with latest commit #25

@ethanaobrien

Description

@ethanaobrien

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions