summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure. Olivier Galibert2025-04-272-8/+6
* src/devices/bus/centronics/epson_fx80.cpp: C++ has rules about how to refer t... Vas Crabb2025-03-071-2/+2
* bus/centronics/epson_fx80.cpp: Added skeleton devices Epson FX-80 and JX-80 p... goldnchild2025-03-073-0/+343
* srcclean and cleanup. Vas Crabb2025-02-231-1/+1
* bus/centronics: Added a skeleton Epson RX-80 printer device to allow the CPU ... goldnchild2025-02-233-0/+192
* bus/centronics: hookup The Adaptator DE-9 multitap device (#13341) Angelo Salese2025-02-093-0/+137
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-182-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2715-52/+52
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-19/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0119-202/+202
* Add dump and skeleton device for Schneider NLQ 401 Printer [unknown] AJR2023-02-253-0/+374
* nec/pc8801.cpp: promote machines to working status (#10685) Angelo Salese2022-12-191-0/+4
* Added skeleton driver for Nikko Entertainment/Grey Innovation digiBLAST (#10295) David Haywood2022-09-141-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-044-69/+72
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-3/+3
* init vars for coverity (bus/a-l) Robbbert2022-04-022-3/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-264-4/+4
* bitmap_printer: initial cleanup, the calm before the refactor. [R. Belmont] arbee2022-01-211-8/+6
* Adding bitmap_printer_device and convert epson_lx810 to use it. (#8863) goldnchild2022-01-072-96/+73
* bus/centronics: Added Vertical Twist Joystick Interface (for Archimedes) Nigel Barnes2021-11-142-0/+144
* -Enabled complex combinations for analog axes: Vas Crabb2021-11-062-105/+95
* bus/centronics/epson_lx810l.cpp: Fixed carriage position readback after soft ... goldnchild2021-10-121-2/+2
* ap2000: hook up reset to Centronics init signal (#8363) goldnchild2021-08-092-0/+21
* qx10: Add centronics printer port (#8034) Brian Johnson2021-06-256-0/+22
* smartboard: changes to make tasc smartboard test program work hap2021-04-201-1/+0
* smartboard: add internal artwork for the pc version hap2021-04-192-6/+9
* smartboard: add support to connect it to pc printer port hap2021-04-196-11/+86
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-204-23/+0
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* clean up #include stuff, make trampoline constructors protected, restore blan... Vas Crabb2020-08-161-0/+1
* bus/centronics/epson_lx801l.cpp: cleaned up indentation, got rid of some prep... Vas Crabb2020-08-162-20/+20
* Ap2000 fixes to get it to start up properly; Also adding green ready led ind... goldnchild2020-08-151-4/+10
* Some Ap2000 fixes and UPD7810 analog fixes (#7075) goldnchild2020-08-141-4/+4
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* centronics: Add SAMDAC device Dirk Best2020-07-203-0/+158
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-186-28/+28
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-206-56/+56
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-134-4/+4
* Revert "bus/centronics: Added a R-2R ladder DAC device." Nigel Barnes2020-01-073-105/+0
* bus/centronics: Added a R-2R ladder DAC device. Nigel Barnes2020-01-073-0/+105
* Spring cleaning: Vas Crabb2019-11-012-6/+5
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-304-14/+12
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* ssystem3: rewriting driver from scratch (nw) hap2019-08-211-1/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-152-2/+2
* m6805: Eliminate the generic m6805_device type (nw) AJR2019-07-122-29/+3
* polgar: add note (nw) hap2019-06-022-2/+0
* added shared chessmachine device for Mephisto risc, chessmachine EC, chessmac... hap2019-06-013-0/+83
* (nw) Clean up the mess on master Vas Crabb2019-03-267-112/+40