summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/upd7220.cpp
Commit message (Expand)AuthorAgeFilesLines
* video/upd7220.cpp: reset_origin on CRT reprogramming angelosa2024-12-021-0/+1
* upd7220: correct hsync width and invert the vsync wait time. cracyc2024-11-281-3/+4
* video/upd7220.cpp: fix vsync timings and update_partial for graphics partition angelosa2024-11-281-2/+7
* upd7220: reset pattern to pram after figd cracyc2024-11-101-1/+1
* video/upd7220.cpp: backport pitch shift from pc9821 PEGC angelosa2024-11-101-2/+5
* upd7720: Fix pitch calculation in rdat/wdat routines (#12943) Brian Johnson2024-11-061-5/+5
* video/upd7220.cpp: implement experimental partition fetch fn angelosa2024-11-051-3/+21
* nec/pc9821: hookup PEGC MMIO as memory_view angelosa2024-11-041-1/+1
* video/upd7220.cpp: experimentally allow area 3 graphic drawing in forced bitm... angelosa2024-11-041-9/+11
* video/upd7220.cpp: modernize logging angelosa2024-11-031-92/+113
* video/upd7220.cpp: horizontal multiplier is x16 if in gfx mode, x8 otherwise angelosa2024-11-031-11/+5
* video/upd7220.cpp: bump scissor cutout for graphic layer when interlace mode ... angelosa2024-11-031-3/+5
* video/upd7220.cpp: allow optional parameter for screen tag angelosa2024-10-301-1/+1
* upd7220: pass cursor height to drawing functions cracyc2024-10-281-2/+2
* video/upd7220.cpp: command reset shouldn't touch RA parameters (#12905) Angelo Salese2024-10-281-2/+7
* pc9801_v: fix explicit tile lr cracyc2024-10-221-1/+1
* video/upd7220.cpp: ignore parameters beyond first one for pitch command angelosa2024-10-181-1/+11
* video/upd7220.cpp: return 0xff on FIFO underflows angelosa2024-10-181-0/+6
* video/upd7220.cpp: fix sync position angelosa2024-10-171-1/+1
* video/upd7220.cpp: clear FIFO and DMA status on RESET command issued angelosa2024-09-291-0/+5
* video/upd7220.cpp: Added uPD7220A variant with new RESET and BLANK commands. Nigel Barnes2024-08-121-211/+253
* upd7220: Sync command should enable/disable the DE bit (#11823) Brian Johnson2023-12-091-0/+5
* upd7220: wrap the line if pitch is smaller than aw cracyc2023-09-261-8/+8
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+0
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-8/+5
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* cpu/cr16b, cpu/es5510, cpu/ks0164, cpu/mb86235, cpu/sharc, upd7220: Use util:... AJR2022-11-011-3/+3
* upd7220: reset pattern after figd cracyc2022-06-091-0/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-43/+40
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* upd7220: don't run wdat if figd figure type is set and set the patter… (#8470) cracyc2021-08-241-1/+30
* video/upd7220.cpp: Updated FIGD to use ead and mask to calculate drawing loca... Brian Johnson2021-08-131-149/+60
* video/upd7220.cpp: Made address space use word addressing, and implemented pr... Brian Johnson2021-08-051-85/+171
* video/upd7220.cpp: During a GCHRD command, always start with pram[15]. (#8317) Brian Johnson2021-07-201-1/+1
* srcclean for release Vas Crabb2021-05-231-3/+3
* 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
* util/cdrom.cpp: Disable debug log message when parsing TOC. Vas Crabb2021-04-241-31/+23
* upd7220: fix copy paste bug in DMA handling Brian Johnson2021-04-241-39/+51
* upd7220: Support DMAW and DMAR commands Brian Johnson2021-04-201-57/+136
* 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
* upd7220: work around rainbow windows 1.0 issue (#5845) (nw) cracyc2019-11-031-4/+10
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+4
* Machines promoted to working Sandro Ronco2019-10-241-0/+17
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+6
* bus/wangpc, upd7220: Eliminate address_space arguments from handlers (nw) AJR2019-02-251-4/+4
* Eliminate the default address map member of address_space_config (nw) AJR2019-02-171-2/+3