summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/backfire.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-730/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-2/+2
* update for Haze (nw) Miodrag Milanovic2015-05-151-1/+1
* tag some drivers where I've made significant contributions, or in some case a... David Haywood2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* Remove still more sound irq trampolines (nw) Alex W. Jackson2015-01-281-7/+0
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* decospr: converted to use delegates + some cleanups. nw. Fabio Priuli2014-04-081-11/+12
* cleanup. nw. Fabio Priuli2014-04-081-3/+2
* deco16ic: converted to use devcb2. nw. Fabio Priuli2014-04-071-26/+28
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+6
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+7
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-8/+8
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-10/+12
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+2
* Modernized DECO16 IC device [Osso] Fabio Priuli2013-06-301-20/+20
* modernised YMZ280B [smf] smf-2013-05-101-7/+2
* removed not needed screen device references (nw) Miodrag Milanovic2013-04-161-4/+0
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-2/+3
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-1/+1
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-1/+1
* backfire.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-111-27/+33
* Move some calls into machine state (no whatsnew) Miodrag Milanovic2013-01-311-5/+6
* more of the same (nw) David Haywood2013-01-281-3/+5
* avoid some lazy tag lookups (nw) David Haywood2013-01-281-3/+6
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-7/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+17
* removed more unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-251-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-30/+30
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-25/+23
* Kill off some AM_BASE_LEGACYs. Aaron Giles2012-09-121-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-5/+5
* 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-2/+2
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-9/+13