summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/libuv/test/test-tcp-try-write.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2016-10-07 05:41:45 -0400
committer Scott Stone <tafoid@gmail.com>2016-10-07 05:41:45 -0400
commit2a138159c30457aecd9e9679be5159704db0f954 (patch)
tree9fa0295bbd18d7d00485192cf9946fe2c1c3b295 /3rdparty/libuv/test/test-tcp-try-write.c
parentf6b687aae9b4d56bf65f9ec18a34e7f624876c82 (diff)
apple2gs,xml: Fixed image sizes for recently added entries (nw)
Diffstat (limited to '3rdparty/libuv/test/test-tcp-try-write.c')
0 files changed, 0 insertions, 0 deletions
| * ci: try getting around lzma error Robbbert2024-05-091-0/+1 | * Added pgmsnake. Robbbert2024-02-271-0/+18 | * Added preliminary support for neosd .neo files. Robbbert2023-03-211-1/+1 | * Added vr01 Robbbert2023-03-131-0/+8 | * Added avengrgs01,02 Robbbert2022-10-131-0/+4 | * Added hypetest. Robbbert2022-10-121-0/+3 | * Added aburtest Robbbert2022-10-111-0/+2 | * Added gyruss test roms Robbbert2022-10-081-0/+2 | * Added spcenctr and senctest. Robbbert2022-10-071-0/+1 | * Added dt7 Robbbert2022-10-051-0/+1 | * Bit of rearrangement Robbbert2022-09-231-2/+0 | * Split off invaders into a new source file. Robbbert2022-09-231-6/+1 | * General cleanup, removed 3 non-working games. Robbbert2022-09-081-1/+1 | * Begin work on CPS-2: ssf2 Robbbert2022-08-071-1/+1 | * Fixed altbeast hacks and added them back in Robbbert2022-08-051-0/+2 | * Cleanup sf2 Robbbert2022-08-041-1/+1 | * CPS-1 checkpoint, removed sk3h1 because it freezes in attract mode. Robbbert2022-07-281-0/+1 | * CPS-1 fixes. Robbbert2022-07-271-4/+4 | * Files for 0.245.2 Robbbert2022-07-241-1/+1 | * Files for 0.245.1 Robbbert2022-07-091-3/+3 | * Merge remote-tracking branch 'upstream/master' Robbbert2022-06-251-0/+2 |\ | * bus/nubus: Got rid of CRTC hacks in Macintosh Display Card emulation. Vas Crabb2022-06-251-0/+2 | | | | | | | | | | | | | | | | | | * Changed name of cards for slot selection to "mdc48" and "mdc824" as they're unrelated to the later 8*24 GC card. * Also cleaned up code substantially and got rid of artificial differences between Display Card 4*8 and 8*24. * Moved lists of NuBus and SE/30 PDS cards to a common place. * Got some class declarations out of headers to reduce recompiles. * | Merge remote-tracking branch 'upstream/master' Robbbert2022-06-242-2/+6 |\| | * bus/nubus: More Mac video card improvements. Vas Crabb2022-06-241-2/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Started implementing the Macintosh Display Card CRTC. It gives correct resolutions, although refresh rates are incorrect. Added machine configuration settings allowing several monitors to be selected. Implemented the Macintosh Display Card's packed RGB mode. The base/stride in RGB mode make more sense with this implemented. Cleaned up the code for the SuperMac Spectrum cards, and fixed the garbage at the bottom of the screen on the Spectrum/8. Put a layout with views for common monitor aspect ratios in a place where cards can use it. This is especially useful for the NuBus cards that can support portrait monitors. | * pc_kbd: Add emulation of Cherry G80-1500 keyboard, minus smartcard reader AJR2022-06-231-0/+2 | | * | ******Added contcircja Robbbert2022-06-241-0/+3 | | * | Merge remote-tracking branch 'upstream/master' Robbbert2022-06-231-0/+10 |\| | * bus/nubus: More improvements to SuperMac Spectrum video cards. Vas Crabb2022-06-231-0/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Factored CRTC and shift register out of Spectrum/8 and added to Spectrum PDQ. Fixes video mode selection and resolution for Spectrum PDQ. Implemented vertical interrupt position, stride, line offset and clock source registers for Spectrum PDQ. Added a hack to work around line end control not being understood. Also added save state support. Slightly modernised the Macintosh Display Card (JMFB) device code. Initialised some driver state class members that were causing System 7 to fail to see files. [Ivan Vangelista] | * bus/archimedes/podule: Added Hard Disk podules (not working). Nigel Barnes2022-06-221-0/+8 | | | | | | | | | | | | | | - Acorn AKD52 Hard Disc Podule - Computerware Hard Disk Podule - Morley Electronics Hard Disc Podule - Watford Electronics Archimedes Hard Disk Podule * | Merge remote-tracking branch 'upstream/master'