diff options
author | 2017-03-01 16:25:12 +1100 | |
---|---|---|
committer | 2017-03-01 16:36:42 +1100 | |
commit | 73e2a3f542e868149f3b0be6c1bf395283711f33 (patch) | |
tree | f9b167d4550c6ba8d2840b0ee53ca6bdf43e1a1c /docs/release/src/osd/winui/treeview.cpp | |
parent | b28ede22ef274037c5ecba26d4e5d66198555b2a (diff) |
ti85.cpp: Convert TI-8x link port to a bus with emulated peripherals, should work with TI-82 and TI-85.
* tee allows two peripherals to be connected in parallel
* glinkhle is an RS232 (9600 8N1) adaptor
* bitsock sends raw assert/release line signals to/from a bitbanger device
* monospkr is a speaker connected between tip/ring in parallel and sleeve
* stereospkr is two speakers: left across tip and sleeve, right across ring and sleeve
Use glinkhle to make emulated calculators talk with cooked sockets, e.g.
mame ti82 -linkport glinkhle -linkport:glinkhle:rs232 null_modem -bitb socket.127.0.0.1:2345
Use bitsock to make emulated calculators talk with cooked sockets, e.g.
mame ti82 -linkport bitsock -bitb socket.127.0.0.1:2345
You can use tee to do stuff like listen to data activity for debugging purposes, e.g.
mame ti82 -linkport tee -linkport:tee:a stereospkr -linkport:tee:b glinkhle -linkport:tee:b:glinkhle:rs232 null_modem -bitb socket.127.0.0.1:2345
Diffstat (limited to 'docs/release/src/osd/winui/treeview.cpp')
0 files changed, 0 insertions, 0 deletions