VOGONS


First post, by Battler

User metadata
Rank Member
Rank
Member

What does it do exactly? Blinking like CGA, high intensity background, or is it ignored completely?

Reply 1 of 3, by superfury

User metadata
Rank l33t++
Rank
l33t++

What do you mean with "color MDA mode"? From what I know, MDA doesn't support color. Only 3 scales of black I think, if any?

The exact mechanics are a bit complicated.
https://www.seasip.info/VintagePC/mda.html
Under memory map, you can find the combinations supported.

I once made a program to display the mode with and without blinking enabled (to verify it's behaviour in my own emulator):
https://bitbucket.org/superfury/unipcemu/src/ … cal/TESTMDA.PAS

Compile with Turbo Pascal 6.0 or compatible (never tried it on older versions or newer version though).
Use the parameter "blink" (case sensitive) to enable blinking, otherwise omit it to disable blinking.

Author of the UniPCemu emulator.
UniPCemu Git repository
UniPCemu for Android, Windows, PSP, Vita and Switch on itch.io

Reply 2 of 3, by weedeewee

User metadata
Rank l33t
Rank
l33t
superfury wrote on 2025-06-19, 12:33:
What do you mean with "color MDA mode"? From what I know, MDA doesn't support color. Only 3 scales of black I think, if any? […]
Show full quote

What do you mean with "color MDA mode"? From what I know, MDA doesn't support color. Only 3 scales of black I think, if any?

The exact mechanics are a bit complicated.
https://www.seasip.info/VintagePC/mda.html
Under memory map, you can find the combinations supported.

I once made a program to display the mode with and without blinking enabled (to verify it's behaviour in my own emulator):
https://bitbucket.org/superfury/unipcemu/src/ … cal/TESTMDA.PAS

Compile with Turbo Pascal 6.0 or compatible (never tried it on older versions or newer version though).
Use the parameter "blink" (case sensitive) to enable blinking, otherwise omit it to disable blinking.

I also wondered about the color part so I dug a little deeper and this came up
https://forum.vcfed.org/index.php?threads/a-s … mda-card.62616/

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 3 of 3, by Battler

User metadata
Rank Member
Rank
Member

Yes, the original MDA undocumentedly supports color but I wonder what bit 7 of the attribute does, but it may be controlled by the blink control now that I know that also exists on the MDA.