summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hp1ll3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch out attoseconds in favor of more abstract subseconds. Update everyone ... Aaron Giles2021-04-021-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* src/devices: simplified some handlers (nw) Ivan Vangelista2020-03-111-2/+2
* hp_ipc: fixed a bug in 1LL3 GPU that caused cursor & sprites to fulivi2019-10-281-2/+2
* various: de-unroll loops in pixel drawing routines, drop scanline_callback (... shattered2019-07-061-16/+4
* hp_ipc: implemented bit offset in RDWIN/WRWIN commands of GPU fulivi2018-08-201-10/+117
* patch up K&Rness creeping into an Allman file (nw) Vas Crabb2018-08-161-10/+12
* hp_ipc: added configurable VRAM size, auto configuration & a few minor fulivi2018-08-161-72/+156
* add storage class for constexpr-converted-to-enum (nw) Vas Crabb2018-08-131-2/+2
* this was an Allman file (nw) Vas Crabb2018-08-131-244/+271
* Fix build [-Werror,-Wunused-const-variable] (nw) AJR2018-08-081-17/+23
* hp_ipc: lots of improvements to HP-1LL3 GPU fulivi2018-08-071-290/+585
* video/hp1ll3: add runtime bounds check in CONF command (issue#3523) (nw) (#3547) Sergey Svishchev2018-05-161-11/+15
* hp_ipc: add diagnostic ROMs; model 9808A (prototype of desktop version) Sergey Svishchev2018-04-221-17/+50
* hp1ll3, atarist, samcoupe: Replace first_screen with finders or device_video_... AJR2018-03-031-1/+1
* Added asserts for index out of bounds (#3017) Oliver Stöneberg2018-01-061-0/+1
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+94
* srcclean (nw) Vas Crabb2017-03-261-34/+34
* hp_ipc: de-skeletonize. Sergey Svishchev2017-03-161-0/+713