summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9365.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* maps: Finish devices/video (nw) Olivier Galibert2018-04-201-3/+4
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-47/+37
* 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
* EF9365 : Fix the hardware vector engine. (#2370) Jean-François DEL NERO2017-06-081-53/+64
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-75/+81
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* * Make object finders behave like pointers for the purposes of implicit casts... Vas Crabb2016-08-271-1/+1
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* video/ef9365.cpp: moved the charset rom inside of the device, fixes missing r... Ivan Vangelista2016-07-021-1/+16
* 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
* This fix VS2015 warning (and building) about uninitialized variable. dankan18902016-01-301-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-82/+81
* 64x64 and 128x128 resolutions added. Jean-François DEL NERO2015-12-291-70/+229
* Memory read back function added. Jean-François DEL NERO2015-12-291-2/+47
* Last manual merging fix. (bad bus address width and clock_freq not initialized.) Jean-François DEL NERO2015-12-281-1/+1
* Interrupt line & events supported. Jean-François DEL NERO2015-12-271-1/+79
* 512x512, 512x256 (EF9366),256x256 resolutions supported. Jean-François DEL NERO2015-12-271-244/+291
* All hardware vector drawing commands are now working. Jean-François DEL NERO2015-12-261-98/+507
* EF9365 : Commands busy timings update, Vector drawing (WIP). Jean-François DEL NERO2015-12-201-2/+50
* block drawing support added. Jean-François DEL NERO2015-12-061-10/+46
* Clear screen, Screen scanning command added. Jean-François DEL NERO2015-12-011-25/+81
* EF9365 video controller skeleton added. Jean-François DEL NERO2015-11-291-0/+455