summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9364.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+2
* Eliminate the default address map member of address_space_config (nw) AJR2019-02-171-2/+3
* maps: Finish devices/video (nw) Olivier Galibert2018-04-201-3/+4
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-22/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-4/+4
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-3/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-32/+32
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* * Make object finders behave like pointers for the purposes of implicit casts... Vas Crabb2016-08-271-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-2/+2
* Cleanups and version bump Miodrag Milanovic2016-02-241-197/+197
* Cursor support. Jean-François DEL NERO2016-01-241-5/+38
* New video chip support : Thomson EF9364 / Sescosem SFF96364 Jean-François DEL NERO2016-01-231-0/+326