summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mac.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* maciifx: Add preliminary PIC (Peripheral Interface Controller) devices and OS... AJR2021-07-291-2/+5
* mac.cpp, mac128.cpp, macprtb.cpp, macpwrbk030.cpp, macquadra.cpp: Add helper ... AJR2021-05-081-25/+21
* mac.cpp: Fix typo in trap disassembly AJR2021-04-281-1/+1
* Purge various obsolete and redundant #includes AJR2021-04-191-11/+0
* mac.cpp: more dead code removal [R. Belmont] arbee2021-03-271-100/+13
* mac.cpp: New FDCs and drives for all of the II and LC series machines [R. Bel... arbee2021-03-231-30/+0
* f2pbball.lay, ftri1.lay: Attributes are more readable than inline Vas Crabb2021-03-141-1/+1
* pmac6100: Move it to a new driver Olivier Galibert2021-03-121-33/+3
* swim3: Just enough emulation that it is not the cause of power mac not bootin... Olivier Galibert2021-03-111-0/+25
* mac updates: [R. Belmont] arbee2021-02-241-57/+0
* mac: Correctly sync the main cpu to the via. Fixes the floppy writes, probab... Olivier Galibert2021-02-221-5/+33
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* swim1: Add mfm read, write needs a little more work Olivier Galibert2021-02-031-4/+8
* swim1: Embed the iwm Olivier Galibert2021-01-221-0/+9
* mac: add additional VIA delay for Cuda, maclc520 and maccclas boot [R. Belmont] arbee2021-01-211-1/+7
* swim2: Add reading, writing gcr up to track 63. Olivier Galibert2021-01-151-1/+1
* mac/swim2: Add apple drivers and associated communications Olivier Galibert2021-01-111-0/+48
* SWIM2: Enough of the write processing to make the timing calibration work. Olivier Galibert2021-01-111-1/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-30/+26
* macpwrbk030.cpp: Converted to use real M50753 PMU code. [R. Belmont, AJR] arbee2020-10-251-90/+0
* mac: move '030 PowerBooks to a separate driver. [R. Belmont] arbee2020-10-181-4/+0
* mac: Move macprtb and macpb100 to their own driver. [R. Belmont] arbee2020-10-181-22/+3
* mac: move macqd700 to its own driver and clean up more cruft [R. Belmont] arbee2020-10-011-20/+0
* Mac updates [R. Belmont] arbee2020-09-161-480/+23
* mac: eliminated runtime region lookups and fixed several non-booting models. ... arbee2020-08-251-15/+21
* mac: fix ADB for SE and early II-series machines [R. Belmont] arbee2020-08-241-8/+11
* mac.cpp: Removed 128k/512k/512ke/Plus keyboard code - those machines were mov... Vas Crabb2020-07-011-339/+0
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-20/+20
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-22/+22
* mac.cpp updates [R. Belmont] arbee2020-05-091-0/+5
* mac.cpp updates: [R. Belmont] arbee2020-05-091-0/+6
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-3/+3
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+0
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* mac: fixed missing audio for SE and Classic. [R. Belmont] arbee2019-05-241-0/+6
* -mac: MACHINE_CONFIG removal, nw mooglyguy2018-08-041-1/+20
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-6/+6
* mac.cpp, macpci.cpp: Eliminate machine().device (nw) AJR2018-07-041-41/+28
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-23/+23
* mac: remove first_screens (nw) arbee2018-03-091-14/+50
* Checkpoint... (nw) Olivier Galibert2018-01-031-5/+5
* Time to get out of mame/drivers and tackle the easy ones (nw) Olivier Galibert2018-01-021-4/+4
* space.machine -> machine (nw) Olivier Galibert2017-12-141-5/+5
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* move enums out of global namespace to avoid LTO conflict (nw) smf-2017-12-111-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* mac128/mac: fix recent regressions from VIA changes (nw) arbee2017-05-041-10/+8