summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/televideo (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, and adding escaped characters to comments. Vas Crabb2023-12-262-97/+97
* Various drivers and keyboard devices: eliminate use of utf8.h AJR2023-12-232-13/+10
* televideo/tv912.cpp: Modernize, getting rid of bankdev AJR2023-12-151-30/+24
* 8042kbdc: Unbundle keyboard from device and make it optional AJR2023-10-101-0/+5
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-174-15/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-018-36/+36
* mame/t*,u*: put drivers in anonymous namespaces where applicable, updated #if... Ivan Vangelista2023-01-3012-6/+62
* Revert "emu_timer: undo prev commit, add running() getter and change some ena... hap2022-11-011-3/+3
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-251-3/+3
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-252-1/+6
* Eliminated cross dependencies between driver projects. Vas Crabb2022-06-274-4/+4
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-2715-0/+4573