| Commit message (Expand) | Author | Age | Files | Lines |
| * | video/v9938.cpp: QA notes |  angelosa | 2023-11-27 | 1 | -2/+4 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -1/+0 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -9/+9 |
| * | video/v9938.cpp: Implemented V9958 registers 26 and 27 for graphic23 and grap... |  wilbertpol | 2022-12-03 | 1 | -59/+103 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -3/+3 |
| * | v9938: Fix out-of-bounds errors from invalid command writes in certain modes |  AJR | 2022-04-02 | 1 | -4/+2 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -3/+3 |
| * | big10.cpp, kas89.cpp, kurukuru.cpp, tonton.cpp: enabled save state support. |  Ivan Vangelista | 2020-07-02 | 1 | -5/+44 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
| * | ti99: Changed busmouse to a push behaviour; the real V9938 does not regularly... |  Michael Zapf | 2019-08-14 | 1 | -6/+21 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -2/+2 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+2 |
| * | tms9928a, v9938: Remove space and mem_mask from read/write handlers (nw) |  AJR | 2019-03-09 | 1 | -2/+2 |
| * | (nw) fix stuff: |  Vas Crabb | 2018-11-29 | 1 | -4/+4 |
| * | v9938/v9958: Eliminate MCFG macros (nw) |  AJR | 2018-09-08 | 1 | -0/+20 |
| * | maps: Finish devices/video (nw) |  Olivier Galibert | 2018-04-20 | 1 | -4/+5 |
| * | de-staticify initializations for src/devices/video (#3270) |  wilbertpol | 2018-02-25 | 1 | -5/+0 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -2/+2 |
| * | Improved logging options with logmacro. |  Michael Zapf | 2018-02-05 | 1 | -15/+29 |
| * | geneve: v9938 should abort a command when the mode is switched before complet... |  Michael Zapf | 2018-01-08 | 1 | -0/+19 |
| * | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 1 | -4/+4 |
| * | v9938: Bury this inaccurate kludge for good (nw) |  AJR | 2017-11-06 | 1 | -19/+0 |
| * | v9938, v9958: Convert to use RGB32 bitmaps |  AJR | 2017-11-05 | 1 | -146/+104 |
| * | sothello.cpp: very minor cleanups + preparation for save state support (nw) |  Ivan Vangelista | 2017-10-28 | 1 | -0/+1 |
| * | One-liner conditional comment nit-picky (nw) |  angelosa | 2017-07-16 | 1 | -2/+2 |
| * | 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 | -0/+7 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -25/+23 |
| * | v9938: A little cleanup (nw) |  AJR | 2017-04-06 | 1 | -81/+81 |
| * | New device interface for palettes |  AJR | 2017-04-06 | 1 | -42/+12 |
| * | Device validation fixes: all the rest (nw) |  AJR | 2017-03-03 | 1 | -1/+1 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -89/+89 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | Revert "some additional (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | some additional (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
| * | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -22/+22 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+3082 |