summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astinvad.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-830/+0
* get rid of equites POPDRUMKIT hap2015-11-061-1/+1
* fix year (nw) Stiletto2015-11-061-1/+1
* astinvad: fix spcking2 regression Dirk Best2015-08-051-1/+1
* astinvad: use standard 3-bit rbg palette Dirk Best2015-07-301-9/+14
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-6/+6
* Update for Lee Taylor and Paul Swan (nw) Miodrag Milanovic2015-05-261-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Added the manufacturers of explorer and kosmokil [PaTrYcK] Ivan Vangelista2015-03-201-1/+1
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-9/+6
* Cleanups and version bump Miodrag Milanovic2014-07-221-3/+3
* fix astinvad red screen flashing Michaƫl Banaan Ananas2014-05-221-10/+64
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-33/+9
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+4
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-9/+9
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-2/+2
* More MAME drivers lose their anonymous timers. (nw) Andrew Gardner2013-05-151-2/+27
* samples change to find in constructor (nw) Miodrag Milanovic2013-04-141-6/+3
* Move some calls into machine state (no whatsnew) Miodrag Milanovic2013-01-311-5/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-7/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+24
* Fixed MT 02710 [Robbbert] Robbbert2012-11-261-18/+27
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-9/+9
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-15/+15
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-35/+35
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+8
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-6/+6
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-27/+27
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-141-33/+32
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-4/+4
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-3/+3
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-3/+3
* Forgot to remove comments, again (no whatsnew) Miodrag Milanovic2012-04-111-1/+0
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-8/+9
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-42/+42
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-6/+6
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-27/+25
* Various wav/flac sample changes: [David Haywood] Angelo Salese2012-02-031-9/+9
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-7/+5
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-9/+9
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2