summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfcobra.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-5/+5
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-22/+21
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-21/+22
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-221-18/+18
* src/devices: a bit more MCFG macro removal (nw) Ivan Vangelista2019-01-181-4/+3
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-2/+1
* ramdac.cpp : Remove MCFGs cam9002018-10-141-2/+3
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* upd7759: Converted to use device_rom_interface and added md input for selecti... smf-2018-08-121-3/+3
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-8/+8
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-2/+2
* 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
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-20/+16
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-41/+45
* even more cleanup and encapsulation (nw) Vas Crabb2018-02-201-32/+37
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* bfcobra: Bad clocks, argh (nw) AJR2017-12-111-1/+1
* bfcobra: Another 6809 identified (nw) AJR2017-12-111-2/+2
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-8/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-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-5/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-86/+86
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* bfcobra.cpp: use ramdac_device instead of custom implementation. The driver a... Ivan Vangelista2016-06-241-104/+13
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* meters.cpp: Initial device-ification, fixes MT06117 (nw) Ivan Vangelista2016-01-051-2/+7
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-4/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-6/+6
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1939