TomCh b87ebb7514
Support better RGB fro hires video (#616) (PR #630)
For the RGB hires look-up table:
- extended to include the previous video byte's high bit
- so it's now: {previous high bit + prev 2 video bits + next 2 video bits} & current byte

For all the RGB look-up tables:
- reduced from 512 to 256 lines (only 256 were being used, so it was just wasting space)

Refactored CopyMixedSource():
- fixed the Rainbow demo (#627)
- sped up in Debug config

Bumped version to 1.28.3.1.
2019-03-16 12:49:09 +00:00
..
2016-03-21 23:48:02 +00:00
2016-03-21 23:48:02 +00:00
2019-01-06 17:02:24 +00:00
2019-01-06 16:54:54 +00:00
2018-11-09 20:51:51 +00:00
2018-07-15 15:38:37 +01:00
2018-07-15 15:38:37 +01:00
2019-01-10 22:00:53 +00:00
2016-03-21 23:48:02 +00:00
2019-02-03 16:39:27 +00:00
2016-03-21 23:48:02 +00:00
2018-06-02 22:26:29 +01:00