RichardG867
|
5bce2f09c7
|
Fix small oversight on codec shadow write
|
2021-07-11 17:12:48 -03:00 |
|
RichardG867
|
2fa909ab91
|
Revert to the code which was working on XP
|
2021-07-11 17:04:41 -03:00 |
|
RichardG867
|
b9c68bf277
|
Initial commit for AC97
|
2021-07-11 16:58:52 -03:00 |
|
TC1995
|
40b593d3ad
|
Added the TGUI9660 and fixed a compile bug (technically a 32-bit color bug) in said card and the 9680.
Added I2C/DDC support to the 9660 and 9680 as well as PCI IRQ support.
Extended the MMIO base addressing to 4MB for the 9660/9680.
|
2021-07-11 15:06:23 +02:00 |
|
OBattler
|
49232557d7
|
TGUI96x0 banking fixes.
|
2021-07-09 23:58:56 +02:00 |
|
RichardG867
|
ee253ad0e9
|
Remove TRC reset workaround from ICS9xxx
|
2021-07-09 17:01:12 -03:00 |
|
RichardG867
|
4ff0a72765
|
Add CS423x EEPROM persistence
|
2021-07-09 17:00:15 -03:00 |
|
Miran Grča
|
782fdf7883
|
Merge pull request #1540 from lemondrops/master
Fix CPU display in Discord Rich Presence
|
2021-07-09 14:33:40 +02:00 |
|
Alexander Babikov
|
ad5641c1b8
|
Fix CPU display in Discord Rich Presence
|
2021-07-09 10:38:46 +05:00 |
|
Miran Grča
|
ce1799c630
|
Merge pull request #1538 from richardg867/feature/savquest
Savage Quest LPT dongle + some fixes
|
2021-07-09 04:30:46 +02:00 |
|
RichardG867
|
c39587cfab
|
Remove device names from LPT table
|
2021-07-08 22:55:56 -03:00 |
|
RichardG867
|
f88650eea5
|
Add Savage Quest protection dongle emulation from MAME
|
2021-07-08 21:49:08 -03:00 |
|
RichardG867
|
2eba22295a
|
VIA southbridge fixes, including dynamic SMBus clock
|
2021-07-08 18:55:05 -03:00 |
|
Miran Grča
|
0297243a50
|
Trident TGUI9680 linear framebuffer PCI BAR is now correctly 4 MB aligned.
|
2021-07-06 19:40:16 +02:00 |
|
Miran Grča
|
202c31d7be
|
Merge pull request #1531 from ts-korhonen/opengl
Add logging to OpenGL Core renderer
|
2021-07-06 19:29:14 +02:00 |
|
Miran Grča
|
de0c32110c
|
Merge pull request #1532 from 86Box/tc1995
Implemented the Command/ROP register in the Dword/Long side of the wr…
|
2021-07-06 19:29:02 +02:00 |
|
TC1995
|
6fdb91d472
|
Implemented the Command/ROP register in the Dword/Long side of the write routing. Fixes main rendering under Win9x using the DirectX/Win98 TGUI9440/96xx drivers.
Implemented clipping in the SRC CPU flag of BitBLT in the TGUI9440/96xx, fixes more rendering problems.
|
2021-07-06 18:32:41 +02:00 |
|
ts-korhonen
|
17ad59094f
|
win_opengl: Add logging
|
2021-07-05 23:16:00 +03:00 |
|
Miran Grča
|
a9011e2d05
|
Merge pull request #1528 from 86Box/tc1995
Ported the latest changes from PCem.
|
2021-07-05 01:31:56 +02:00 |
|
TC1995
|
6acbf62f42
|
Ported the latest changes from PCem.
|
2021-07-05 01:21:02 +02:00 |
|
OBattler
|
87f8029378
|
ACPI now always correctly generates a resume event on power on, fixes the HP Vectra VEi 8, fixes #1444.
|
2021-07-05 00:00:08 +02:00 |
|
Daniel Gurney
|
f2cd3756dd
|
Revert "Merge branch 'feature/machine_and_kb' into master"
This reverts commit 6604a29d7e , reversing
changes made to 1d7fca0abd .
|
2021-07-04 18:22:52 +03:00 |
|
Miran Grča
|
6604a29d7e
|
Merge branch 'feature/machine_and_kb' into master
|
2021-07-04 16:57:06 +02:00 |
|
OBattler
|
1d7fca0abd
|
GW286 GEAR fixes.
|
2021-07-04 16:55:04 +02:00 |
|
Miran Grča
|
f579ddafe3
|
Merge pull request #1523 from 86Box/master
Same as before.
|
2021-07-04 00:40:12 +02:00 |
|
Miran Grča
|
fdbdee8ac8
|
Merge pull request #1522 from 86Box/tc1995
Fixed the difference in handling the bresenham command between the 9440 and 96xx.
|
2021-07-04 00:39:30 +02:00 |
|
TC1995
|
762dc8ea05
|
Fixed the difference in handling the bresenham command between the 9440 and 96xx.
|
2021-07-04 00:34:11 +02:00 |
|
Miran Grča
|
737093117d
|
Merge pull request #1521 from 86Box/master
Bring this feature branch up to part with master.
|
2021-07-04 00:32:50 +02:00 |
|
Miran Grča
|
d9d745c58b
|
Merge pull request #1520 from 86Box/tc1995
Properly fixed the Bresenham line draw command on TGUI9440.
|
2021-07-04 00:31:31 +02:00 |
|
TC1995
|
d7a9a4f1f3
|
Properly fixed the Bresenham line draw command on TGUI9440.
Added the TGUI9680 card and its corresponding 32bit mode and clipping.
Patterns on bitblt are more properly emulated.
|
2021-07-03 23:16:49 +02:00 |
|
OBattler
|
29cf08fb71
|
Added a declaration of stdlog in log.c.
|
2021-07-01 04:10:13 +02:00 |
|
OBattler
|
15279e4964
|
Finished the ALi M15xx and removed from Dev branch.
|
2021-07-01 01:43:59 +02:00 |
|
OBattler
|
fd4817a87b
|
All the current WIP work (warning: the PIT is currently using some temporary test rewrite that is going to be undone).
|
2021-06-29 19:11:19 +02:00 |
|
OBattler
|
a148d1fdda
|
More RTL8029AS fixes.
|
2021-06-28 06:11:29 +02:00 |
|
OBattler
|
f6eff25e1f
|
Merge branch 'master' of https://github.com/86Box/86Box
|
2021-06-28 01:03:35 +02:00 |
|
OBattler
|
5d05434d46
|
Fixed NE2000 I/O port handlers, per report by waltje.
|
2021-06-28 01:03:24 +02:00 |
|
Miran Grča
|
10c415e742
|
Merge pull request #1508 from badsectoracula/master
S3 ViRGE fog implementation.
|
2021-06-26 07:01:03 +02:00 |
|
Bad Sector
|
150cfbd553
|
S3 ViRGE fog implementation.
|
2021-06-26 05:43:37 +03:00 |
|
Miran Grča
|
58da2edce2
|
Merge pull request #1507 from lemondrops/master
Various game port fixes
|
2021-06-25 19:21:53 +02:00 |
|
Alexander Babikov
|
5f5a0dc2a6
|
Move the Super I/O game port flag to a #define
|
2021-06-25 21:03:22 +05:00 |
|
Alexander Babikov
|
7824e99341
|
Fix game ports at a non-standard addresses not being added if there were none previously
|
2021-06-25 21:03:21 +05:00 |
|
Alexander Babikov
|
c0d2091620
|
Fix the default joystick type
|
2021-06-25 21:03:16 +05:00 |
|
Miran Grča
|
2f598ae89c
|
Merge pull request #1504 from 86Box/tc1995
Correct src_y/x on the tgui9440 bresenham command once again.
|
2021-06-21 18:19:27 +02:00 |
|
TC1995
|
f2a20b0478
|
Correct src_y/x on the tgui9440 bresenham command once again.
|
2021-06-21 17:06:45 +02:00 |
|
Miran Grča
|
18b7af0b76
|
Merge pull request #1502 from 86Box/tc1995
Apparently the typo that was fixed caused new small border glitches, …
|
2021-06-21 04:45:59 +02:00 |
|
TC1995
|
5083cde12b
|
Improved the fix for the Bresenham one.
|
2021-06-21 02:04:19 +02:00 |
|
TC1995
|
7c5d02c958
|
Apparently the typo that was fixed caused new small border glitches, so, reverting it.
|
2021-06-20 21:42:12 +02:00 |
|
Miran Grča
|
feb61d7e2a
|
Merge pull request #1501 from 86Box/tc1995
Fix typo on bresenham src x.
|
2021-06-18 18:20:53 +02:00 |
|
TC1995
|
6dc973eb47
|
Fix typo on bresenham src x.
|
2021-06-18 18:18:38 +02:00 |
|
Miran Grča
|
63f08cc5ed
|
Merge pull request #1500 from 86Box/tc1995
Fixed a small skew issue under win95 using the ET4000/W32p in 4bpp/16…
|
2021-06-18 18:14:17 +02:00 |
|