| Commit message (Expand) | Author | Age | Files | Lines |
| * | video/upd7220.cpp: reset_origin on CRT reprogramming |  angelosa | 2024-12-02 | 1 | -0/+1 |
| * | upd7220: correct hsync width and invert the vsync wait time. |  cracyc | 2024-11-28 | 1 | -3/+4 |
| * | video/upd7220.cpp: fix vsync timings and update_partial for graphics partition |  angelosa | 2024-11-28 | 1 | -2/+7 |
| * | upd7220: reset pattern to pram after figd |  cracyc | 2024-11-10 | 1 | -1/+1 |
| * | video/upd7220.cpp: backport pitch shift from pc9821 PEGC |  angelosa | 2024-11-10 | 1 | -2/+5 |
| * | upd7720: Fix pitch calculation in rdat/wdat routines (#12943) |  Brian Johnson | 2024-11-06 | 1 | -5/+5 |
| * | video/upd7220.cpp: implement experimental partition fetch fn |  angelosa | 2024-11-05 | 1 | -3/+21 |
| * | nec/pc9821: hookup PEGC MMIO as memory_view |  angelosa | 2024-11-04 | 1 | -1/+1 |
| * | video/upd7220.cpp: experimentally allow area 3 graphic drawing in forced bitm... |  angelosa | 2024-11-04 | 1 | -9/+11 |
| * | video/upd7220.cpp: modernize logging |  angelosa | 2024-11-03 | 1 | -92/+113 |
| * | video/upd7220.cpp: horizontal multiplier is x16 if in gfx mode, x8 otherwise |  angelosa | 2024-11-03 | 1 | -11/+5 |
| * | video/upd7220.cpp: bump scissor cutout for graphic layer when interlace mode ... |  angelosa | 2024-11-03 | 1 | -3/+5 |
| * | video/upd7220.cpp: allow optional parameter for screen tag |  angelosa | 2024-10-30 | 1 | -1/+1 |
| * | upd7220: pass cursor height to drawing functions |  cracyc | 2024-10-28 | 1 | -2/+2 |
| * | video/upd7220.cpp: command reset shouldn't touch RA parameters (#12905) |  Angelo Salese | 2024-10-28 | 1 | -2/+7 |
| * | pc9801_v: fix explicit tile lr |  cracyc | 2024-10-22 | 1 | -1/+1 |
| * | video/upd7220.cpp: ignore parameters beyond first one for pitch command |  angelosa | 2024-10-18 | 1 | -1/+11 |
| * | video/upd7220.cpp: return 0xff on FIFO underflows |  angelosa | 2024-10-18 | 1 | -0/+6 |
| * | video/upd7220.cpp: fix sync position |  angelosa | 2024-10-17 | 1 | -1/+1 |
| * | video/upd7220.cpp: clear FIFO and DMA status on RESET command issued |  angelosa | 2024-09-29 | 1 | -0/+5 |
| * | video/upd7220.cpp: Added uPD7220A variant with new RESET and BLANK commands. |  Nigel Barnes | 2024-08-12 | 1 | -211/+253 |
| * | upd7220: Sync command should enable/disable the DE bit (#11823) |  Brian Johnson | 2023-12-09 | 1 | -0/+5 |
| * | upd7220: wrap the line if pitch is smaller than aw |  cracyc | 2023-09-26 | 1 | -8/+8 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -5/+0 |
| * | emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. |  Vas Crabb | 2023-06-13 | 1 | -8/+5 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -2/+2 |
| * | cpu/cr16b, cpu/es5510, cpu/ks0164, cpu/mb86235, cpu/sharc, upd7220: Use util:... |  AJR | 2022-11-01 | 1 | -3/+3 |
| * | upd7220: reset pattern after figd |  cracyc | 2022-06-09 | 1 | -0/+1 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -43/+40 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | upd7220: don't run wdat if figd figure type is set and set the patter… (#8470) |  cracyc | 2021-08-24 | 1 | -1/+30 |
| * | video/upd7220.cpp: Updated FIGD to use ead and mask to calculate drawing loca... |  Brian Johnson | 2021-08-13 | 1 | -149/+60 |
| * | video/upd7220.cpp: Made address space use word addressing, and implemented pr... |  Brian Johnson | 2021-08-05 | 1 | -85/+171 |
| * | video/upd7220.cpp: During a GCHRD command, always start with pram[15]. (#8317) |  Brian Johnson | 2021-07-20 | 1 | -1/+1 |
| * | srcclean for release |  Vas Crabb | 2021-05-23 | 1 | -3/+3 |
| * | upd7220.cpp: make a bitmap partition of len==0 to be max size, fixes pc98 mad... |  Angelo Salese | 2021-04-30 | 1 | -6/+18 |
| * | upd7220, qx10: Implement display zoom support (#8004) |  Brian Johnson | 2021-04-26 | 1 | -9/+12 |
| * | srcclean in preparation for branching release |  Vas Crabb | 2021-04-25 | 1 | -1/+1 |
| * | util/cdrom.cpp: Disable debug log message when parsing TOC. |  Vas Crabb | 2021-04-24 | 1 | -31/+23 |
| * | upd7220: fix copy paste bug in DMA handling |  Brian Johnson | 2021-04-24 | 1 | -39/+51 |
| * | upd7220: Support DMAW and DMAR commands |  Brian Johnson | 2021-04-20 | 1 | -57/+136 |
| * | upd7220: Fixed mixed mode display area partition parsing |  Brian Johnson | 2021-04-20 | 1 | -5/+0 |
| * | New machines marked as NOT_WORKING (#7904) |  Angelo Salese | 2021-04-19 | 1 | -1/+3 |
| * | upd7220: work around rainbow windows 1.0 issue (#5845) (nw) |  cracyc | 2019-11-03 | 1 | -4/+10 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -2/+4 |
| * | Machines promoted to working |  Sandro Ronco | 2019-10-24 | 1 | -0/+17 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -6/+7 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -7/+6 |
| * | bus/wangpc, upd7220: Eliminate address_space arguments from handlers (nw) |  AJR | 2019-02-25 | 1 | -4/+4 |
| * | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -2/+3 |