OBattler
bdf89f43ae
Temporarily revert the changes to video/CMakeLists.txt to allow for clean potential merges between us and the PS/55 fork.
2024-09-12 06:45:09 +02:00
Miran Grča
d727296892
Merge pull request #4799 from jriwanek-forks/cmakefiles
...
One line per file in CmakeLists.txt
2024-09-05 02:14:09 +02:00
TC1995
f4303dfce2
XGA changes of the day (September 5th, 2024)
...
Don't overwrite the VGA DAC mask in XGA mode, instead, using dedicated variables for it.
2024-09-05 01:06:34 +02:00
Jasmine Iwanek
f4b63caf0b
One line per file in CmakeLists.txt
2024-09-04 18:34:06 -04:00
OBattler
581cbcb0c6
A small fix to video/vid_voodoo_fifo.c.
2024-09-04 15:41:30 +02:00
OBattler
7b6e5e5ad9
Implements the second CMDFIFO2 queue for Voodoo 3, fixing BeOS's Voodoo 3/Banshee drivers, fixes #4794 .
2024-09-04 15:22:24 +02:00
OBattler
6a5e9cdaba
Fixed the S3 reset fix, fixes Windows 98 stuck on black screen on the S3 Trio64 on some machines.
2024-08-30 19:35:24 +02:00
OBattler
91cf90c63a
Olivetti M19's video adapter has control register on port 3DBh instead of 3DEh, fixes #4739 .
2024-08-30 07:52:55 +02:00
OBattler
fe4ad0d4e1
S3: Make sure to absolutely restore everything to the original state on reset, even the contents of vram and changedvram, fixes #4768 .
2024-08-30 06:01:52 +02:00
OBattler
db94601573
Voodoo 3/Banshee: Implement XRGB8888 LFB format, fixes POD.
2024-08-30 05:22:33 +02:00
TC1995
dd5c5f4a07
More ViRGE fixes (August 29th, 2024)
...
Apparently the extended sequencer registers (>= 0x20) are required to have sane values on the STREAMS engine on GX2 and probably other chips in the ViRGE range.
2024-08-29 00:51:28 +02:00
OBattler
818c268f75
S3 Vision x68: Fix PCI BAR to CRTC registers 59h/5Ah mask.
2024-08-28 20:21:47 +02:00
TC1995
47ee1c4ead
Some fixes to the Streams engine of the ViRGE/Trio3D
...
Make sure the ViRGE GX2 and up (including the Trio3D/2X) use the secondary stream only per what was found in the past.
2024-08-27 22:17:52 +02:00
Miran Grča
d67d86d266
Merge pull request #4723 from MaxwellS04/mirocrystal_3d
...
Add miroCRYSTAL 3D video card
2024-08-26 06:38:22 +02:00
OBattler
ba859d7351
S3: Fixed CRTC to PCI BAR mapping, fixes #4745 .
2024-08-26 04:36:23 +02:00
OBattler
1a961db422
CGA: Revert the VSync interrupt since the real CGA did not have that.
2024-08-23 07:09:35 +02:00
OBattler
7a965efd90
Tandy and CGA: Implement the VSync interrupt, fixes Ghostbusters freezing.
2024-08-23 06:21:27 +02:00
OBattler
f9e457f3e8
Give the AP440FX the original ViRGE instead, fixes #4740 .
2024-08-22 04:59:51 +02:00
TC1995
39a6a681a2
Update indentation.
2024-08-21 22:48:02 +02:00
TC1995
66902d67fb
Mach64 changes of the day (August 21st, 2024)
...
Re-thread the video chip family again but with fixes to avoid desyncs and some cleanups.
2024-08-21 22:45:18 +02:00
MaxwellS04
eabfc12290
Merge branch '86Box:master' into mirocrystal_3d
2024-08-21 07:22:01 +07:00
OBattler
71ff5c8c63
ViRGE: Fixed some warnings that only appear when compiling a debug binary.
2024-08-21 01:33:54 +02:00
TC1995
aebaabb6b8
ViRGE changes of the day (August 20th, 2024)
...
1. ROM updated to 1.03.
2. Re-apply more fixes that were missed during the restructuring to be on par with PCem's speed.
3. Implemented Command DMA bus mastering required by Diamond Stealth 3D specific drivers (especially the GX2-based 4000).
4. Some indentation fixes.
2024-08-20 15:45:56 +02:00
OBattler
882aabf95d
Diamond S3 86c911: Use the correct clock chip, fixes #4730 .
2024-08-18 20:35:47 +02:00
OBattler
04b5a99ae9
(S)VGA render: Actually use the DAC mask, fixes #4720 .
2024-08-18 06:34:04 +02:00
OBattler
dc8d237126
S3 ViRGE: Force bit 2 of CRTC register 33h to be set when read, fixes Windows 95 GX2 lock-ups.
2024-08-17 19:46:29 +02:00
OBattler
366ebea651
S3 ViRGE fixes by TC995 and switched threads on Windows builds back to Win32 threads since the C++ threads were breaking the ViRGE blitting in some cases (eg. CD Gamer on 24 bpp).
2024-08-17 01:22:06 +02:00
MaxwellS04
a02b4e52c3
Fixed configuration
2024-08-17 00:53:02 +07:00
MaxwellS04
24e2c65c40
Fixed a compile-breaking mistake
2024-08-16 20:44:51 +07:00
MaxwellS04
ab71f9d3e2
Added the miroCRYSTAL 3D, based on a S3 ViRGE.
2024-08-16 20:36:26 +07:00
OBattler
88741b021e
S3 ViRGE: Some minor memory mask fixes.
2024-08-16 05:58:24 +02:00
OBattler
537e6f76de
S3 ViRGE: Replace code with re-cleaned-up PCem code with our changes manually re-applied, also revert hardware cursor offset checks, which fixes black bars in games.
2024-08-16 05:43:55 +02:00
TC1995
a0d662e9c5
S3 changes (and TVP3026) of the day (August 15th, 2024)
...
1. TVP3026: disable lut mapping on 24bpp modes (mainly the S3 Vision968 drivers which use the TVP3026 ramdac).
2. S3 Vision968 (MiroVideo 40SV Ergo): Corrected 1280x1024 24bpp resolution.
3. ViRGE class: limit the FIFO entries in the bitblt regs to less than 16 entries and make the Image Transfers FIFO writes wraparound to 1 and reads to 0 (to allow at least a read to a write in the thread without hanging the entire emulator). Fixes Win3.1 PBRUSH colors while keeping performance on par with PCem.
2024-08-15 23:04:48 +02:00
OBattler
08fc20bcc5
S3 Virge: Bring the threading completely up to par with PCem.
2024-08-14 22:47:06 +02:00
TC1995
a7b7b1af67
Attempt at fixing the threading of the ViRGE.
2024-08-14 20:33:32 +02:00
TC1995
70c622aecd
S3 ViRGE class: Rethreading for future investigation.
2024-08-14 19:24:55 +02:00
TC1995
5247214061
Video changes of the day (August 12th, 2024, S3/TGUI/SVGA))
...
SVGA: Added an indicator of the internal line to make matters easier for some vertical resolution problems.
TGUI 9400CXi: Fixed the basic acceleration as much as I could.
TGUI 9440AGi+: As with the line indicator, make matters easier for some resolution problems plus some refactoring of the bpp. Added write protection to some regs based on some documentation on the vt8601.
TGUI cursor: fixed the left edge of the cursor X offset.
S3: Apply the vblankstart = dispend statement only on enhanced modes, fixes vertical display on The Incredible Machine for DOS.
Commented out some excess logs.
2024-08-12 19:52:52 +02:00
Miran Grča
091cf60f48
Merge pull request #4707 from jriwanek-forks/cleanups
...
Cleanups & fixes
2024-08-09 16:55:23 +02:00
Jasmine Iwanek
892f066ffa
Don't depend on DEV_BRANCH
...
Allows things to be compiled independently
2024-08-08 20:25:03 -04:00
Jasmine Iwanek
c59e12ab09
Deal with more magic numbers in vid_ega.c
2024-08-08 18:58:14 -04:00
TC1995
6a04cde42a
TGUI9440 (VLB/PCI) change of the day (August 9th, 2024)
...
Adjust the resolution accordingly for 1280x1022x256 (weird resolution using NT 3.1 drivers) as well as the X axis mouse movement in interlaced mode.
2024-08-09 00:47:27 +02:00
Miran Grča
d2214bbbb0
Update vid_voodoo_banshee.c
...
Fix heap corruption.
2024-08-09 00:39:42 +02:00
OBattler
479ab87f17
EGA Render: Apply the (S)VGA Render blink fix by greasemonkey.
2024-08-08 00:56:19 +02:00
OBattler
6118f7080d
Compaq EGA: Put the dot poll timer into the correct time after a timings recalculation, fixes POST errors on non-Compaq machines.
2024-08-07 17:34:09 +02:00
Jasmine Iwanek
493e82f488
Fix mistake in vid_ega.c
2024-08-07 01:29:13 -04:00
Jasmine Iwanek
5b8b5d739b
Deal with some magic numbers in vid_ega.c
2024-08-07 01:07:50 -04:00
OBattler
fbfb6849c4
Compaq EGA: Implement C&T behavior where reads in mode 0 return 0xFF if bit 2 of GDC register 4 is set, fixes video memory size detection, fixes #4571 .
2024-08-07 05:08:41 +02:00
OBattler
5782f812e0
UYVY format implementation, fixes #4682 .
2024-08-03 19:54:39 +02:00
OBattler
c32c685070
vid_svga.c: Allocate 8 bytes more of video memory to avoid segmentation faults.
2024-07-28 03:44:45 +02:00
RichardG867
b19bf7782b
MGA: Fix warning with devbranched G100
2024-07-26 16:44:31 -03:00