Commit Graph

  • c293a2d765 touchpad events Valerio 2025-09-28 11:37:36 +02:00
  • 8160c1cad6 Merge remote-tracking branch 'upstream/master' Toni Riikonen 2025-09-28 10:15:14 +03:00
  • 2e0a152b3b IDE: Remove two excess logging lines. OBattler 2025-09-28 04:08:07 +02:00
  • 91652ab4c7 IDE: Revert the previous ATAPI shadow fix and fix it better now by simply forcibly returning 0x0000 on reading the cylinder number, fixes the actual ATAPI drive's signature being overwritten with 0x0000, fixes OS/2 Warp 3.0 and AN430TX BIOS. OBattler 2025-09-28 04:06:39 +02:00
  • f922e78b61 Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-09-28 00:44:28 +02:00
  • 6ca6afedd5 AdLib Gold: Everything now outputs to the same 48k source in order to avoid noise caused by the YM7128's resampling which is currently tailored to that frequency. OBattler 2025-09-28 00:44:01 +02:00
  • 4a6327da68 S3 ViRGE: Move sign bit 1 bit further to the right for K2 scaler registers (#6243) Cacodemon345 2025-09-28 01:58:07 +06:00
  • 37eb2cb359 AD1848: Use the correct algorithm for CS423x ADPCM RichardG867 2025-09-27 16:31:11 -03:00
  • e1ed9440c5 Merge master Toni Riikonen 2025-09-27 22:29:23 +03:00
  • 00e901dd54 Merge 86box/master Toni Riikonen 2025-09-27 22:28:30 +03:00
  • bc41f8bbb6 Fix sign position of DDA accumulator registers (#6241) Cacodemon345 2025-09-27 23:57:12 +06:00
  • 74aa15644d Fix remember size and position regression in which vertical size could grow when reopening the VM (#6239) andresdelcampo 2025-09-27 19:53:45 +02:00
  • 58b4af4689 Slightly name correction to Vectra VL 5 + added codename (#6237) Maxwell Scott 2025-09-27 21:26:31 +07:00
  • c22bd0e63c Update pull request template [skip ci] David Hrdlička 2025-09-27 15:55:54 +02:00
  • 1fc4dda73e Add MSI name for Gateway Lucas (#6235) Maxwell Scott 2025-09-27 20:43:45 +07:00
  • f692c00c6d Remove the BCM FR510 because it turned out to be improperly implemented fixes #6236. OBattler 2025-09-27 15:21:13 +02:00
  • 9ef1b19486 Add the BCM FR510 (Packard Bell/NEC OEM) ROM + update (#6231) Verloren50000 2025-09-27 19:32:46 +08:00
  • 3fd58dde8f Implement YUV aperture on Mach64 VT2 (#6234) Cacodemon345 2025-09-27 17:32:00 +06:00
  • bc085ac02f Change window resizing logic when using 4:3 aspect ratio (#6233) andresdelcampo 2025-09-27 13:31:46 +02:00
  • fe0277c031 FDC: Fix a warning and the incorrect status flags. OBattler 2025-09-27 13:28:23 +02:00
  • 836f855683 Fixes #6220 floppy disk issues with OS/2 and NT 3.1 systems (#6232) Toni Riikonen 2025-09-27 11:51:38 +03:00
  • acab9aae1b Merge branch '86Box:master' into master Toni Riikonen 2025-09-27 10:27:23 +03:00
  • b1dfe5320c Fixes #6220: OS/2 Warp 3.0 install disk issue and NT 3.1 floppy disk issues. Changed the fdc->stat bit to 0x10 which states fdc busy. Previous implementation with seek time 0, set the ready flag 0x80 immediadely - which was correct for that time, but now as the drive is busy during seek, the value should 0x10. Implemented a backup for fdd commands during fdd seek to be processes after the seek is completed. Toni Riikonen 2025-09-27 09:54:41 +03:00
  • 809e1f3efb Give the Jetway J-403TG with AMI BIOS the correct NVR device, fixes #6230. OBattler 2025-09-27 04:16:01 +02:00
  • 1dbc304b2f The forgotten isapnp.c and .h. OBattler 2025-09-27 01:28:43 +02:00
  • b8b8efd454 RTL8019AS: Inform ISA PnP of the I/O base address, configured in the EEPROM even if it's programmed to start inactive, fixes the remaining I/O range check errors in RSET8019. OBattler 2025-09-27 00:56:50 +02:00
  • ca1005817a RTL8019AS: Properly fix the RSET8019 IRQ check (writing 0x00 to IMR clears IRQ, writing 0x80 to CONFIG1 sets IRQ, changing IRQ does not clear it). OBattler 2025-09-27 00:04:42 +02:00
  • 16c0460d61 Bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows (#6225) dependabot[bot] 2025-09-26 21:06:45 +02:00
  • edb7a040bc Some fixes for the AdLib Gold of the day (September 26th, 2025) (#6227) TC1995 2025-09-26 21:05:53 +02:00
  • fb2be444cf Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-09-26 18:20:18 +02:00
  • 60bef8bb48 Ne2000-compatibles: Fix IRQ's (this will break RSET8019 again, I'm trying to understand now to fix it). OBattler 2025-09-26 18:20:06 +02:00
  • 4180909840 Add BIOS selector and the mid-1999 BIOS to the ABit AB-LX6 (#6224) Verloren50000 2025-09-26 11:21:12 +08:00
  • 086f955e7e RTL8019AS: Implement active low IRQ mode, fixes RSET8019 IRQ detection. OBattler 2025-09-26 05:06:06 +02:00
  • d478eaf21f Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-09-26 01:14:18 +02:00
  • 5ac9d65a8b RTL8029AS: Do not call isapnp_set_normal() in nic_config_reset() on this card, fixes segmentation fault. OBattler 2025-09-26 01:14:07 +02:00
  • 9e1ec19860 Manager: Indicate Voodoo SLI in the details pane (#6223) Alexander Babikov 2025-09-25 22:54:16 +05:00
  • 6cd9395d2c Fixes merge problem Toni Riikonen 2025-09-25 20:23:08 +03:00
  • aa7cb72c93 Apply vsync_offset during scanline rendering instead of the final blit; clean up code pixel-jupiter 2025-09-25 15:42:17 +03:00
  • e7645e5c39 ISA PnP and RTL8019AS: More fixes - fixes I/O range check errors in jumperless mode. OBattler 2025-09-25 05:45:14 +02:00
  • f0b20fddd5 RTL8019AS: Fix base address when active at initialization. OBattler 2025-09-25 03:36:09 +02:00
  • 13c4236b0b Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-09-25 03:04:22 +02:00
  • 4a84c0012c ISA PnP: Improve I/O range check handling code. OBattler 2025-09-25 03:03:58 +02:00
  • 58e397247d QT Renderer: current->setAttribute(Qt::WA_AlwaysStackOnTop); Miran Grča 2025-09-25 01:21:42 +02:00
  • 15abb1bac4 Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-09-25 01:09:09 +02:00
  • c1235e9ee7 RTL8019AS: Re-add the commented out CONFIG1 stuff, fixes PNPODI.COM. OBattler 2025-09-25 01:08:51 +02:00
  • 6819b2c3d0 Revert "Merge branch 'master' into master" TC1995 2025-09-25 01:01:09 +02:00
  • 6c34968d7b Merge branch 'master' of https://github.com/86Box/86Box TC1995 2025-09-25 01:00:06 +02:00
  • ae369dc34d RTL8019AS and ISA PnP: More fixes. OBattler 2025-09-25 00:58:53 +02:00
  • b2b5acfa3f Revert the Qt 6 forcing. OBattler 2025-09-25 00:53:16 +02:00
  • 085b0eb30a Temporarily force Qt 6 on. OBattler 2025-09-24 23:03:08 +02:00
  • dbafb3e8a4 Merge branch 'master' into master starfrost 2025-09-24 21:02:47 +01:00
  • d65e279d00 Fixed readme to include only Mitsumi samples under CC-BY license Toni Riikonen 2025-09-24 20:43:04 +03:00
  • f04346bf31 93c46: Disable excess logging. OBattler 2025-09-24 15:19:24 +02:00
  • b4d891de80 Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-09-24 15:17:37 +02:00
  • 01c410479b RTL8019AS and ISA PnP fixes: fixes PNPODI.COM. RTL8019AS now detects the card but thinks there's an IRQ conflict. OBattler 2025-09-24 15:16:59 +02:00
  • d29b0d5183 Set up default surface formats before QApplication creation (#6221) Cacodemon345 2025-09-24 17:59:29 +06:00
  • ba9c1732f7 Actually, it's 289B. Miran Grča 2025-09-24 01:41:00 +02:00
  • d99d052b82 AdLib Gold: Use the YMF289. Miran Grča 2025-09-24 01:16:20 +02:00
  • a3d51d25fd Fixed merge issue Toni Riikonen 2025-09-23 23:10:26 +03:00
  • 087a005664 More AdLib Gold fixes. OBattler 2025-09-23 20:46:24 +02:00
  • a87bcd410e AdLib Gold changes of the day (September 23rd, 2025) (#6218) TC1995 2025-09-23 19:49:15 +02:00
  • 9f41857b5c Merge branch 'master' of https://github.com/86Box/86Box OBattler 2025-09-23 19:36:50 +02:00
  • c71811f579 Attempt to halve the output volume. OBattler 2025-09-23 19:36:26 +02:00
  • 236007b4c8 Force AlphaBuffer to be 0 (#6217) Cacodemon345 2025-09-23 22:31:12 +06:00
  • 288b6454ee AdLib Gold: Correctly use separate pseudo-stereo X and Y for the two sources. OBattler 2025-09-23 17:55:46 +02:00
  • c2607f8671 Remoe FDD samples as they're now part of the romset RichardG867 2025-09-23 12:35:04 -03:00
  • 1d9f84b025 Revert "Bump GLSL version of default shaders to 1.50" RichardG867 2025-09-23 12:34:46 -03:00
  • b1e1596e2b Remove other remnants of OpenGL ES support (#6213) Cacodemon345 2025-09-23 18:26:32 +06:00
  • 28bc20707e Merge 86box master to Immersive86box master Toni Riikonen 2025-09-22 21:28:55 +03:00
  • 4f0cdcad0b FDD Audio: Halve the volume again. OBattler 2025-09-22 18:47:16 +02:00
  • c0b7ad4b94 More fixes. OBattler 2025-09-22 18:10:45 +02:00
  • 3dc819de6e FDD Audio: Fix sound when sound is set to INT16 and halve the volume. OBattler 2025-09-22 18:08:27 +02:00
  • b81dee7998 Fix three network-related warnings. OBattler 2025-09-22 05:18:04 +02:00
  • 151c3d8730 Fixes to the floppy samples work. OBattler 2025-09-22 01:30:11 +02:00
  • 1859e7cf68 Floppy disks sound emulation prototype for reviewing (#6166) Toni Riikonen 2025-09-22 02:03:07 +03:00
  • 810f17c50f Merge pull request #6192 from 86Box/feature/int-cast Miran Grča 2025-09-22 00:55:49 +02:00
  • e4acf4d013 Revert "Temporary audio system override" [skip ci] RichardG867 2025-09-21 19:42:16 -03:00
  • 825e485340 Merge pull request #6211 from jriwanek-forks/buildtest Miran Grča 2025-09-22 00:35:56 +02:00
  • f47b5dc75e CodeQL Build Cleanups Jasmine Iwanek 2025-09-17 23:31:15 -04:00
  • f3943bd2e5 Fix CodeQL Builds Jasmine Iwanek 2025-09-17 21:02:11 -04:00
  • cb3ba18645 GHA Build cleanups Jasmine Iwanek 2025-09-17 18:53:02 -04:00
  • d527d1c37c Merge pull request #6210 from jriwanek-forks/richardg-vfio Miran Grča 2025-09-22 00:04:15 +02:00
  • f3f2068d1a VFIO - Virtual Function I/O Jasmine Iwanek 2025-09-06 22:39:16 -04:00
  • 1621761382 Merge pull request #5 from Domppari/feature/fdd_sound_emulation_proto Toni Riikonen 2025-09-21 23:31:59 +03:00
  • 2763ea5ad3 Teac 5.25" drive samples added. Added per drive audio selection to FDD settings. Toni Riikonen 2025-09-21 23:00:16 +03:00
  • 8254a7f3aa set the timer if it exists... starfrost013 2025-09-21 20:08:19 +01:00
  • da7bec3beb Temporary audio system override RichardG867 2025-09-21 15:18:17 -03:00
  • 364468028e Merge pull request #6207 from nstarke/bugfixes/midi-in-sysex-hang Miran Grča 2025-09-21 20:05:13 +02:00
  • 599b391095 Add register framework starfrost013 2025-09-21 18:45:32 +01:00
  • d087ea2ab5 BUGFIX: MIDI In causes VM hang when sysex message received. This commit fixes the issue. nstarke 2025-09-21 11:39:40 -05:00
  • 704dd93311 Merge pull request #6206 from win2kgamer/ymf71x-wrapup Jasmine Iwanek 2025-09-21 12:30:20 -04:00
  • 8c3e45e691 YMF71x: Call master volume recalc during init win2kgamer 2025-09-21 10:46:27 -05:00
  • 10477fa822 Merge pull request #6204 from Cacodemon345/software-renderer-white-fixes Miran Grča 2025-09-21 16:17:59 +02:00
  • 710d79acb9 Merge pull request #6203 from Cacodemon345/patch-241374 Miran Grča 2025-09-21 16:17:29 +02:00
  • 388f39e195 Clear screen to black on software renderer after it starts Cacodemon345 2025-09-21 17:55:39 +06:00
  • 0b0bf2e438 Fix overflow crashes in certain cases Cacodemon345 2025-09-21 17:39:40 +06:00
  • e736dbc694 CL-GD 5436: Correct the ICS SB486PV check. OBattler 2025-09-21 12:24:17 +02:00
  • 82399b4dd6 YMF-71x: Fix two warnings. OBattler 2025-09-21 12:14:13 +02:00
  • 7783268454 Merge pull request #6202 from jriwanek-forks/headerclean Miran Grča 2025-09-21 12:11:01 +02:00
  • 3c5190a0db Header cleanups (1/2) Jasmine Iwanek 2025-09-15 19:15:34 -04:00