summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/scn2674.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* scn2674: fixed row table addressing mode as per documentation Miodrag Milanovic2024-03-021-1/+5
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-10/+6
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-2/+2
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-4/+4
* Revert "stupid_git" AJR2022-06-041-1/+1
* Merge remote-tracking branch 'upstream/master' AJR2022-06-041-3/+3
|\
| * - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* | stupid_git AJR2022-06-041-1/+1
|/
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* scn2674: Delayed commands use display pointer address, not screen 2 address AJR2020-05-051-9/+24
* scn2674: Fix premature address rollover with 16-bit extended addresses (nw) AJR2020-01-051-3/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-7/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-125/+201
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-201/+125
* Eliminate the default address map member of address_space_config (nw) AJR2019-02-171-3/+4
* scn2674: Blank display line by line AJR2019-02-121-4/+4
* scn2674: Fix line counter desyncing in pcx (nw) AJR2019-02-101-1/+7
* scn2674: Row buffering and timing improvements AJR2019-02-091-117/+186
* mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from ... AJR2018-12-261-2/+2
* scn2672: Reduce VRAM addressing (nw) AJR2018-11-161-7/+7
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-4/+4
* scn2674: Add BREQ output; get a bit smarter about screen reconfiguration (nw) AJR2018-10-281-17/+44
* pcx: Make display work again in new resolution AJR2018-09-161-5/+12
* scn2674.cpp: Actually checking for the optional space helps (nw) AJR2018-07-141-2/+2
* v550: Add keyboard dump [Al Kossow] AJR2018-07-081-29/+68
* maps: Finish devices/video (nw) Olivier Galibert2018-04-201-3/+4
* scn2674: in row table mode double size in cached in screen start 1 (nw) cracyc2018-04-031-1/+1
* scn2674: Add preliminary support for SCN2672 variant AJR2018-03-211-4/+140
* scn2674: Massive register/command processing/logging cleanup (nw) AJR2018-03-211-531/+618
* scn2674: Use same character width for text and graphics modes (nw) AJR2018-03-081-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* scn2674: Avert screen_device::update_partial assert failure during debugging ... AJR2018-01-161-1/+4
* scn2674: Split up logging (nw) AJR2018-01-061-90/+94
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-8/+8
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-8/+8
* scn2674: More standard device configuration (nw) AJR2017-11-251-9/+9
* 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-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-105/+120
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* scn2674: add command 0xA6, fixes Octopus status line in Concurrent DOS, and B... mahlemiut2016-11-081-0/+6
* scn2674: correct the row on which a split occurs. Fixes Octopus display of t... mahlemiut2016-11-021-2/+2
* Erase bitmap_rgb32::erase (nw) AJR2016-10-221-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* scn2674: make octopus look better (nw) cracyc2016-09-191-0/+10
* octopus: added some more components, pass a few more tests. mahlemiut2016-09-091-1/+1
* octopus: correct CPU speeds, add Z80, add basic video output mahlemiut2016-09-081-1/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1