summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c
Commit message (Expand)AuthorAgeFilesLines
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-4/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-21/+21
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-16/+16
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-21/+16
* 02488: All sets with using 2+ monitors: Crash to desktop on second play Aaron Giles2008-10-091-1/+2
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-9/+12
* 02442: -aviwrite produces faulty files Aaron Giles2008-09-271-2/+2
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-4/+10
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-041-1/+1
* Changed refreshspeed target to 0.25Hz below rate provided, in order to guaran... Aaron Giles2008-09-031-2/+4
* Changed slider controls into a menu. For now, removed the old direct access Aaron Giles2008-08-281-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-5/+5
* Replaced the crazy number of get/set functions for render containers with Aaron Giles2008-07-131-4/+7
* 01963: screenless systems: memory leak with -mngwrite Aaron Giles2008-07-061-5/+2
* Partial fix: 01945: All asteriod.c sets: Assertions Couriersud2008-06-281-2/+2
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-2/+2
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-1/+1
* 01927: Effects overlay showing in snapshots Aaron Giles2008-06-241-8/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* Save state support: Aaron Giles2008-06-231-41/+79
* Cleanups and version bump.mame0125u6 Aaron Giles2008-06-171-8/+8
* Added new function video_get_view_for_target() which selects a view based Aaron Giles2008-06-161-18/+78
* Cleaned up software bilinear filtering code. Added bounds checking. Aaron Giles2008-06-161-134/+221
* 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