index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
bus
/
centronics
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcclean and manual cleanup
Vas Crabb
4 days
1
-7
/
+7
*
bus/centronics/pc6022.cpp: notes about print mechanism (#15225)
Devin Acker
2026-04-18
2
-17
/
+34
*
bus/centronics: Add NEC PC-6022 plotter [Devin Acker] (#15162)
Devin Acker
2026-03-28
3
-0
/
+209
*
bus/centronics/neomania_adapter.cpp: hookup inputs
angelosa
2026-03-24
1
-5
/
+31
*
Cleaned up boilerplate for more slot devices.
Vas Crabb
2026-03-23
1
-5
/
+2
*
Ran srcclean across the source.
Vas Crabb
2026-03-22
1
-5
/
+5
*
bus/centronics: initial Neo Mania Adapter JAMMA board
angelosa
2026-03-20
3
-0
/
+200
*
srcclean and tidy
Vas Crabb
2025-10-26
2
-15
/
+15
*
misc/savquest.cpp: stub HASP dongle in a device
angelosa
2025-10-22
3
-5
/
+138
*
Add dump and skeleton device emulation of Sharp MZ-1P16 Plotter Printer [AJR,...
AJR
2025-07-31
3
-0
/
+288
*
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
[next]