summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firefox.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-3/+3
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-3/+3
* -6525tpi, 6532riot: Removed MCFG and old devcb accessors, nw mooglyguy2018-08-101-6/+6
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-2/+2
* x2212: Eliminate MCFG_ macros; add pin diagram (nw) AJR2018-07-091-2/+2
* devcb3 Vas Crabb2018-07-071-19/+19
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-2/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* 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-2/+2
* 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-26/+26
* Further use of DEVCB_OUTPUT in Atari drivers (nw) AJR2018-04-291-34/+5
* srcclean (nw) Vas Crabb2018-04-221-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* firefox: Use ADC0809 device (nw) AJR2018-04-021-35/+11
* firefox.cpp : Cleanups, Add output finders/object finders, Reduce runtime tag... cam9002018-04-021-69/+41
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-42/+44
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-25/+33
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+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
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* New 74LS259/9334/CD4099 devices AJR2017-07-251-45/+75
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-1/+1
* Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restr... AJR2016-06-171-1/+1
* updated a few few drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-05-181-6/+14
* Make watchdog timer a separate device AJR2016-04-301-1/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-1/+1
* Some licenses fixes and updates (nw) Miodrag Milanovic2015-12-111-0/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+868