summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-119-10/+10
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-1011-154/+171
|\
| * -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-072-2/+1
| * saitek_osa/maestro: use parent_rom_device_type for analyst hap2021-09-071-9/+0
| * i8244: use parent_rom_device_type for i8245 hap2021-09-061-5/+15
| * poly.h: Minor naming/consistency cleanups. Aaron Giles2021-09-041-74/+79
| * poly.h: Remove unused flags, expose object data array directly, add ability t... Aaron Giles2021-09-034-71/+51
| * upd7220: don't run wdat if figd figure type is set and set the patter… (#8470) cracyc2021-08-241-1/+30
| * New machines marked as NOT_WORKING AJR2021-08-182-1/+4
| * Use std::clamp in more source files AJR2021-08-151-2/+2
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-2064-89/+94
* | Remove timer_alloc from scheduler, keeping it exclusively in the device_t cla... Aaron Giles2021-08-172-13/+10
* | Update recently changed code to new APIs Aaron Giles2021-08-142-11/+11
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-08-1428-13266/+13213
|\|
| * 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
* | Fixups for latest code. Aaron Giles2021-06-041-1/+0
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-06-045-183/+202
|\|
| * 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