summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/homelab.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-6/+10
* 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
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-15/+15
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-15/+15
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-6/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+13
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+3
* Final GCC 8 batch for tonight (nw) arbee2018-05-011-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-43/+48
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-3/+7
* New way to provide DAC reference inputs (nw) AJR2018-01-101-7/+3
* removed some redundant flags: MACHINE_IS_SKELETON = MACHINE_NOT_WORKING | MAC... Ivan Vangelista2017-07-041-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* (nw) Finished converting m_p_chargen to required region, and associated clean... Robbbert2017-02-141-16/+16
* Improvements to rgb_t (nw) AJR2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-26/+31
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-7/+7
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-2/+2
* Add support to adjust the screen color Dirk Best2016-03-121-6/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+911