summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/lisa.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* eolith, gameplan.cpp, jr100, lisa, model1, opwolf, pcw, peyper, pinball2k, po... Ivan Vangelista2020-11-041-0/+3
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-8/+8
* some more handlers simplified (nw) Ivan Vangelista2020-05-131-2/+2
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* m68000: Read the initial SP and PC from memory after rather than during machi... AJR2019-04-291-3/+0
* (nw) 6522 cleanups Robbbert2019-04-201-8/+1
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-10/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+3
* lisa: Put back keyboard COP and add input that switches its code path; use ge... AJR2019-02-081-3/+3
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-7/+6
* diexec: Interrupt API changes (nw) AJR2018-05-181-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Remove first_screen() from lisa and ldplayer, nw mooglyguy2018-03-101-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* New 74LS259/9334/CD4099 devices AJR2017-07-251-49/+55
* more timer_pulse removal (nw) Ivan Vangelista2017-05-131-1/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* Make address maps complain when entry bounds lie outside the global mask (nw) AJR2016-08-081-60/+0
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-4/+4
* Removed need for -Wno-c++11-narrowing for clang Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1927