summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video
Commit message (Expand)AuthorAgeFilesLines
* Laserdiscs are now devices. Updated all drivers accordingly. Aaron Giles2008-07-211-1/+1
* 01965: driveyes: Access Violation Aaron Giles2008-07-061-5/+11
* Adding per-device and per-CPU validity checks Nathan Woods2008-07-061-0/+24
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-7/+7
* Save state support: Aaron Giles2008-06-231-8/+10
* Save state support: Aaron Giles2008-06-232-91/+257
* Converted voodoo into a proper device. Aaron Giles2008-06-233-685/+695
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-122-56/+56
* Passing more running_machine* parameters around Nathan Woods2008-05-232-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-225-33/+33
* Fixed CDP1869 character memory access, and Cidelsa sprite flashing. Curt Coder2008-05-191-20/+28
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-1/+1
* New universal dynamic recompiler system. The central module Aaron Giles2008-05-111-1/+4
* [CDP1802] Added memory address parameter to DMA callbacks, and added a macro ... Curt Coder2008-05-091-1/+2
* de-hack metro tilemaps... (lightly tested..) davidhay2008-04-282-0/+11
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-4/+4
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-16/+16
* [CDP1869] Added a macro for the interface, and made write handlers optional. Curt Coder2008-04-172-7/+12
* [CDP1802] Added machine parameter and macros for the callback functions. This... Curt Coder2008-04-141-2/+0
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-113-8/+9
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-7/+7
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-032-14/+14
* - converted CDP1869 to the new device system Curt Coder2008-04-022-378/+692
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-302-14/+14
* Cleanups for 0.124. Marked Mermaid as working per checkin comment. Aaron Giles2008-03-241-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-03-241-1/+1
* Added mc6845_set_hpixels_per_column() for the Hercules gfx adapter Zsolt Vasvari2008-03-232-8/+29
* Adds the 'static' as per AtariAce, but he screwed up the alignment of an impo... Zsolt Vasvari2008-03-231-1/+1
* - Converted crystal.c from RGB32 to INDEXED16 Zsolt Vasvari2008-03-232-0/+17
* Added option to programatically set the clock pin. This is needed by at leas... Zsolt Vasvari2008-03-222-1/+24
* DGPIX: Converted to INDEXED16 Zsolt Vasvari2008-03-222-0/+27
* Fix 01557: dealem: Assertion Zsolt Vasvari2008-03-211-2/+6
* Cleaned driver up to the latest spec. Curt Coder2008-03-192-6/+17
* Fix chicken and egg problem with device_start callbacks. Aaron Giles2008-03-171-15/+10
* Fix 01526: futflash, laserbas, laserbsa: Assertion Zsolt Vasvari2008-03-152-4/+7
* Cleanups and version bump to 0.123u5.mame0123u5 Aaron Giles2008-03-131-6/+6
* From: Mariusz Wojcieszek Aaron Giles2008-03-133-654/+827
* - Fixed case when there is no interface given Zsolt Vasvari2008-03-121-10/+12
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-112-10/+13
* Adds some new varieties: MC6845-1, H46505, HD6845 and SY6545-1 Zsolt Vasvari2008-03-112-6/+98
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-7/+8
* Makes atarigen and tms34061 handle based Zsolt Vasvari2008-03-102-33/+33
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Voodoo now takes a device_config for the screen Zsolt Vasvari2008-03-103-18/+28
* Changes MC6845 to take a screen tag instead of a screen number Zsolt Vasvari2008-03-092-25/+27
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-095-37/+37
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-083-24/+24
* Moves 'refresh' from public to internal video state and renames it to 'frame_... Zsolt Vasvari2008-03-073-6/+6
* This changes the MC6845 to take and pass device_config's only Zsolt Vasvari2008-03-072-70/+75
* Changed device interfaces to pass the device_config * rather Aaron Giles2008-03-061-14/+14