summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-11-253-9/+9
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-5/+5
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-274-11/+11
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-2/+2
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-1/+1
* init vars for coverity (bus/a-l) Robbbert2022-04-021-1/+1
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-062-3/+3
* minor code changes, formatting, comments (#9209) shattered2022-02-011-3/+3
* Cleaned up incorrectly formatted license/copyright header comments. (#8885) Angelo Salese2021-11-281-1/+1
* Minor changes to various drivers (#8880) shattered2021-11-251-1/+1
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-072-3/+3
* miuchiz.cpp: Added more notes, added CPU crystal, more emulation progress, OT... Lord-Nightmare2020-12-241-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-156-16/+8
* Uninitialized variable fixes (#7406) Sven Schnelle2020-10-273-5/+21
* devices/bus/hp_hil/hlemouse, devices/machine/arm_iomd, mame/machine/mct_adr: ... Ivan Vangelista2020-07-041-0/+2
* hp_ipc_kbd: implement autorepeat (nw) Sergey Svishchev2020-06-034-0/+73
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-202-4/+4
* Spring cleaning: Vas Crabb2019-11-012-10/+9
* hp_ipc: switch to US keyboard layout, fix softlist checksums (nw) Sergey Svishchev2019-08-241-12/+12
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-5/+5
* hp9k_3xx: misc fixes (nw) Sven Schnelle2018-11-231-6/+6
* hp_hil: Removing MCFG macros doesn't just mean blindly expanding them (nw) Vas Crabb2018-10-302-18/+19
* inconsistency, deprecation, duplication... (nw) Vas Crabb2018-10-305-54/+13
* srcclean and cleanup (nw) Vas Crabb2018-10-282-3/+3
* hp_hil: various fixes/improvements (#4124) dxl2018-10-114-34/+26
* hp_hil: add HP 46060B mouse Sven Schnelle2018-10-117-194/+514
* emu.h fix (nw) smf-2018-07-221-0/+1
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-2/+0
* devcb3 Vas Crabb2018-07-071-2/+4
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-1/+1
* Add hp 46021a keyboard (#3534) Sven Schnelle2018-05-083-5/+236
* Hp ipc kbd fixes (#3533) Sven Schnelle2018-05-081-8/+6
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-4/+5
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-22/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-1/+1
* HP9000/300: Add HIL keyboard support Sven Schnelle2017-09-031-0/+1
* HP HIL: passthrough commands between devices Sven Schnelle2017-09-034-42/+62
* Trade MACHINE_IMPERFECT_KEYBOARD, MACHINE_NODEVICE_CAMERA and MACHINE_NODEVIC... Vas Crabb2017-07-271-0/+2
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-112-14/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-145-31/+37
* srcclean (nw) Vas Crabb2017-03-264-58/+58
* hp_ipc: de-skeletonize. Sergey Svishchev2017-03-166-0/+990