summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/backfire.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with a and b: some macro removal (nw) Ivan Vangelista2020-05-251-18/+18
* deco16ic.cpp Drawing behavior updates (#6514) cam9002020-04-031-4/+0
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-7/+7
* Merge pull request #4779 from cam900/deco16_split R. Belmont2019-03-301-2/+0
|\
| * deco16ic.cpp : Move cninja exclusive transmask function into cninja.cpp cam9002019-03-201-2/+0
* | (nw) Clean up the mess on master Vas Crabb2019-03-261-26/+26
* | Revert "conflict resolution (nw)" andreasnaive2019-03-251-26/+26
* | mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-221-24/+24
|/
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* adc0808.cpp : Remove unnecessary arguments in handlers cam9002019-02-041-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+3
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-46/+45
* backfire.cpp : Minor cleanups cam9002018-11-111-147/+91
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-3/+3
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* backfire: Potentiometer controls really work now (see driver comments) AJR2018-04-081-2/+2
* backfire: Clean up inputs; acknowledge IRQ (nw) AJR2018-04-071-97/+58
* backfire: XOR is unnecessary here (nw) AJR2018-04-071-2/+2
* backfire: Add ADC for potentiometer controls (currently only working in test ... AJR2018-04-071-92/+89
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-23/+24
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* decbac06, deckarn, decmxc06, decospr: Set flip screen state without peeking i... AJR2018-02-031-4/+4
* deco16ic : Split pf1/2 size (#3124) cam9002018-01-251-2/+4
* Get rid of nonbuffered_palette_w at decocomn (#3103) cam9002018-01-241-11/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-3/+3
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Fix deco crypt separate compile (nw) Miodrag Milanovic2016-04-301-1/+2
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-4/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-4/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-14/+14
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2