summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ims_cvc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ims_cvc: hack for host/guest endianness mismatch (nw) Patrick Mackinlay2020-01-281-5/+7
|
* ims_cvc: implement cursor Patrick Mackinlay2020-01-071-89/+114
| | | | | | (nw) * simplify handlers * reduce logging noise
* (nw) Clean up the mess on master Vas Crabb2019-03-261-46/+251
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-251/+46
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* ims_cvc: fix big-endian addressing (nw) Patrick Mackinlay2019-02-141-22/+22
|
* ims_cvc: basic graphics output working Patrick Mackinlay2019-01-221-39/+244
|
* ims_cvc.cpp: Logical addition to silence "unused variable" warning (nw) AJR2018-09-201-0/+1
|
* jazz: new skeleton driver (nw) Patrick Mackinlay2018-09-201-0/+139
A skeleton for the Microsoft Jazz architecture, which was implemented in the MIPS Magnum 4000, Olivetti M700-10 and was the base/origin of several other MIPS ARC systems. * added skeleton Inmos G300/G332/G364 device * added skeleton NatSemi DP83932C SONIC device * added skeleton MCT-ADR device