index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
/
rs232
Commit message (
Expand
)
Author
Age
Files
Lines
*
RS-232 note (nw)
AJR
2018-01-21
1
-0
/
+3
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
4
-4
/
+4
*
rs232: Add DCE RxC/TxC callbacks (untested) and table of standard signals (nw)
AJR
2017-11-30
2
-0
/
+58
*
Remove 9615 baud setting (nw)
AJR
2017-10-30
1
-7
/
+1
*
rs232: Add 9615 baud rate actually used by a number of systems
AJR
2017-09-23
1
-1
/
+7
*
Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces:
Vas Crabb
2017-07-11
11
-79
/
+37
*
finally got rid of machine_mconfig_additions (nw)
Ivan Vangelista
2017-06-14
8
-36
/
+14
*
general cleanup:
Vas Crabb
2017-05-23
1
-0
/
+1
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
4
-4
/
+4
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
22
-202
/
+201
*
added missing line (nw)
smf-
2017-03-17
1
-0
/
+1
*
ie15: convert to a device with frontends (standalone driver and rs232 slot de...
Sergey Svishchev
2017-03-13
3
-0
/
+134
*
Self-registering devices prep:
Vas Crabb
2017-02-27
10
-11
/
+11
*
Revert "ie15: convert to a device with frontends (standalone driver and rs232...
Vas Crabb
2017-02-27
3
-134
/
+0
*
ie15: convert to a device with frontends (standalone driver and rs232 slot de...
Sergey Svishchev
2017-02-27
3
-0
/
+134
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
11
-1
/
+10
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
20
-54
/
+54
*
make buffered serial a mixin to promote reuse [Vas Crabb]
Vas Crabb
2016-07-30
6
-244
/
+54
*
Keyboard/terminal improvements: [Vas Crabb]
Vas Crabb
2016-07-27
6
-90
/
+277
*
null_modem: make flow control optional (nw)
cracyc
2016-07-25
2
-1
/
+7
*
Add an emulated Sun keyboard to RS232 adaptor [Vas Crabb]
Vas Crabb
2016-07-22
3
-1
/
+91
*
Make Sun keyboard port its own bus [Vas Crabb]
Vas Crabb
2016-07-21
2
-686
/
+0
*
SPARC keyboard: remove transmit delay hack, emulate keyclick [Vas Crabb]
Vas Crabb
2016-07-21
2
-28
/
+42
*
Removed workaround for the problem with undetected baudrate change from 1200 ...
Joakim Larsson Edstrom
2016-07-19
1
-1
/
+1
*
i8251: RTS and DTR outputs now use negative logic (0 = active)
fulivi
2016-07-18
2
-5
/
+5
*
DIP switch fix (nw)
Vas Crabb
2016-07-18
1
-33
/
+37
*
HLE serial keybord compatible with Sun Type 4/5/6 connected to sun4/sun4c [Va...
Vas Crabb
2016-07-18
3
-1
/
+669
*
null_modem: rtscts flow control + relevant fix to i8251
Sergey Svishchev
2016-07-13
2
-2
/
+7
*
reverting:
Miodrag Milanovic
2016-01-20
18
-26
/
+26
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
6
-6
/
+6
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
6
-6
/
+6
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
18
-26
/
+26
*
cleanups (nw)
Miodrag Milanovic
2015-12-25
2
-4
/
+0
*
override for for macros that could not be auto recognized by tools (nw)
Miodrag Milanovic
2015-12-06
1
-3
/
+3
*
override part 1 (nw)
Miodrag Milanovic
2015-12-05
9
-70
/
+70
*
clang-modernize part 2
Miodrag Milanovic
2015-12-04
3
-4
/
+4
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
7
-22
/
+22
*
fix uninitialized class members for bus devices (nw)
Miodrag Milanovic
2015-11-14
7
-9
/
+32
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
9
-0
/
+0
*
Cleanup and version bump
mame0167
Miodrag Milanovic
2015-10-28
3
-106
/
+106
*
pty: fixed for mame0166 release
fulivi
2015-10-13
2
-0
/
+190
*
pty: first step of pseudo terminal implementation
fulivi
2015-10-13
1
-0
/
+2
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
16
-0
/
+1611