summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/famibox.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-17/+17
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-3/+3
* n2a03.cpp : Add device_mixer_interface instead hardcoded tags cam9002019-04-021-1/+2
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-12/+13
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-4/+6
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* ppu2c0x: Change NMI to line callback (nw) AJR2018-05-061-7/+1
* ppu2c0x family: Make palette internal to device AJR2018-05-061-25/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-11/+12
* nes_apu: Make it slightly less horrible [O. Galibert] Olivier Galibert2018-03-121-3/+0
* Remove first_screen(), nw Ryan Holtz2018-03-111-0/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* nes: Add Subor Type 2 board. (nw) kazblox2017-03-211-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+0
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* 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-1/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-6/+6
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+610