Hi, sorry to bother you all but I can´t find the way to select the hercules color 😁 , I know I know, it´s monochrome but I used to play some games on an orange monochrome monitor and I just wanted to play them as I´m used to, also I remember having a WANG with a 9" green monochrome display....
Please feel free to move this post if you feel it goes into another forum
Thanks in advance !!!
Sorry for my english, I speak spanish and my english is self-taught 😖
It's a hard-coded color scheme; making it configurable is more involved. Note that the hercules emulation only uses palette entries 0, 7, and 15; and the RGB values range from 0 to 0x3f. You can create just about any color scheme you like, but I guess amber or green would be the most nostalgic variants. I used a close-up image of an amber monochrome monitor from Google images to come up with the colors in the example; and I set the background color to have a hint of amber just to add to the simulation.
Here is a patch against current source that has a somewhat better chance of being committed than the hack I first wrote about. Similar to how the CGA machine type allows composite color hue to be changed with F11, I've used the same key to allow cycling among white, amber, and green monochrome colors on-the-fly. It starts out in white for backward compatibility.
Welcome screen showing added message about F11 in green color:
Nice idea. One thing to point out: The difference of intensity seems a bit more visible on real hardware (at least on my weird green multiscan monitor)
Nice idea. One thing to point out: The difference of intensity seems a bit more visible on real hardware (at least on my weird green multiscan monitor)
I made the green values by simply stripping the red and blue from white. 😅
As I understand it, human perception of brightness/intensity is most sensitive for green, less for red, and much less for blue. There are several functions for computing equivalent perceived brightness as colors are changed. In this case it may just come down to preference.
Nice, I had to use an amber Hercules setup for a couple years around 1990 when the EGA monitor in my 8MHz 286 blew out from overheating due to someone putting a printer on top of its vents 😳 Does SIMCGA work in DOSBox while running in Hercules mode?