| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
| * | scn2674: Delayed commands use display pointer address, not screen 2 address |  AJR | 2020-05-05 | 1 | -9/+24 |
| * | scn2674: Fix premature address rollover with 16-bit extended addresses (nw) |  AJR | 2020-01-05 | 1 | -3/+5 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -7/+5 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -125/+201 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -201/+125 |
| * | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -3/+4 |
| * | scn2674: Blank display line by line |  AJR | 2019-02-12 | 1 | -4/+4 |
| * | scn2674: Fix line counter desyncing in pcx (nw) |  AJR | 2019-02-10 | 1 | -1/+7 |
| * | scn2674: Row buffering and timing improvements |  AJR | 2019-02-09 | 1 | -117/+186 |
| * | mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from ... |  AJR | 2018-12-26 | 1 | -2/+2 |
| * | scn2672: Reduce VRAM addressing (nw) |  AJR | 2018-11-16 | 1 | -7/+7 |
| * | Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) |  AJR | 2018-11-05 | 1 | -4/+4 |
| * | scn2674: Add BREQ output; get a bit smarter about screen reconfiguration (nw) |  AJR | 2018-10-28 | 1 | -17/+44 |
| * | pcx: Make display work again in new resolution |  AJR | 2018-09-16 | 1 | -5/+12 |
| * | scn2674.cpp: Actually checking for the optional space helps (nw) |  AJR | 2018-07-14 | 1 | -2/+2 |
| * | v550: Add keyboard dump [Al Kossow] |  AJR | 2018-07-08 | 1 | -29/+68 |
| * | maps: Finish devices/video (nw) |  Olivier Galibert | 2018-04-20 | 1 | -3/+4 |
| * | scn2674: in row table mode double size in cached in screen start 1 (nw) |  cracyc | 2018-04-03 | 1 | -1/+1 |
| * | scn2674: Add preliminary support for SCN2672 variant |  AJR | 2018-03-21 | 1 | -4/+140 |
| * | scn2674: Massive register/command processing/logging cleanup (nw) |  AJR | 2018-03-21 | 1 | -531/+618 |
| * | scn2674: Use same character width for text and graphics modes (nw) |  AJR | 2018-03-08 | 1 | -3/+3 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -2/+2 |
| * | scn2674: Avert screen_device::update_partial assert failure during debugging ... |  AJR | 2018-01-16 | 1 | -1/+4 |
| * | scn2674: Split up logging (nw) |  AJR | 2018-01-06 | 1 | -90/+94 |
| * | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 1 | -8/+8 |
| * | Remove a bunch of space.device().safe_pc() from devices (nw) |  Olivier Galibert | 2017-12-30 | 1 | -8/+8 |
| * | scn2674: More standard device configuration (nw) |  AJR | 2017-11-25 | 1 | -9/+9 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+8 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -105/+120 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+4 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -0/+1 |
| * | scn2674: add command 0xA6, fixes Octopus status line in Concurrent DOS, and B... |  mahlemiut | 2016-11-08 | 1 | -0/+6 |
| * | scn2674: correct the row on which a split occurs. Fixes Octopus display of t... |  mahlemiut | 2016-11-02 | 1 | -2/+2 |
| * | Erase bitmap_rgb32::erase (nw) |  AJR | 2016-10-22 | 1 | -1/+1 |
| * | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 1 | -1/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -9/+9 |
| * | scn2674: make octopus look better (nw) |  cracyc | 2016-09-19 | 1 | -0/+10 |
| * | octopus: added some more components, pass a few more tests. |  mahlemiut | 2016-09-09 | 1 | -1/+1 |
| * | octopus: correct CPU speeds, add Z80, add basic video output |  mahlemiut | 2016-09-08 | 1 | -1/+2 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0168 |  Miodrag Milanovic | 2015-11-25 | 1 | -8/+8 |
| * | Fixed uninitialized class members |  Miodrag Milanovic | 2015-11-19 | 1 | -1/+9 |
| * | nw, more PVS-Studio fixes |  therealmogminer@gmail.com | 2015-11-09 | 1 | -55/+54 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+766 |