summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/macs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* more cleanup and removal of mcfg (nw) Vas Crabb2018-07-151-34/+30
* witness the power of devcb3 to tear through boilerplate (in Taito C-Chip), al... Vas Crabb2018-07-141-24/+23
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-5/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-15/+15
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+18
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* st0016 : Add object finder m_rom instead memregion(":maincpu") (#3214) cam9002018-02-181-22/+27
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* 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-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* Designate more memory reset inputs in mahjong games; regularize service input... AJR2016-08-251-1/+1
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* and another global variable hits the ground! nw. etabeta782016-04-291-21/+25
* fix kisekaem DMA transfers. nw. etabeta782016-04-291-9/+13
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-53/+53
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* diimage.cpp: Allow image devices to be configured with a fixed etabeta782016-04-121-75/+89
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-6/+6
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-11/+11
* clang-modernize part 4 Miodrag Milanovic2015-12-041-11/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+755