summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mac.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-27/+27
* (numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBAC... AJR2018-04-141-1/+1
* mac: remove first_screens (nw) arbee2018-03-091-0/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+16
* mismatched include guard comments (nw) hap2018-02-051-1/+1
* Bulk replace convention for include guards in src/mame/includes/ files: angelosa2018-02-051-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+30
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-90/+90
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-90/+90
* move enums out of global namespace to avoid LTO conflict (nw) smf-2017-12-111-90/+90
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Changed disassembler overrides to use 'std::ostream &' internally Nathan Woods2016-10-301-1/+1
* mac: split 128/512/Plus into new separate, more modern driver. [R. Belmont] arbee2016-10-271-3/+0
* srcclean (nw) Vas Crabb2016-10-231-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-44/+44
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-3/+6
* mac: rewrite audio output for original Macs to work like hardware. [R. Belmont] arbee2016-10-081-41/+11
* make clang happy (nw) Vas Crabb2016-08-241-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-9/+3
* Delegatize dasm overrides (nw) AJR2016-06-261-1/+1
* Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-241-0/+1
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-0/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-5/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* mac: fix regressions (nw) arbee2015-12-061-0/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-5/+5
* mac: kill direct update handler (nw) arbee2015-11-271-1/+3
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+562