RichardG867
123462f1d9
Add PLIP network device
2020-10-17 01:31:53 -03:00
OBattler
6df9ed73a7
Fixed a compile-breaking type mismatch.
2020-07-12 21:00:36 +02:00
OBattler
be9d369a91
A number of bugfixes.
2020-07-12 20:20:06 +02:00
OBattler
5b87c654e1
Changed the packet structure's data field to a 65536-byte array to need less malloc'ing and free'ing, significantly reducing heap fragmentation.
2020-05-02 02:09:10 +02:00
OBattler
9dc0df4149
Implemented the network transmit queue.
2020-04-30 02:12:59 +02:00
OBattler
0570e21f0f
Applied Ryuzaki's Media menu patch, fixed a bug in cpu.c reported by ms. person, fixed bugs (and added a workaround for the Windows 2000 PCnet problems) to mem.c, and added a network packet queue to cap network speed (and do the actual rx poll in the main thread instead) for more stability, also some ES1371 fixes (but not enough to make it work on Linux).
2020-04-29 23:39:54 +02:00
TC1995
2de9a3f37a
Set Link State from VBox to 86Box implemented on the PCnet card (any other nics don't have it and will simply return NULL).
...
The PCnet-based Racal nic now has its own OID to make its drivers happy (according to VBox).
2020-04-20 19:02:13 +02:00
David Hrdlička
a505894a10
Move all include files to src/include
...
- 86Box's own headers go to /86box
- munt's public interface goes to /mt32emu
- all slirp headers go to /slirp (might want to consider using only its public inteface)
- single file headers from other projects go in include root
2020-03-29 19:53:29 +02:00