summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lynx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-421/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+5
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Atari Lynx emulation updates (#8931) cam9002021-12-141-138/+241
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-7/+7
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-1/+1
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-1/+1
* lynx.cpp : Reduce runtime tag lookups, Cleanup palette (#3626) cam9002018-07-131-6/+15
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-18/+17
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* misc first_screen() removal (nw) Ivan Vangelista2018-03-081-35/+40
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-107/+110
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* mismatched include guard comments (nw) hap2018-02-051-1/+1
* Bulk replace convention for include guards in src/mame/includes/ files: angelosa2018-02-051-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-47/+47
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+295