summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.h
Commit message (Expand)AuthorAgeFilesLines
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-3/+3
* Added video_screen_get_time_until_vblank_end() and Aaron Giles2008-03-031-0/+6
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-0/+3
* - Moves all video timing logic from cpuexec.c to video.c Zsolt Vasvari2008-03-011-3/+14
* Added macros to define device functions. Updated existing devices Aaron Giles2008-03-011-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+32
* - Added video_screen_update_now(int scrnum) to force a screen update up to th... Zsolt Vasvari2008-02-191-0/+3
* First in a series of updates to remove the use of the global Machine from as ... Zsolt Vasvari2008-01-241-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+169