summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coinmstr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1585/+0
* init vars for coverity (drivers/c) Robbbert2022-03-251-2/+2
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-16/+15
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Pia6821 improvements (#5254) Mike2019-06-191-1/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-1/+1
* Convert screen update functions to RGB32 in numerous games (nw) AJR2019-05-101-3/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-35/+36
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-36/+35
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-34/+35
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-3/+4
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-3/+3
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-9/+9
* 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-16/+16
* 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-10/+9
* 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
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-86/+93
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+14
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+12
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-4/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Another round of these Vas Crabb2016-08-271-3/+3
* 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-2/+0
* hitting save helps (nw) David Haywood2015-12-141-2/+2
* revert part of previous MASH change, no evidence to suggest this isn't just h... David Haywood2015-12-141-2/+2
* new WORKING game MASH2015-12-111-218/+5
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1771