summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* vga: made video RAM size configurable at machine configuration (#9289) Ivan Vangelista2022-02-094-17/+17
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-066-9/+9
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-2669-83/+83
* huc6272.cpp: fix SCSI identifier, add extensive QA Angelo Salese2022-01-241-7/+17
* Render-related cleanup AJR2021-12-301-0/+1
* Remove a few outdated references to MESS Dirk Best2021-12-021-1/+1
* stv: moved video into video/saturn.cpp to remove possible circular dependency... Robbbert2021-12-014-9366/+0
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-013-38/+23
* various devices and drivers: seperate -> separate Ivan Vangelista2021-11-281-1/+1
* selmenu: fix wrongly placed messagebox hap2021-10-291-1/+1
* konmedal020: more video cracyc2021-10-222-29/+108
* pc_vga: add xga blits cracyc2021-10-172-2/+319
* konmedal020: add xga skeleton and few oak bits cracyc2021-10-122-0/+546
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-262-25/+25
* Add floppy support to NEC PC-8001 (#8532) Angelo Salese2021-09-252-212/+356
* -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
* 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