Skip to content

Timex 2048 emulation#58

Open
voytas wants to merge 28 commits intomainfrom
timex2048
Open

Timex 2048 emulation#58
voytas wants to merge 28 commits intomainfrom
timex2048

Conversation

@voytas
Copy link
Copy Markdown
Contributor

@voytas voytas commented Apr 10, 2026

No description provided.

voytas added 27 commits April 4, 2026 18:23
…ific ULA, and update dependencies in AudioManager, Emulator, and FloatingBus.
Comment on lines +35 to +42
if (ulaPlus is { IsEnabled: true, IsActive: true })
{
color = (bitmap & FastLookup.BitMasks[bit]) != 0 ? ulaPlus.GetInkColor(attribute) : ulaPlus.GetPaperColor(attribute);
}
else
{
color = (bitmap & FastLookup.BitMasks[bit]) != 0 ^ isFlashOn ? attributeData.Ink : attributeData.Paper;
}
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.

1 participant