| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: |  Vas Crabb | 2024-11-25 | 3 | -9/+9 |
* | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 1 | -5/+5 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 4 | -11/+11 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+0 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 2 | -2/+2 |
* | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 1 | -1/+1 |
* | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 1 | -1/+1 |
* | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 2 | -3/+3 |
* | minor code changes, formatting, comments (#9209) |  shattered | 2022-02-01 | 1 | -3/+3 |
* | Cleaned up incorrectly formatted license/copyright header comments. (#8885) |  Angelo Salese | 2021-11-28 | 1 | -1/+1 |
* | Minor changes to various drivers (#8880) |  shattered | 2021-11-25 | 1 | -1/+1 |
* | -Reworked device type definition macros a little and added more Doxygen. |  Vas Crabb | 2021-09-07 | 2 | -3/+3 |
* | miuchiz.cpp: Added more notes, added CPU crystal, more emulation progress, OT... |  Lord-Nightmare | 2020-12-24 | 1 | -1/+1 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 6 | -16/+8 |
* | Uninitialized variable fixes (#7406) |  Sven Schnelle | 2020-10-27 | 3 | -5/+21 |
* | devices/bus/hp_hil/hlemouse, devices/machine/arm_iomd, mame/machine/mct_adr: ... |  Ivan Vangelista | 2020-07-04 | 1 | -0/+2 |
* | hp_ipc_kbd: implement autorepeat (nw) |  Sergey Svishchev | 2020-06-03 | 4 | -0/+73 |
* | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 2 | -4/+4 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -10/+9 |
* | hp_ipc: switch to US keyboard layout, fix softlist checksums (nw) |  Sergey Svishchev | 2019-08-24 | 1 | -12/+12 |
* | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -5/+5 |
* | hp9k_3xx: misc fixes (nw) |  Sven Schnelle | 2018-11-23 | 1 | -6/+6 |
* | hp_hil: Removing MCFG macros doesn't just mean blindly expanding them (nw) |  Vas Crabb | 2018-10-30 | 2 | -18/+19 |
* | inconsistency, deprecation, duplication... (nw) |  Vas Crabb | 2018-10-30 | 5 | -54/+13 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2018-10-28 | 2 | -3/+3 |
* | hp_hil: various fixes/improvements (#4124) |  dxl | 2018-10-11 | 4 | -34/+26 |
* | hp_hil: add HP 46060B mouse |  Sven Schnelle | 2018-10-11 | 7 | -194/+514 |
* | emu.h fix (nw) |  smf- | 2018-07-22 | 1 | -0/+1 |
* | (nw) srcclean and some cleanup: |  Vas Crabb | 2018-07-22 | 1 | -2/+0 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+4 |
* | Make "Keypad ," and "Keypad =" standard keys |  AJR | 2018-05-11 | 1 | -1/+1 |
* | Add hp 46021a keyboard (#3534) |  Sven Schnelle | 2018-05-08 | 3 | -5/+236 |
* | Hp ipc kbd fixes (#3533) |  Sven Schnelle | 2018-05-08 | 1 | -8/+6 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -4/+5 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -22/+8 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
* | (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... |  Vas Crabb | 2017-09-24 | 1 | -1/+1 |
* | HP9000/300: Add HIL keyboard support |  Sven Schnelle | 2017-09-03 | 1 | -0/+1 |
* | HP HIL: passthrough commands between devices |  Sven Schnelle | 2017-09-03 | 4 | -42/+62 |
* | Trade MACHINE_IMPERFECT_KEYBOARD, MACHINE_NODEVICE_CAMERA and MACHINE_NODEVIC... |  Vas Crabb | 2017-07-27 | 1 | -0/+2 |
* | Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: |  Vas Crabb | 2017-07-11 | 2 | -14/+0 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 5 | -31/+37 |
* | srcclean (nw) |  Vas Crabb | 2017-03-26 | 4 | -58/+58 |
* | hp_ipc: de-skeletonize. |  Sergey Svishchev | 2017-03-16 | 6 | -0/+990 |