summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mac.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac: eliminated runtime region lookups and fixed several non-booting models. ... arbee2020-08-251-6/+13
* mac.cpp: Removed 128k/512k/512ke/Plus keyboard code - those machines were mov... Vas Crabb2020-07-011-15/+1
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-19/+19
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-7/+7
* mac: mactw is (commented out) in mac128 driver (nw) hap2020-05-251-1/+0
* Rename the HLE Apple floppy controllers as legacy to avoid future conflicts (nw) arbee2020-05-221-3/+11
* mac.cpp updates [R. Belmont] arbee2020-05-091-2/+2
* mac.cpp updates: [R. Belmont] arbee2020-05-091-1/+1
* 6522via: Don't lose sync on edge count when the serial clock is external [O. ... Olivier Galibert2020-05-081-2/+2
* mac: Initial support for the Sigma Designs LaserView monochrome NuBus video c... arbee2020-03-151-0/+2
* 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