summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrocde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1814/+0
* astrocde.c: convert profpac & friends to bankdev (nw) Alex W. Jackson2015-08-141-64/+57
* astrocde.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-141-10/+21
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-12/+12
* Fixed a number of "-Wextra -Wdouble-promotion" warnings. (nw) couriersud2015-05-181-2/+2
* Updated for Nicola (nw) Miodrag Milanovic2015-05-111-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
* samples_device: converted to use inline config and delegates. Will probably n... Ivan Vangelista2014-09-041-33/+11
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-12/+1
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-10/+2
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-3/+3
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* MCFG_DEVICE_REMOVE("palette") replaced with proper MCFG_PALETTE_MODIFY (nw) Miodrag Milanovic2014-03-071-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+5
* Moved gorf and wow sound handlers into the driver state. Updated some comment... Ivan Vangelista2013-11-071-29/+26
* massrename silliness corrections Michaël Banaan Ananas2013-08-131-1/+1
* note from gregf Michaël Banaan Ananas2013-06-021-2/+2
* added ebases color overlay (same as spacezap) Michaël Banaan Ananas2013-05-311-2/+9
* modernised the AY8910 [smf] smf-2013-05-121-3/+3
* voodoo is using now device callbacks and some minor cleanups in few drivers (nw) Miodrag Milanovic2013-04-291-23/+0
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-23/+21
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-1/+1
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-16/+16
* Modernized gomoku, astrocade, saa1099, st0016, and c140 sound devices. [Andre... Andrew Gardner2013-03-011-7/+7
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-2/+2
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-7/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-116/+116
* seawolf/seawolf2 internal artwork placeholders Michaël Banaan Ananas2012-10-121-1/+2
* (placeholder) Michaël Banaan Ananas2012-10-071-2/+3
* correct title of robby Michaël Banaan Ananas2012-10-051-2/+2
* more by Dave Nutting Associates, thanks Al & Stiletto Michaël Banaan Ananas2012-10-051-11/+11
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-39/+39
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-56/+47
* Removed NOTIMER hack from Z80 CTC interface (Star Force was Aaron Giles2012-08-081-1/+0
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-081-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-12/+12
* Fix some analog control issues due to incorrect assumption Aaron Giles2012-05-051-1/+1
* 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-3/+3
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-9/+9
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-5/+4
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-8/+6