summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c
Commit message (Expand)AuthorAgeFilesLines
* Credit Fabio Priuli: Remove port_input_read_indexed in favor of the use of pr... Couriersud2008-06-021-1/+1
* Cleanups for 0.125u3. Aaron Giles2008-05-291-8/+8
* Added new option -snapname which lets you provide a template for how snapshot Aaron Giles2008-05-291-15/+50
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-8/+8
* Added uncompressed AVI recording. Extended aviio to be able Aaron Giles2008-05-131-41/+195
* Fix 01742: punchout, armwrest + many vsnes.c and playch10.c games: Refreshspe... Aaron Giles2008-04-241-4/+6
* From: Atari Ace Aaron Giles2008-04-211-6/+5
* Cleanups and version bump to 0.124u2.mame0124u2 Aaron Giles2008-04-121-3/+3
* 01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,... Aaron Giles2008-04-061-0/+11
* Actually fixed -refreshspeed. Aaron Giles2008-04-041-17/+45
* Minor cleanup and simplification. Removed palette_config(). Aaron Giles2008-03-281-13/+12
* Fixed: Aaron Giles2008-03-281-6/+15
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-03-231-1/+0
* Cleanups and version bump.mame0123u6 Aaron Giles2008-03-191-2/+2
* Added return value to video_screen_update_partial() indicating whether Aaron Giles2008-03-191-4/+7
* Moved per-screen initialization into DEVICE_START and per-screen cleanup Aaron Giles2008-03-171-110/+95
* Fix chicken and egg problem with device_start callbacks. Aaron Giles2008-03-171-6/+3
* Fixed: 01508: most vector-based drivers: Assertions Zsolt Vasvari2008-03-151-3/+3
* Renamed *_vbl_cb to *_vblank_callback. Aaron Giles2008-03-141-43/+66
* Cleanups and version bump to 0.123u5.mame0123u5 Aaron Giles2008-03-131-2/+2
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-199/+211
* video_screen_get_vblank() was also incorrect for games with MDRV_SCREEN_VBLAN... Zsolt Vasvari2008-03-121-3/+6
* Forgot to state save a variable Zsolt Vasvari2008-03-121-1/+3
* Fixed VBLANK end time computation -- it wasn't taking into account games that... Zsolt Vasvari2008-03-121-5/+26
* Removes "global" VBLANK callback hack Zsolt Vasvari2008-03-121-58/+6
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-21/+64
* - More machine->screen removal Zsolt Vasvari2008-03-111-48/+30
* Moves crosshair code from video.c into its own module Zsolt Vasvari2008-03-111-305/+10
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-73/+71
* All video_screen_*_scrnum functions have been removed. Next step is to remov... Zsolt Vasvari2008-03-101-52/+9
* Makes atarigen and tms34061 handle based Zsolt Vasvari2008-03-101-12/+0
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-1/+23
* Voodoo now takes a device_config for the screen Zsolt Vasvari2008-03-101-28/+38
* Changes MC6845 to take a screen tag instead of a screen number Zsolt Vasvari2008-03-091-22/+4
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+4
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-138/+228
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+4
* Moves 'refresh' from public to internal video state and renames it to 'frame_... Zsolt Vasvari2008-03-071-34/+36
* - the public screen_state is made to only contain items that are currently ac... Zsolt Vasvari2008-03-071-28/+31
* Seperates out the notion of screen specific vs. "global" VBLANK callbacks Zsolt Vasvari2008-03-071-53/+69
* - Removes video_data from running_machine Zsolt Vasvari2008-03-071-282/+274
* Removed runnning_machine as the first parameter of a VBLANK callback Zsolt Vasvari2008-03-071-42/+42
* Changed device interfaces to pass the device_config * rather Aaron Giles2008-03-061-2/+2
* vblank_state_changed_func now has a device_config argument Zsolt Vasvari2008-03-061-12/+13
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2
* Added video_screen_get_time_until_vblank_end() and Aaron Giles2008-03-031-0/+28
* Some more #includes's removed Zsolt Vasvari2008-03-021-4/+1
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-0/+17
* - Moves all video timing logic from cpuexec.c to video.c Zsolt Vasvari2008-03-011-60/+188
* Added macros to define device functions. Updated existing devices Aaron Giles2008-03-011-5/+6