summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mega32x.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+4
* maps: Finish mame/machine (nw) Olivier Galibert2018-04-191-38/+40
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-11/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-4/+7
* New way to provide DAC reference inputs (nw) AJR2018-01-101-7/+4
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-2/+2
* space.machine -> machine (nw) Olivier Galibert2017-12-141-14/+14
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-14/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+29
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-16/+17
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-7/+7
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-11/+2
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-14/+14
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1957