ColinPitrat / caprice32

An emulator of the Amstrad CPC 8bit home computer range.
GNU General Public License v2.0
146 stars 32 forks source link

implemented 4 different green color modes, see help and manual. #158

Closed zackizacki closed 4 years ago

zackizacki commented 4 years ago

this PR of caprice now supports --greenmode=<0|1|2|3> I added quite a lot blue to the greenmode 1 and 3 to match my cpc green screen. It is close now concerning RGB, although the maqic glow of the phosphore seems not to be that simple to reproduce on an LCD. On the other side, the CRT simulation https://github.com/Swordfish90/cool-retro-term shows what can be achieved. That looks absolutely impressive and I really love to use that thing as well. Maybe in the far future caprice32 could benefit from this? At the moment I have not yet any clue how that is done.

ColinPitrat commented 4 years ago

Thanks for this contribution. I didn't try it out yet but it looks promising.

zackizacki commented 4 years ago

As I don't like the idea to revert that many things, I'm providing another fresh pull request.