summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mac128.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+12
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-15/+15
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-21/+23
* some first_screen removal (nw) arbee2018-03-041-5/+2
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* 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
* Do the easy ones (nw) Olivier Galibert2018-01-011-2/+2
* mac128.cpp: Use ioport_array for keyboard (nw) AJR2017-12-181-11/+3
* space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* mac128/mac: fix recent regressions from VIA changes (nw) arbee2017-05-041-0/+2
* srcclean (nw) Vas Crabb2017-04-231-2/+2
* mac128: fix multiple keyboard regressions since 0.180 (MT#6481) [R. Belmont] arbee2017-04-221-3/+40
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* first srcclean pass (nw) Vas Crabb2016-12-251-18/+18
* re-add references (nw) Lord-Nightmare2016-11-291-2/+9
* got rid of commented out interleaved roms (nw) Lord-Nightmare2016-11-281-6/+1
* added back rom label variants as comments (nw) Lord-Nightmare2016-11-281-7/+54
* clean up comments, and removed an improper ROM_BIOS() entry. (nw) Lord-Nightmare2016-11-271-16/+16
* (nw) arbee2016-11-271-1/+0
* mac128: switch back to real-hw ROMs using Apple part numbers. [R. Belmont] arbee2016-11-271-8/+28
* srcclean (nw) Vas Crabb2016-11-271-60/+60
* mac128: all subdrivers and valid -ramsize values work again (nw) arbee2016-11-241-28/+60
* Added external clock to SCC and decoded SCC synchronous init for MacOS 7 Joakim Larsson Edstrom2016-11-211-2/+23
* documented SCC init sequence Joakim Larsson Edstrom2016-10-281-0/+15
* mac: split 128/512/Plus into new separate, more modern driver. [R. Belmont] arbee2016-10-271-0/+1541