| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Solaris 2.11 (non-Oracle) | 2019-08-19 | 1 | -0/+5 | |
| | | |||||
| * | srcclean (nw) | 2018-05-27 | 1 | -2/+2 | |
| | | |||||
| * | Output system changes [headkaze, R. Belmont] | 2018-05-06 | 1 | -45/+46 | |
| | | | | | | * Cleaned up syntax for network provider * Added pause and savestate commands to both network and win32 providers | ||||
| * | never hurts to srcclean (nw) | 2017-07-09 | 1 | -39/+39 | |
| | | |||||
| * | remove unnecessary verbosity (nw) | 2017-07-04 | 1 | -3/+2 | |
| | | |||||
| * | output: Fleshed out network output provider so it has the same capability as ↵ | 2017-07-04 | 1 | -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. | ||||
| * | srcclean (nw) | 2016-10-23 | 1 | -49/+49 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -1/+1 | |
| | | | | | | 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 | ||||
| * | Replaced code usage of libuv with asio library (nw) | 2016-10-07 | 1 | -34/+119 | |
| | | |||||
| * | Fixed network output to include all data [headkaze] | 2016-06-05 | 1 | -1/+6 | |
| | | |||||
| * | Cleanups and version bumpmame0173 | 2016-04-27 | 1 | -5/+4 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -2/+2 | |
| | | |||||
| * | Basic TCP server based on libuv [Inaki Baz Castillo,Miodrag Milanovic] | 2016-04-10 | 1 | -5/+32 | |
| | | |||||
| * | Added skeleton for network output (nw) | 2016-04-09 | 1 | -0/+59 | |
