summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments Aaron Giles2021-08-1332-13450/+13495
|\
| * video/upd7220.cpp: Updated FIGD to use ead and mask to calculate drawing loca... Brian Johnson2021-08-132-154/+64
| * video/upd7220.cpp: Made address space use word addressing, and implemented pr... Brian Johnson2021-08-052-90/+179
| * voodoo: Address minor coverity complaints Aaron Giles2021-07-313-4/+11
| * srcclean for 0.234 branch Vas Crabb2021-07-257-281/+281
| * video/upd7220.cpp: During a GCHRD command, always start with pram[15]. (#8317) Brian Johnson2021-07-201-1/+1
| * voodoo: Return 0 on invalid reads, seems to fix funkball. Improve logging of ... Aaron Giles2021-07-151-3/+6
| * sx1010: split the two screens. Pixel clocks are probably wrong. Olivier Galibert2021-07-151-0/+2
| * voodoo: Fix dither subtraction. Fixes squares around balls in virtpool. Aaron Giles2021-07-131-1/+1
| * voodoo: Improve fidelity of synchronization points. Add synchronization back ... Aaron Giles2021-07-126-34/+67
| * poly.h: Fix DEBUG=1 builds AJR2021-07-111-2/+3
| * poly: Early out of waits if no outstanding work. Aaron Giles2021-07-111-0/+4
| * voodoo: Improve pixel pipeline throughput for LFB writes. Helps gtfore and re... Aaron Giles2021-07-113-47/+28
| * voodoo: Fix LOD calculations. Improve LOD calculation accuracy. Remove stw_he... Aaron Giles2021-07-102-205/+117
| * voodoo: Increase vretrace cycles to 2 so mace will boot again. Add missing ra... Aaron Giles2021-07-103-11/+8
| * voodoo: Restore some cycle stealing on vretrace to allow sfrush to boot. Aaron Giles2021-07-091-0/+3
| * voodoo: fix compile error hap2021-07-091-1/+1
| * video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-0918-13031/+12996
| * - filling out missing hashes for commented ROM_LOADs when known (part 1) Scott Stone2021-07-041-2/+2
| * srcclean in preparation for release Vas Crabb2021-06-273-6/+6
| * Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-226-49/+71
| * hd61830: fix cursor in d2 cracyc2021-06-211-2/+2
| * dl1616: dl1414 does not have ce pin or addr latch hap2021-06-202-21/+33
| * New machines marked as NOT_WORKING hap2021-06-201-1/+1
| * pc_vga: updated comment Robbbert2021-06-161-3/+3
| * voodoo: fix Hornet games POST crash Ville Linde2021-06-131-2/+2
| * Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-10/+10
| * HD61830: Fix character blink mode Jaen Saul2021-06-121-1/+1
| * 315_5124.cpp: Fix color in SMS1 VDP(315-5124), Add hardware notes (#7855) cam9002021-05-261-18/+21
| * srcclean for release Vas Crabb2021-05-231-3/+3
| * pwm_display: add separate handlers for matrix x/y sides hap2021-05-052-0/+10
| * upd7220.cpp: make a bitmap partition of len==0 to be max size, fixes pc98 mad... Angelo Salese2021-04-301-6/+18
| * upd7220, qx10: Implement display zoom support (#8004) Brian Johnson2021-04-261-9/+12
| * srcclean in preparation for branching release Vas Crabb2021-04-251-1/+1
| * pwm.h: missed one sync() hap2021-04-241-1/+1
| * util/cdrom.cpp: Disable debug log message when parsing TOC. Vas Crabb2021-04-241-31/+23
| * t6963c: increase default contrast a bit hap2021-04-241-6/+6
| * pwm_display: remove the need to manually call update hap2021-04-242-76/+63
| * upd7220: fix copy paste bug in DMA handling Brian Johnson2021-04-241-39/+51
| * upd7220: Support DMAW and DMAR commands Brian Johnson2021-04-202-59/+147
| * upd7220: Fixed mixed mode display area partition parsing Brian Johnson2021-04-201-5/+0
| * New machines marked as NOT_WORKING (#7904) Angelo Salese2021-04-191-1/+3
| * srcclean in preparation for release Vas Crabb2021-03-281-2/+2
* | Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-2669-71/+71
* | Use the device-provided timer_alloc instead of reaching around to the schedul... Aaron Giles2021-03-2514-28/+28
* | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-2464-66/+66
* | Renamed timer_expired_registered_delegate to emu_timer_cb. Removed all timer_... Aaron Giles2021-03-233-6/+4
* | First round of timer_set conversions. Aaron Giles2021-03-225-6/+15
* | Removed ptr parameter from temporary timers. Fixed a handful of places that u... Aaron Giles2021-03-221-1/+1
|/
* rc759: Major improvements to I82730, hook up SN76489A, preliminary palette Dirk Best2021-03-152-169/+544