| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: |  Vas Crabb | 2024-11-25 | 2 | -6/+6 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 11 | -57/+57 |
* | Cleanup, and adding escaped characters to comments. |  Vas Crabb | 2023-12-26 | 1 | -4/+4 |
* | devices/bus: remove use of utf8.h |  hap | 2023-12-23 | 3 | -22/+16 |
* | devices/bus: remove \xC2 and \xC3 from input defs |  hap | 2023-12-23 | 1 | -20/+20 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -3/+0 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 18 | -52/+52 |
* | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 4 | -8/+4 |
* | Move UTF8_xxx string literal macros to new header in lib/util |  AJR | 2022-09-25 | 3 | -0/+6 |
* | pc_kbd: Add emulation of Cherry G80-1500 keyboard, minus smartcard reader |  AJR | 2022-06-23 | 4 | -0/+380 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -2/+2 |
* | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 1 | -2/+2 |
* | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 1 | -2/+2 |
* | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 2 | -4/+4 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -2/+2 |
* | pc_kbdc: Merge "PC KBDC" device with slot connector |  AJR | 2020-12-22 | 2 | -57/+9 |
* | pc_kbd/hle_mouse: correct typo |  Patrick Mackinlay | 2020-11-23 | 1 | -1/+1 |
* | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 4 | -8/+8 |
* | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 14 | -63/+63 |
* | snes_ppu.cpp: reduce the number of save registrations by over a thousand (nw) |  Vas Crabb | 2019-12-11 | 1 | -3/+3 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -9/+7 |
* | geneve: Add PC KBD connector; allow for using XT keyboards in place of the cu... |  Michael Zapf | 2019-09-17 | 2 | -9/+14 |
* | pcat101: logging (nw) |  Patrick Mackinlay | 2019-08-01 | 1 | -0/+23 |
* | pcat101: working |  Patrick Mackinlay | 2019-06-04 | 2 | -7/+0 |
* | hle_mouse: minor fixes (nw) |  Patrick Mackinlay | 2019-05-31 | 1 | -2/+3 |
* | hle_mouse: high-level emulation of PS/2 mouse |  Patrick Mackinlay | 2019-05-31 | 4 | -0/+646 |
* | pcat101: housekeeping (nw) |  Patrick Mackinlay | 2019-05-16 | 2 | -14/+9 |
* | pcat101: connect matrix and ports |  Patrick Mackinlay | 2019-03-26 | 2 | -147/+203 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 4 | -67/+46 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 4 | -46/+67 |
* | pc_kbc: fix keyboard with pc/xt (nw) |  cracyc | 2019-03-14 | 1 | -13/+11 |
* | use logmacro.h instead of ad-hoc DBG_LOG macro (nw) |  Sergey Svishchev | 2019-02-12 | 2 | -37/+35 |
* | volt_reg: removed MCFG macro (nw) |  Ivan Vangelista | 2019-02-12 | 1 | -17/+0 |
* | Fixed regressions reported by Tafoid, nw |  mooglyguy | 2018-12-16 | 1 | -0/+9 |
* | mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw |  mooglyguy | 2018-12-09 | 4 | -24/+26 |
* | mcs48: Removed MCFG, nw |  mooglyguy | 2018-12-08 | 10 | -47/+52 |
* | vt100, ec1841, mc1502, poisk1, km035 and ms7004 keyboards: make Lua-friendly ... |  Sergey Svishchev | 2018-10-20 | 1 | -23/+43 |
* | pcat101: fix validation error (nw) |  Patrick Mackinlay | 2018-10-12 | 1 | -1/+1 |
* | ioports and output finders need initializing with an unsigned value, not an i... |  mooglyguy | 2018-10-11 | 1 | -5/+5 |
* | pcat101: skeleton for IBM Model M PC/AT and PS/2 keyboard |  Patrick Mackinlay | 2018-10-11 | 4 | -0/+303 |
* | Emulate PS/2 keyboard/mouse controller - same MCU as AT, but wired |  Vas Crabb | 2018-09-29 | 2 | -55/+52 |
* | pc_kbdc: devcb3 (nw) |  Patrick Mackinlay | 2018-09-20 | 1 | -0/+2 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 2 | -2/+2 |
* | keytronic_pc3270: Correct INT0 line polarity (fixes keyboard error on tosh1000) |  AJR | 2018-06-03 | 1 | -5/+2 |
* | use plural names for output finders when there are multiple outputs (#3595) |  wilbertpol | 2018-05-27 | 2 | -6/+6 |
* | Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) |  wilbertpol | 2018-05-20 | 2 | -4/+8 |
* | pc_kbd/keytro: add shifted PORT_CHARs for use by Lua (nw) |  Sergey Svishchev | 2018-05-08 | 1 | -49/+49 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 7 | -48/+48 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -15/+17 |