| Commit message (Expand) | Author | Age | Files | Lines |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 2 | -8/+6 |
| * | src/devices/bus/centronics/epson_fx80.cpp: C++ has rules about how to refer t... |  Vas Crabb | 2025-03-07 | 1 | -2/+2 |
| * | bus/centronics/epson_fx80.cpp: Added skeleton devices Epson FX-80 and JX-80 p... |  goldnchild | 2025-03-07 | 3 | -0/+343 |
| * | srcclean and cleanup. |  Vas Crabb | 2025-02-23 | 1 | -1/+1 |
| * | bus/centronics: Added a skeleton Epson RX-80 printer device to allow the CPU ... |  goldnchild | 2025-02-23 | 3 | -0/+192 |
| * | bus/centronics: hookup The Adaptator DE-9 multitap device (#13341) |  Angelo Salese | 2025-02-09 | 3 | -0/+137 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 2 | -3/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 15 | -52/+52 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -19/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 19 | -202/+202 |
| * | Add dump and skeleton device for Schneider NLQ 401 Printer [unknown] |  AJR | 2023-02-25 | 3 | -0/+374 |
| * | nec/pc8801.cpp: promote machines to working status (#10685) |  Angelo Salese | 2022-12-19 | 1 | -0/+4 |
| * | Added skeleton driver for Nikko Entertainment/Grey Innovation digiBLAST (#10295) |  David Haywood | 2022-09-14 | 1 | -1/+1 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 4 | -69/+72 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -3/+3 |
| * | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 2 | -3/+3 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 4 | -4/+4 |
| * | bitmap_printer: initial cleanup, the calm before the refactor. [R. Belmont] |  arbee | 2022-01-21 | 1 | -8/+6 |
| * | Adding bitmap_printer_device and convert epson_lx810 to use it. (#8863) |  goldnchild | 2022-01-07 | 2 | -96/+73 |
| * | bus/centronics: Added Vertical Twist Joystick Interface (for Archimedes) |  Nigel Barnes | 2021-11-14 | 2 | -0/+144 |
| * | -Enabled complex combinations for analog axes: |  Vas Crabb | 2021-11-06 | 2 | -105/+95 |
| * | bus/centronics/epson_lx810l.cpp: Fixed carriage position readback after soft ... |  goldnchild | 2021-10-12 | 1 | -2/+2 |
| * | ap2000: hook up reset to Centronics init signal (#8363) |  goldnchild | 2021-08-09 | 2 | -0/+21 |
| * | qx10: Add centronics printer port (#8034) |  Brian Johnson | 2021-06-25 | 6 | -0/+22 |
| * | smartboard: changes to make tasc smartboard test program work |  hap | 2021-04-20 | 1 | -1/+0 |
| * | smartboard: add internal artwork for the pc version |  hap | 2021-04-19 | 2 | -6/+9 |
| * | smartboard: add support to connect it to pc printer port |  hap | 2021-04-19 | 6 | -11/+86 |
| * | volt_reg: Remove uses that are not needed anymore with the recent (#7367) |  Aaron Giles | 2020-10-20 | 4 | -23/+0 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -2/+2 |
| * | clean up #include stuff, make trampoline constructors protected, restore blan... |  Vas Crabb | 2020-08-16 | 1 | -0/+1 |
| * | bus/centronics/epson_lx801l.cpp: cleaned up indentation, got rid of some prep... |  Vas Crabb | 2020-08-16 | 2 | -20/+20 |
| * | Ap2000 fixes to get it to start up properly; Also adding green ready led ind... |  goldnchild | 2020-08-15 | 1 | -4/+10 |
| * | Some Ap2000 fixes and UPD7810 analog fixes (#7075) |  goldnchild | 2020-08-14 | 1 | -4/+4 |
| * | srcclean for 0.223 |  Vas Crabb | 2020-07-26 | 1 | -1/+1 |
| * | centronics: Add SAMDAC device |  Dirk Best | 2020-07-20 | 3 | -0/+158 |
| * | srcclean and cleanup (nw) |  Vas Crabb | 2020-06-21 | 1 | -1/+1 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 6 | -28/+28 |
| * | another bunch of READ* / WRITE* macros removal (nw) |  Ivan Vangelista | 2020-05-20 | 6 | -56/+56 |
| * | With permission from Dirk Best, apply 3-clause BSD license to common devices ... |  Vas Crabb | 2020-04-13 | 4 | -4/+4 |
| * | Revert "bus/centronics: Added a R-2R ladder DAC device." |  Nigel Barnes | 2020-01-07 | 3 | -105/+0 |
| * | bus/centronics: Added a R-2R ladder DAC device. |  Nigel Barnes | 2020-01-07 | 3 | -0/+105 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -6/+5 |
| * | src/devices: Replace output().set_value with output finders (nw) |  AJR | 2019-10-30 | 4 | -14/+12 |
| * | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -1/+1 |
| * | ssystem3: rewriting driver from scratch (nw) |  hap | 2019-08-21 | 1 | -1/+1 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 2 | -2/+2 |
| * | m6805: Eliminate the generic m6805_device type (nw) |  AJR | 2019-07-12 | 2 | -29/+3 |
| * | polgar: add note (nw) |  hap | 2019-06-02 | 2 | -2/+0 |
| * | added shared chessmachine device for Mephisto risc, chessmachine EC, chessmac... |  hap | 2019-06-01 | 3 | -0/+83 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 7 | -112/+40 |