| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 2 | -9/+3 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 3 | -31/+31 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 6 | -14/+14 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -3/+0 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -8/+5 |
| * | -Improved some Lua APIs: |  Vas Crabb | 2023-04-07 | 1 | -10/+4 |
| * | neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. |  Vas Crabb | 2023-04-05 | 1 | -4/+4 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -6/+6 |
| * | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 2 | -6/+4 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 3 | -12/+6 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 1 | -1/+1 |
| * | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 1 | -1/+1 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -11/+3 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -1/+1 |
| * | srcclean for release |  Vas Crabb | 2021-05-23 | 1 | -1/+1 |
| * | -bus/vsmile: Added Smart Keyboard in US, French, and German layouts. [Ryan Ho... |  MooglyGuy | 2021-05-16 | 6 | -2/+721 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -7/+7 |
| * | Make "slot" feature in software lists and a few related features case-sensitive |  AJR | 2021-01-05 | 1 | -2/+1 |
| * | srcclean in preparation for 0.226 release branch |  Vas Crabb | 2020-10-25 | 1 | -11/+11 |
| * | Software list items promoted to working |  Ryan Holtz | 2020-10-10 | 5 | -32/+307 |
| * | bus/vsmile/rom.cpp: fixed reported crash |  Ivan Vangelista | 2020-10-04 | 2 | -2/+2 |
| * | -vsmile_ctrl: Disable verbose logging (nw) |  Ryan Holtz | 2020-07-12 | 1 | -1/+1 |
| * | -vsmile: Fixed inputs. [Ryan Holtz] |  Ryan Holtz | 2020-07-12 | 1 | -2/+2 |
| * | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -1/+1 |
| * | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 4 | -41/+41 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -12/+14 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -47/+15 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -2/+2 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 8 | -0/+1348 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 8 | -1348/+0 |
| * | srcclean (nw) |  Vas Crabb | 2019-02-24 | 1 | -1/+1 |
| * | New machines marked as NOT_WORKING |  mooglyguy | 2019-02-03 | 4 | -17/+39 |
| * | srcclean and cleanup (nw) |  Vas Crabb | 2019-01-27 | 1 | -2/+2 |
| * | vsmile_ctrl: add machine context to logging (nw) |  Vas Crabb | 2019-01-22 | 2 | -9/+20 |
| * | vsmile: remove need for reset hack joystick, enable second controller port (n... |  Vas Crabb | 2019-01-22 | 3 | -16/+6 |
| * | vsmile_ctrl: hack to survive F3 reset (nw) |  Vas Crabb | 2019-01-22 | 3 | -1/+16 |
| * | vsmile_ctrl: fix controller not working if buttons are pushed too early |  Vas Crabb | 2019-01-21 | 4 | -55/+272 |
| * | vsmile_ctrl: honour controller select |  Vas Crabb | 2019-01-21 | 4 | -128/+207 |
| * | -vsmile_slot: Removed must_be_loaded flag, as both vsmile and vsmileb will fu... |  mooglyguy | 2019-01-20 | 1 | -1/+1 |
| * | -vsmile_ctrl: Fixed pad slot device. Disabled second controller for now until... |  MooglyGuy | 2019-01-20 | 1 | -8/+14 |
| * | -vsmile: Converted to use slot devices for controllers. Breaks controller inp... |  MooglyGuy | 2019-01-20 | 5 | -87/+283 |
| * | -vsmile: Turn the 'test point' GPIO port C bit off. Fixes choppy sprites. Pro... |  mooglyguy | 2019-01-20 | 1 | -3/+0 |
| * | -spg2xx: Added additional timer logging, nw. |  MooglyGuy | 2019-01-19 | 8 | -0/+815 |
| * | -vsmile: Removed all of my work and returned to a skeleton driver, since it's... |  MooglyGuy | 2019-01-19 | 8 | -815/+0 |
| * | vsmile: add skeleton controller bus |  Vas Crabb | 2019-01-20 | 4 | -0/+307 |
| * | -vsmile_slot: Added NVRAM support which should work, but doesn't. nw |  MooglyGuy | 2019-01-18 | 4 | -29/+44 |
| * | -vsmile: Added proper slot device emulation for the cartridge slot. Gets vsmi... |  mooglyguy | 2019-01-17 | 4 | -0/+493 |