Skip to content

Conversation

@tschak909
Copy link
Contributor

This is what's needed for CaTer to use Interrupts on Atari.

#pragma zpsym ("vt100_screen_rows");

#if defined(__ATARI__)
bool trip=false; /* Used for PROCEED interrupt. */

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is only defined for ATARI, but you later use it in a block for ATARI or C64.
I don't think this compiles.

src/main.c Outdated
vt100_process_outbound_char(retval);
}

trip = 0; /* Clear the trip wire. */
Copy link

@markjfisher markjfisher Jul 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is available in C64 compilation.
Also, the next instruction toggling pactl

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

Successfully merging this pull request may close these issues.

3 participants