summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/qix.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting: Miodrag Milanovic2016-01-201-1/+1
* in version 0.124 driver rewritten by Zsolt Vasvari and improved by Aaron Gile... Miodrag Milanovic2016-01-191-4/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-0/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+4
* qix.c: Let's not regenerate the entire palette every time we do a partial upd... Alex W. Jackson2014-02-021-9/+10
* Partially reverted the fix for kram3 for now because it broke the other games... Wilbert Pol2014-01-201-2/+2
* Fix for MT#05210 Wilbert Pol2014-01-171-3/+10
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-12/+1
* some cleanup (nw) Miodrag Milanovic2013-04-111-0/+2
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-0/+2
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Modernization of drivers part 16 (no whatsnew) Miodrag Milanovic2013-02-121-0/+4
* 05104: slither, slithera: [debug] Error: bad downcast<> or device<> [Phil Ben... Phil Bennett2013-01-171-0/+18
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-6/+6
* Fixed regressions (no whatsnew) Miodrag Milanovic2012-10-031-1/+1
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-2/+11
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-5/+12
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-11/+0
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+5
* Continuing new device implementation for SN76496 and clones - qix.c [Osso] Scott Stone2012-09-031-0/+8
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+3
* Fix most remaining regressions. Aaron Giles2012-04-191-3/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+15
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-16/+23
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-13/+13
* From: Atari Ace Aaron Giles2011-02-031-0/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+5
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-1/+1
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-1/+1
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-7/+11
* This changes the MC6845 to take and pass device_config's only Zsolt Vasvari2008-03-071-1/+0
* - Fixes flickering in Electric Yo-Yo. Case of missing video_screen_update_no... Zsolt Vasvari2008-03-061-1/+1
* * Fix issues related to flip_screen being a define Couriersud2008-02-251-1/+1
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-201-2/+2
* - Added running_machine* as first parameter to mc6845_config and all callback... Zsolt Vasvari2008-02-201-18/+35