summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vr0uart.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up code in VRender0-related drivers and devices: (#14453) cam9002025-12-241-28/+29
| | | | | | | | | * Suppress side effects for debugger reads. * Use snake_case names, use abbreviated integer types, use lowercase hexadecimal digits. * Improved logging. * sound/vrender0.cpp: Update per-channel cache when texture memory pointer is changed. * video/vrender0.cpp: Use templates and function pointer arrays for draw functions. * video/vrender0.cpp: Use device_memory_interface for external memory. * video/vrender0.cpp: Minor fixes in single color fill function.
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-7/+7
|
* srcclean (nw) Vas Crabb2019-09-221-10/+10
|
* Various improvements over Vrender0 based systems [Angelo Salese] (#5580) Angelo Salese2019-09-021-0/+220
* Made some experimental work with menghong based HW, allowing crzyddz2 to boot and improving menghong colors; * Internalize video and audio components inside the SoC; * Wrote a preliminary UART subdevice; * Made external video clock to be settable by the host driver;