summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mac.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-081-8/+8
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* (nw) clean up more stuff, mostly leftover from MCFG removal Vas Crabb2019-10-111-1/+1
* mac/mac128: move Command to right alt, which is extremely wrong positionally ... arbee2019-09-211-1/+1
* mac.cpp: fix ADB machines so LALT is Option and LWIN is Command (MT #07426) [... arbee2019-09-211-2/+2
* mac.cpp: Mask this to be safe (nw) AJR2019-06-131-1/+1
* mac: demote all Macs to NOT_WORKING until we get a working VIA6522 emulator [... arbee2019-04-011-16/+16
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+7
* ncr5380n, ncr5385, ncr5390, ncr539x: Simplify read/write handlers (nw) AJR2019-03-071-4/+4
* nubus: Use required_address_space rather than old-style CPU lookup (nw) AJR2019-02-261-2/+2
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* Start cleaning up palette configuration: Vas Crabb2018-12-291-13/+8
* Details, details (nw) Vas Crabb2018-09-011-5/+5
* mac.cpp: Fix clang build (nw) AJR2018-08-041-1/+1
* -mac: MACHINE_CONFIG removal, nw mooglyguy2018-08-041-937/+614
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-133/+133
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-24/+24
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-24/+24
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-34/+34
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-9/+17
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-290/+290
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-34/+38
* (numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBAC... AJR2018-04-141-9/+7
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-234/+250
* mac: remove first_screens (nw) arbee2018-03-091-2/+2
* pmac6100: The boot chime plays now, but sounds really awful (nw) AJR2018-02-161-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-21/+42
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-16/+16
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-30/+30
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* mac: preliminary support for AE Quadralink 4-port serial [R. Belmont, Al Kossow] arbee2018-01-021-0/+2
* mac: Support for "BootBug" NuBus remote debugger card [Al Kossow, R. Belmont] arbee2017-12-251-0/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-53/+53
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-13/+13
* mac: split 128/512/Plus into new separate, more modern driver. [R. Belmont] arbee2016-10-271-229/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-28/+10
* mac: rewrite audio output for original Macs to work like hardware. [R. Belmont] arbee2016-10-081-6/+40
* srcclean Vas Crabb2016-09-281-1/+1
* tiny fix (n/w) Lord-Nightmare2016-09-271-1/+1