OBattler
dc03eeedf2
Removed an IF block from the PCnet code.
2020-04-30 03:22:20 +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
OBattler
59822c6c0e
Overhauled DMA bus master reads and writes and cleaned up the AMD PCnet code a bit (network queue implementation is pending).
2020-04-28 01:01:39 +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
9acb489a1d
MSVC and Windows SDK compatibility
2020-04-04 12:45:47 +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
OBattler
85ffd97d60
Merge pull request #625 from 86Box/bugfix/pcnet_close
...
Fixed hard reset crashes in the PCnet code.
2020-03-25 01:12:44 +01:00
Daniel Gurney
0c509fd551
Remove version tree-wide
2020-03-25 00:46:02 +02:00
TC1995
c3eab66844
Fixed hard reset crashes in the PCnet code.
2020-03-24 23:43:30 +01:00
OBattler
1550a3a176
Last minor fixes, it compile without problems now.
2020-03-24 02:50:24 +01:00
OBattler
1640d48be6
Network changes from TC1995.
2020-03-24 01:02:41 +01:00
OBattler
490c04fcae
Current WIP code.
2020-02-29 19:12:23 +01:00
OBattler
c5ac252eb1
Fixed two integer handling issues in the AMD PCnet code.
2020-01-15 02:28:24 +01:00
OBattler
2d46b87088
Removed a dead while block from the PCnet code.
2020-01-14 20:04:47 +01:00
OBattler
7f488e14b9
Final, cleaned up AMD PCnet emulation.
2019-12-02 18:27:40 +01:00