summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9365.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ef9365: simplify busy timer, change msl pins to a devcb hap2023-10-271-10/+8
* ef9365: add getter for MSL pins, hap2023-10-251-26/+28
* New systems marked not working Miodrag Milanovic2023-01-131-1/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-9/+8
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* ef9365.cpp: Fixed vertical characters and use assigned palette. Nigel Barnes2019-06-211-1/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-14/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+14
* ef9345, ef9365: Simplify read/write handlers (nw) AJR2019-03-071-2/+2
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-12/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+2
* moar (nw) Vas Crabb2018-05-141-1/+1
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* de-staticify initializations for src/devices/video (#3270) wilbertpol2018-02-251-9/+9
* devices/video: some private-ization (nw) Ivan Vangelista2018-02-161-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* EF9365 : Fix the hardware vector engine. (#2370) Jean-François DEL NERO2017-06-081-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-42/+25
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-22/+22
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* video/ef9365.cpp: moved the charset rom inside of the device, fixes missing r... Ivan Vangelista2016-07-021-0/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-2/+2
* 64x64 and 128x128 resolutions added. Jean-François DEL NERO2015-12-291-11/+13
* Memory read back function added. Jean-François DEL NERO2015-12-291-2/+7
* Major EF9365 driver update : All display functions emulated [jfdelnero] David Haywood2015-12-281-19/+62
* Merge pull request #521 from jfdelnero/master Miodrag Milanović2015-12-251-0/+1
|\
| * EF9365 : Commands busy timings update, Vector drawing (WIP). Jean-François DEL NERO2015-12-201-0/+1
* | Merge pull request #488 from jfdelnero/master Miodrag Milanović2015-12-061-1/+1
|\|
| * block drawing support added. Jean-François DEL NERO2015-12-061-1/+1
* | override part 3 (nw) Miodrag Milanovic2015-12-051-4/+4
|/
* Clear screen, Screen scanning command added. Jean-François DEL NERO2015-12-011-3/+3
* EF9365 video controller skeleton added. Jean-François DEL NERO2015-11-291-0/+106