Commit Graph

15146 Commits

Author SHA1 Message Date
Cacodemon345
44db8bb478 Fix compilation on Qt6 2025-04-07 11:42:03 +06:00
OBattler
fb449f39a4 Intel Premiere/PCI and Premiere/PCI II: Use a dual-channel IDE controller, fixes #5442. 2025-04-07 07:41:59 +02:00
OBattler
576d643c4f And fix the op_32 stuff. 2025-04-07 06:29:57 +02:00
OBattler
6884dc5736 Old recompiler: Fix compile-breaking mistakes. 2025-04-07 06:23:22 +02:00
OBattler
3b5966eb46 LDS/LES/LFS/LGS/LSS: Fix segment wraparounds in 16-bit address mode. 2025-04-07 06:03:19 +02:00
OBattler
018ff46253 CD-ROM: Actually remember and use the correct number of sectors for the period, fixes... well, any kind of data reading. 2025-04-07 05:42:41 +02:00
OBattler
b93af353ef SCSI CD-ROM: Remove leftover excess logging. 2025-04-07 01:46:09 +02:00
OBattler
e48d64de45 SCSI CD-ROM/Disk/MO/ZIP: Treat data commands with request length 0 in ATAPI PIO mode as non-data commands, also allow WIN_SRST to go through BSY, fixes the regressions introduced in build 6731 reported by JVERNET. 2025-04-07 01:44:12 +02:00
OBattler
449c224ff7 SiS 471: Fix array out of bounds writes. 2025-04-06 21:23:53 +02:00
Miran Grča
5f9153e3f0 Merge pull request #5443 from Cacodemon345/bochs_vbe_fixes
Bochs SVGA: Buffer window switching now works properly
2025-04-06 21:07:56 +02:00
Cacodemon345
06bacb6912 Bochs SVGA: Buffer window switching now works properly 2025-04-07 01:01:26 +06:00
OBattler
375590b93b Bochs SVGA: Add some sanity check to avoid the LFB and BIOS being mapped to either at the very bottom or top of the memory space. 2025-04-06 01:05:12 +02:00
Miran Grča
54aa7e1704 Merge pull request #5440 from Cacodemon345/qt-shortcut-switch
Make Qt shortcuts actually work in fullscreen
2025-04-05 21:02:02 +02:00
Cacodemon345
6d2128ab05 Make Qt shortcuts actually work in fullscreen
Also removes hacks related to fullscreen.
2025-04-05 23:59:49 +06:00
OBattler
fd2214f544 Intel Classic/PCI: Return input port (P1) bit 4 clear, fixes #5435. 2025-04-04 18:55:22 +02:00
OBattler
1c38e059c4 PS/55 DA2: Fix warnings. 2025-04-04 18:29:28 +02:00
OBattler
a5b68cf12a Merge branch 'master' of https://github.com/86Box/86Box 2025-04-04 18:19:40 +02:00
OBattler
d3d5d3e780 Fix the calculation of the number of sectors per packet and stop the transfer when the total sector count has reached zero, fixes #5432. 2025-04-04 18:19:28 +02:00
Miran Grča
5d7de0e043 Merge pull request #5434 from akmed772/da2dev2
PS/55: Add support for V-Text driver of IBM DOS/V Extension
2025-04-04 07:54:31 +02:00
Akamaki
b484bf1b45 PS55DA2: Add a bracket to avoid compile warning 2025-04-04 10:04:43 +09:00
Akamaki
4a4a7a342a PS55DA2: formatting, sorting 2025-04-04 09:42:22 +09:00
Akamaki
392e3156bb disable debug code 2025-04-04 09:10:49 +09:00
Akamaki
beb417cc85 PS55DA2: cleanup, remove unused code 2025-04-04 08:55:14 +09:00
Akamaki
b4f3e06c1e PS55DA2: Fix some issues in DSPX and OS/2 dosbox 2025-04-04 08:23:32 +09:00
Akamaki
837f86a291 PS55DA2: Parse Bitblt data sequential 2025-04-03 22:17:24 +09:00
Akamaki
fc06d3de89 PS55DA2: add char drawing func in BitBlt
This build is still in work.

