summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mac128.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac128.cpp: HW note AJR2020-07-181-1/+4
* -bus/mackbd: Added French and Japanese Mac Plus keyboards, and more notes. Vas Crabb2020-07-021-2/+2
* Slotified Mac 128k/512k/512ke/Plus keyboard port. Vas Crabb2020-07-011-8/+9
* mac128.cpp: clean up vestigial declarations and input ports that are unused s... Vas Crabb2020-06-291-183/+22
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-24/+24
* Rename the HLE Apple floppy controllers as legacy to avoid future conflicts (nw) arbee2020-05-221-1/+1
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-8/+8
* mac128: cleanup and removal of keyboard HLE (nw) arbee2020-05-061-377/+2
* attotime: Add to_string() to get a human-readable version of the time [O. Gal... Olivier Galibert2020-05-061-4/+2
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-081-2/+2
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* mac/mac128: move Command to right alt, which is extremely wrong positionally ... arbee2019-09-211-1/+1
* mac128/512/plus: make Command LWIN (MT #07425) [R. Belmont] arbee2019-09-211-1/+1
* mac128/512: preliminary (not working) support for the GCC HyperDrive hard dis... arbee2019-07-211-0/+10
* z80scc: Read/write handler cleanups (nw) AJR2019-06-121-4/+4
* m68000: Read the initial SP and PC from memory after rather than during machi... AJR2019-04-291-1/+0
* mac128: Don't write twice to VIA in one cycle (nw) AJR2019-04-241-4/+1
* mac: demote all Macs to NOT_WORKING until we get a working VIA6522 emulator [... arbee2019-04-011-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+4
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* mac128.cpp: Fix build (nw) AJR2019-01-261-1/+1
* mac128.cpp: Define XTAL (nw) AJR2019-01-261-3/+3
* mac128.cpp: Fix VIA-related regression by driving PB6 through timer callbacks... AJR2018-12-301-6/+19
* mac128.cpp: Uninvert mouse movement AJR2018-12-291-16/+17
* Start cleaning up palette configuration: Vas Crabb2018-12-291-9/+1
* amiga keyboard: add some comments to break up the mass of code (nw) Vas Crabb2018-08-241-5/+7
* -mac: MACHINE_CONFIG removal, nw mooglyguy2018-08-041-3/+3
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-3/+3
* -mac128, macpci, nsg6809: Eliminated old-style MACHINE_CONFIG use. [Ryan Holtz] mooglyguy2018-08-021-65/+71
* Fix clang build yet again (nw) AJR2018-06-301-2/+0
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-6/+9
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* mac128: remove runtime tag lookups (nw) arbee2018-06-021-8/+6
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-16/+15
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-271-2/+3
* 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