summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9340_1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* misc hap devices: move variables init to device_start hap2022-08-021-0/+2
* ef9340_1: readd prefix to function names hap2022-06-041-8/+8
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-28/+19
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* ef9340_1: add pinout reference hap2021-01-151-60/+61
* odyssey2: sourcecode style cleanup (mostly bracket spacing) hap2020-09-281-39/+39
* odyssey2: shorthand variable types in source code hap2020-09-281-22/+22
* New working software list additions hap2020-09-281-3/+2
* Cleaned up bitmap API. Vas Crabb2020-09-271-4/+4
* ef9340: fix drawing over wrong area when service row is disabled hap2020-08-241-4/+6
* odyssey2.xml: add file index for numbered videopac carts hap2020-08-201-3/+1
* ef9340: add support for double width/height characters hap2020-08-171-88/+123
* ef9340: internal chr rom was bitswapped, also mark it bad dump hap2020-08-161-5/+5
* ef9340: add character blink/underline modes hap2020-08-161-56/+102
* ef9340: move read commands to readhandler and add slice mode hap2020-08-141-16/+38
* odyssey2: add notes hap2020-08-141-11/+22
* odyssey2: disable logging hap2020-08-141-23/+29
* odyssey2: improve 824x/ef934x layer mixing hap2020-08-141-5/+4
* ef9340: add keyboard cursor hap2020-08-131-1/+5
* ef9340: bgcolor is remembered for alphanumeric chars hap2020-08-131-24/+12
* mcs48: fix possible missed timer overflow if burn_cycles is larger than 2 hap2020-08-111-12/+9
* i8244: use device rom instead of lookup table for character set [Kevin Horton] hap2020-08-031-2/+0
* ef9340/1: make character set external. [Wilbert Pol] Wilbert Pol2018-05-181-4/+17
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-3/+3
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+383