* Added character drawing function to support for DOS/V Extension DSPXDA2 driver.
* Implement CRTC regs: start address, end address, line compare to support line compare scrolling in DOS/V Extension.
* Enable updating CRTC regs when output is disabled.
2025-04-03 15:16:58 +09:00
OBattler
c63d900a93 CMS: Divide SAA samples by 2 so that the sum remains within the -32767 to 32768 range and avoids clipping. 2025-04-03 06:35:53 +02:00
OBattler
df7acc618b Remove the now unused variable m_has_scsi. 2025-04-03 06:19:36 +02:00
OBattler
5ffc1ff538 Merge branch 'master' of https://github.com/86Box/86Box 2025-04-03 06:17:52 +02:00
OBattler
cfc8e0dc4e Settings Storage Devices: No longer cut off the second SCSI controller. 2025-04-03 06:17:27 +02:00
Miran Grča
de6fed4485 Merge pull request #5423 from emlyn/colour-bugger
ISABugger display improvement
2025-04-03 04:53:03 +02:00
Miran Grča
3f677e1b04 Merge pull request #5431 from 86Box/tc1995
Trantor SCSI changes of the day (April 2nd, 2025)
2025-04-02 22:07:38 +02:00
RichardG867
4bd374a7df Don't apply the Deschutes cacheability fix to Covington 2025-04-02 16:55:57 -03:00
TC1995
9c8c1a6f40 Trantor SCSI changes of the day (April 2nd, 2025)
1. The PAS SCSI controller driver mamv1.sys dislikes having bits 0-6 set when a transfer has completed, take account from this, fixes mamv1.sys incomplete CD transfers (bits 0-6 get re-enabled when the transfer is ongoing).
2. I now understand why the T128 doesn't have a block count register, it does the block count manually from the SCSI layer directly, this fixes Pseudo-DMA transfers when using, e.g.: CD transfers using a sector size of 2340 bytes.
2025-04-02 21:47:32 +02:00
Miran Grča
5158d6b59b Merge pull request #5430 from 86Box/tc1995
8514/A compatible changes of the day (April 2nd, 2025)
2025-04-02 21:37:15 +02:00
TC1995
5432c1dd13 8514/A compatible changes of the day (April 2nd, 2025)
1. Aliases are aliases, period.
2. Actually make the ports using bit 15 of their range use the command FIFO.
3. Improved the special ATI command 0xc2b5 in the IBM bitblt side, fixes cursor issues in 24bpp mode using OS/2.
4. When the FIFO is empty, clear the busy and available flags.
5. Also reapply a workaround for 24bpp foreground color patterns in ATI command Scan To X command, fixes patterns in OS/2 and possibly elsewhere.
6. Accelerated HiColor mode, in the IBM passthrough mode, should always be enabled, for now, as well as the Extended ATI Mach32 8bpp mode when prompted, fixes OS/2 booting into the GUI in HiColor mode.
7. Dummy data path configuration values on direct linedraw should not trigger a pixtrans read when it's not needed, fixes possible hang ups in IBM/ATI mode when the busy flag remains enabled.
2025-04-02 21:33:26 +02:00
RichardG867
f56f636248 Report 4 GB cacheable memory on Deschutes CPUs, fixes modern Linux limiting itself to 512 MB on some machines 2025-04-02 16:27:10 -03:00
RichardG867
57851e7606 AD1848: Logging and clean-ups I forgot to commit 2025-04-02 16:21:50 -03:00
OBattler
babac31894 Fixed a compile-breaking mistake. 2025-04-02 18:46:35 +02:00
OBattler
98efd05dda Alfredo, Batman's Renvenge, and Plato: Pre-initialize NVR to 0x00 instead of 0xFF and give them the correct Phoenix keyboard controller, fixes hang after the first soft reset. 2025-04-02 18:45:27 +02:00
OBattler
420a08ee2c mem.c: Do not initialize the > 1 GB mapping on 64-bit binaries where it is not necessary. 2025-04-02 17:18:44 +02:00
OBattler
de04870db2 CMS/SAA: Fix warnings. 2025-04-02 08:58:16 +02:00
OBattler
2a8e4d5a68 PCI and ACPI - when resetting all devices, also reset (ie. zero) all of the emulated RAM as well, fixes Windows 2000 after soft reset on later machines such as the ASUS P2B-LS. 2025-04-02 08:34:34 +02:00
Emlyn Corrin
dd5a25aad3 Only set LED colour when it is lit 2025-04-01 21:56:41 +01:00
Miran Grča
9592ac8904 Merge pull request #5422 from Cacodemon345/qt-hide-fdd-menus
Make sure that floppy icons and options do not appear if there's no floppy controller available
2025-04-01 21:26:17 +02:00
Miran Grča
f682a05fcf Merge pull request #5420 from Cacodemon345/qt-fullscreen
Don't attempt altering window position if fullscreen
2025-04-01 21:26:05 +02:00
Cacodemon345
5e61b78b78 Make sure that floppy icons and options do not appear if there's no floppy controller available 2025-04-02 01:10:21 +06:00
Emlyn Corrin
3956032b94 Display ISABugger status in monospace font with colour for the LED bits 2025-04-01 20:05:08 +01:00
Cacodemon345
ee71952e02 Don't attempt altering window position if fullscreen 2025-04-02 00:33:24 +06:00
Miran Grča
00166d15e5 Merge pull request #5419 from Cacodemon345/cms-saasound
Port Sound Blaster 1.x/2.x SAA1099 emulation to SAASound
2025-04-01 19:12:43 +02:00