| Commit message (Expand) | Author | Age | Files | Lines |
| * | various VT3xx (mostly VT369) work + some other VT refactoring, many sets now ... |  mamehaze | 2025-05-23 | 1 | -24/+24 |
| * | video/ppu2c0x*.cpp: Implemented device_palette_interface and cleaned up code:... |  cam900 | 2025-04-09 | 1 | -149/+123 |
| * | ds8874: move to video folder (led driver chip), |  hap | 2024-04-11 | 1 | -1/+1 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -3/+0 |
| * | -Lua engine: run everything in coroutines. (#11019) |  Vas Crabb | 2023-03-25 | 1 | -12/+5 |
| * | video/ppu2c0x.cpp: Improved behavior of OAM writes during PPU rendering. (#10... |  0kmg | 2022-12-14 | 1 | -8/+8 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -74/+68 |
| * | ppu2c0x.cpp: A few background palette fixes. (#9245) |  0kmg | 2022-02-16 | 1 | -105/+56 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -2/+2 |
| * | vsnes.cpp: working sound + "improved" graphics in Vs. SMB bootleg sets (#7360) |  Devin Acker | 2020-10-22 | 1 | -10/+153 |
| * | Plug and Play work (new sets) (#7321) |  David Haywood | 2020-10-06 | 1 | -12/+3 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -5/+5 |
| * | Disable SOUND_DEBUG for non-debug builds, and srcclean |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
| * | machines promoted to WORKING (Plug and Play) (#7282) |  David Haywood | 2020-09-23 | 1 | -173/+120 |
| * | srcclean (nw) |  Vas Crabb | 2020-03-22 | 1 | -9/+9 |
| * | Plug and Play work (#6451) |  David Haywood | 2020-03-17 | 1 | -41/+69 |
| * | Plug & Play / sh6578 work (#6447) |  David Haywood | 2020-03-15 | 1 | -370/+417 |
| * | src/devices: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-11 | 1 | -4/+4 |
| * | Plug & Play work (#6426) |  David Haywood | 2020-03-11 | 1 | -59/+66 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -4/+8 |
| * | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -1/+1 |
| * | nes, sms: Fix light gun regression |  Enik Land | 2019-07-02 | 1 | -21/+32 |
| * | nes: Improve MMC5 extended attributes |  AJR | 2019-04-12 | 1 | -4/+3 |
| * | nes: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... |  enikland2 | 2019-03-30 | 1 | -17/+0 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -5/+8 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -8/+5 |
| * | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -3/+6 |
| * | nes ppu: don't use float on cycles_to_attotime (nw) |  hap | 2019-01-06 | 1 | -2/+2 |
| * | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... |  AJR | 2018-06-24 | 1 | -3/+3 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -1/+1 |
| * | ppu2c0x: Change NMI to line callback (nw) |  AJR | 2018-05-06 | 1 | -6/+4 |
| * | ppu2c0x family: Make palette internal to device |  AJR | 2018-05-06 | 1 | -103/+85 |
| * | 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 | -6/+0 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -2/+2 |
| * | Several nes_vt Fixes and Improvements (#3178) |  David Shah | 2018-02-07 | 1 | -0/+3 |
| * | Multiple nes_vt Improvements (#3099) |  David Shah | 2018-01-21 | 1 | -0/+5 |
| * | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 1 | -4/+4 |
| * | 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 | -3/+5 |
| * | srcclean (nw) |  Vas Crabb | 2017-05-28 | 1 | -9/+9 |
| * | make cybar120 look more reasonable |  David Haywood | 2017-05-24 | 1 | -0/+6 |
| * | basic VT03 support |  David Haywood | 2017-05-23 | 1 | -95/+127 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -35/+35 |
| * | nes: Add Subor Type 2 board. (nw) |  kazblox | 2017-03-21 | 1 | -3/+13 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -8/+10 |
| * | Remove some dependency between src/devices/ and src/mame (nw) |  Miodrag Milanovic | 2017-02-05 | 1 | -0/+1323 |