summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/qix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-10/+10
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-41/+41
* BIG update. Aaron Giles2011-03-291-20/+20
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* From: Atari Ace Aaron Giles2011-02-031-6/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-14/+14
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-6/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-13/+13
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+8
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-3/+3
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-7/+7
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-13/+15
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-13/+13
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-4/+2
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-4/+4
* changed kram3 to use a partially understood decryption algorithm and removed ... Nicola Salmoria2008-11-161-0/+8
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-15/+15
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-7/+7
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-3/+3
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-10/+10
* Changes MC6845 to take a screen tag instead of a screen number Zsolt Vasvari2008-03-091-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-6/+6
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* This changes the MC6845 to take and pass device_config's only Zsolt Vasvari2008-03-071-12/+18
* Machine -> machine Zsolt Vasvari2008-03-061-10/+9
* - Fixes flickering in Electric Yo-Yo. Case of missing video_screen_update_no... Zsolt Vasvari2008-03-061-2/+7
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-37/+6
* - MC6845 - Added HSYNC and VSYNC callbacks -- I actually tested this :) Zsolt Vasvari2008-02-281-25/+16
* Adds support for cursors. All 4 blinking modes are supported (always on, alw... Zsolt Vasvari2008-02-281-1/+2
* * Fix issues related to flip_screen being a define Couriersud2008-02-251-3/+3
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+2
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-201-43/+48
* - Added running_machine* as first parameter to mc6845_config and all callback... Zsolt Vasvari2008-02-201-69/+173