Go to file
Zsolt Vasvari 7198a00e65 - Moves all video timing logic from cpuexec.c to video.c
- Added a video_screen_register_vbl_cb() function for registering VBLANK callbanks
- Changed inptport.c and debugcpu.c to make use the VBLANK callbacks
- Added video_screen_get_time_until_vblank_start()
- CCPU and anything using cpu_scalebyfcount() are currently broken
- I did some fairly extensive testing, but this is a very signficant internal change,
  so some things may have broke
2008-03-01 15:50:12 +00:00
docs Cleanups on the doc files. 2008-02-13 16:55:14 +00:00
src - Moves all video timing logic from cpuexec.c to video.c 2008-03-01 15:50:12 +00:00
.gitattributes - Converted Amiga based games to partial updating and proper scanline based timers 2008-02-29 01:42:25 +00:00
makefile Followup to r767: 2008-02-22 00:17:36 +00:00