summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/output
Commit message (Collapse)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2018-05-274-9/+9
|
* Output system changes [headkaze, R. Belmont] arbee2018-05-064-46/+77
| | | | | * Cleaned up syntax for network provider * Added pause and savestate commands to both network and win32 providers
* never hurts to srcclean (nw) Vas Crabb2017-07-091-39/+39
|
* remove unnecessary verbosity (nw) arbee2017-07-041-3/+2
|
* output: Fleshed out network output provider so it has the same capability as ↵ arbee2017-07-041-6/+69
| | | | | | | | | | | | legacy Win32. Clients: - Connect to TCP port 8000 - Messages will be of the form "verb = value\1"; if your client is busy when MAME is spamming, you may get multiple messages glued together by \1 separators. (\1 was chosen because it's neutral on Win32/Mac/Linux). - You will get a "hello = 1" message upon connection to MAME, and a "mamerun = 0" message when MAME shuts down. - You may send "send_id = n" to MAME to get IDs where n=0 means ROM set name of current game, 1-? = output node names - MAME will reply "req_id = string\1"; this is currently the only case where a string will be returned instead of an integer value. - A working example POSIX client will be released soon.
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
|
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
|
* srcclean (nw) Vas Crabb2016-10-232-50/+50
|
* final cleanup of TRUE/FALSE, left only in windows section where it represent ↵ Miodrag Milanovic2016-10-221-4/+4
| | | | BOOL (nw)
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-9/+9
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
|
* Replaced code usage of libuv with asio library (nw) Miodrag Milanovic2016-10-071-34/+119
|
* win32_output: Register window messages before creating window (nw) Brad Hughes2016-09-301-15/+16
|
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
|
* fix non-Windows compile (nw) arbee2016-06-051-1/+5
|
* Placed back old output system as module "-output windows" need more things ↵ Miodrag Milanovic2016-06-053-1/+428
| | | | cleaned (nw)
* Fixed network output to include all data [headkaze] arbee2016-06-051-1/+6
|
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-5/+4
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
|
* Basic TCP server based on libuv [Inaki Baz Castillo,Miodrag Milanovic] Miodrag Milanovic2016-04-101-5/+32
|
* Added skeleton for network output (nw) Miodrag Milanovic2016-04-091-0/+59
|
* Added none and console output providers (nw) Miodrag Milanovic2016-04-093-0/+94