summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/upd7220.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-7/+6
* maps: Finish devices/video (nw) Olivier Galibert2018-04-201-3/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-6/+6
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-3/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-64/+64
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* Fix division by zero in update_graphics Bavarese2016-11-231-1/+1
* upd7220: fix arcs (nw) cracyc2016-11-211-23/+9
* upd7220: d1 is also signed (nw) cracyc2016-11-211-1/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-36/+36
* compis: WIP. (nw) Curt Coder2016-08-191-1/+1
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* upd7220: alternate drawing direction by line in gchrd (nw) cracyc2016-07-101-5/+18
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* upd7220: command 05 appears to blank the display (nw) cracyc2016-02-151-1/+8
* reverting: Miodrag Milanovic2016-01-201-47/+47
* tags are now strings (nw) Miodrag Milanovic2016-01-161-47/+47
* upd7220: correct lr in graphics mode (nw) cracyc2016-01-021-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1