summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/backfire.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+730