Skip to content

Tags: markadev/AppleII-VGA

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #44 from markadev/force-monochrome-color-text

Add option to always use the monochrome text color

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #39 from markadev/abaffa-videx-compatibility-mode

Integrate in "Videx compatibility" from abaffa's changes

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #33 from markadev/configurator

Check in the menu-based configuration program

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from markadev/reset-detection

Improve reset detection

v1.0.0

Toggle v1.0.0's commit message
Update picture with better lighting and focus

rev-b-hardware

Toggle rev-b-hardware's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from markadev/rev-b-hardware

Revision B hardware

rev-a-hardware

Toggle rev-a-hardware's commit message
Add a register to choose colors in soft-monochrome mode

read-cycle-last-call

Toggle read-cycle-last-call's commit message
Fix CPU reset detection

This fixes the card inadvertently resetting and switching
to text mode between levels in Stellar 7.

I think this happens because Stellar 7 uses the ROMs as randomness for the
warp sounds and if it happened to read the reset vector address then it would
have triggered this bug.

Thanks to @dhgoss for reporting!