Re: [hatari-devel] New video code with STF wakeup state :) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
In case of, here are the warnings I get with the new video.c compil :
[ 84%] Building C object src/CMakeFiles/hatari.dir/utils.c.o
[ 85%] Building C object src/CMakeFiles/hatari.dir/vdi.c.o
[ 86%] Building C object src/CMakeFiles/hatari.dir/video.c.o
/home/laurent/Atari/hatari/src/video.c: In function ‘Video_InitTimings’:
/home/laurent/Atari/hatari/src/video.c:812:7: warning: unused variable
‘i’ [-Wunused-variable]
int i;
^
/home/laurent/Atari/hatari/src/video.c: At top level:
/home/laurent/Atari/hatari/src/video.c:984:13: warning:
‘Video_InitTimings_Round’ defined but not used [-Wunused-function]
static void Video_InitTimings_Round ( VIDEO_TIMING *pSrc )
^
/home/laurent/Atari/hatari/src/video.c:653:13: warning:
‘Video_Sync_SetDefaultStartEnd’ declared ‘static’ but never defined
[-Wunused-function]
static void Video_Sync_SetDefaultStartEnd ( Uint8 Freq , int
HblCounterVideo , int LineCycles );
^
[ 86%] Building C object src/CMakeFiles/hatari.dir/wavFormat.c.o
[ 87%] Building C object src/CMakeFiles/hatari.dir/xbios.c.o
Regards
Laurent
Le 09/06/2016 22:59, Nicolas Pomarède a écrit :
Le 09/06/2016 à 22:49, Laurent Sallafranque a écrit :
Hi Nicolas,
That's a real huge word you did here, congratulations.
I'm impressed. I'll check some ST demos if you want.
As you told us in a previous thread, you've ideas for Components clocks,
16 Mhz emu, and Falcon accuracy.
Do you have an idea of when you'll have so time to work on this ?
I can help if you want.
Again, bravo.
Hi,
I need to rest my brain for a while :) although not full time, I
started working on this more than 2 months ago, so I need to change my
mind a little before going for another heavy part :)
The changes I started some month ago wrt clock and cpu speed might
need some updates, since part of it was meant for the previous
video.c. So I'd rather wait a little to be sure no big problem happens
with the new video.c, else it will be hard to debug if we have both a
new video.c and some new clock/cycle code with potential huge impact too.
Once some new code will be available to improve cycle accuracy in
Falcon mode, people who will be able to run various test programs on
their Falcon will be a great help to compare cases, from the simple
ones to the more complicated.
Nicolas