Re: [hatari-devel] Removed 8-bit-only screen rendering functions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
perjantai 30 lokakuu 2015 22:47:36 Thomas Huth kirjoitti:
> I've now committed some patches to remove the rendering functions that
> can only output to 8-bit host screen surfaces (i.e. 256 color modes).
> I think nobody uses 256-color modes anymore today, so it should be fine
> if we limit the support in Hatari to 16-bit and 32-bit graphic modes.
Sounds good. On cursory glance, patches looked OK.
> If you've got some spare time, please check whether mono, VDI, TT and
> Falcon screen modes are still working for you as expected, since I
> changed quite a bit to get everything working with one generic screen
> conversion function.
With ST/STE emulation:
* Monochrome VDI gives me now red-white color, not black-white:
./hatari -s 4 --vdi-planes 1 --vdi-width 640 --vdi-height 400
* Normal monochrome mode works as expected.
With TT-emulation:
* VDI modes don't work at all, they all show just black
* Changing to ST-high (in TOS3 desktop preferences) gives just white
Can you reproduce above issues?
> I hope this also fixes the "font not working in Falcon mode" issue on
> Mac OS X, so feedback from somebody using Mac OS X would also be very
> welcome!
- Eero