summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/lynx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Much more core std::string_view modernization AJR2021-01-201-0/+2
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+4
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+2
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-9/+9
* mame/audio (mostly): simplified some handlers (nw) Ivan Vangelista2020-04-241-2/+2
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-3/+3
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* (nw) 6821 and 6850 have no clock for bus logic side, remove some MFCG_, fix b... Vas Crabb2018-07-131-12/+8
* lynx.cpp : Reduce runtime tag lookups, Cleanup palette (#3626) cam9002018-07-131-33/+19
* misc first_screen() removal (nw) Ivan Vangelista2018-03-081-1/+1
* device_image_interface cleanups (nw) AJR2017-02-271-3/+3
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-4/+4
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-14/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-37/+37
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-7/+7
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-8/+8
|\
| * reverse logic of IMAGE_VERIFY (nw) Miodrag Milanovic2016-07-311-4/+4
| * for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-5/+3
|/
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2144