summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mbee.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-8/+5
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-12/+14
* mbee.cpp: Move XTAL definition to xtal.cpp (nw) AJR2018-11-051-5/+3
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-4/+4
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-8/+8
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-13/+13
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-1/+1
* devcb3 Vas Crabb2018-07-071-14/+14
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-76/+76
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-8/+8
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-7/+11
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-10/+10
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-10/+10
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-14/+14
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-8/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-47/+47
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-187/+202
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-7/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-15/+15
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+9
* Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-021-24/+22
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Super-80: another 6 software items; turned down the cassette volume on some o... Robbbert2016-05-071-2/+2
* New NOT WORKING machine Robbbert2016-04-291-0/+28
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1164