| Re: [hatari-devel] New video code with STF wakeup state :) |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Hi, On 06/09/2016 06:54 PM, Nicolas Pomarède wrote:
Le 09/06/2016 17:46, Troed Sångberg a écrit :Absolutely awesome Nicolas - thanks for taking the time to actually go and implement all that research! It's a real milestone for accurate ST emulation.This might not look like thousand of lines of code in video.c, but the wakeup states implementation was really close to a real headache :)
Great work!
Something that stuck into my eye... Couldn't this:
char VideoTimingName[ 20 ];
Just use "const char *VideoTimingName", and all the strcpy()s
for that be removed?
(If there's no particular reason for array use, I can change this.)
- Eero
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |