Commit Graph

18357 Commits

Author SHA1 Message Date
Miran Grča
ce5e8a28e2 Merge pull request #6173 from Verloren50000/m7shi-latestbios
Add BIOS selector and the latest BIOS revision to the Micronics M7S-Hi ROM
2025-09-16 21:41:45 +02:00
Toni Riikonen
8032541ab9 Fixed PCJr seeking not to break the FDC implementation. Now seeking will take the "correct" amount of time for each system and the seek time is based on the track count. E.g. 40 track FDD system causes 40 track seek time to be 80/40 * 6ms * 40 tracks + 50ms = 480ms + 50ms -> 530ms.
80 track system full seek is 80/80 * 6ms * 80 + 50ms = 530ms, 40 track seek would take 240 + 50 = 290ms.
2025-09-16 14:53:39 +03:00
Valerio Vitali
ccf497afe1 Merge branch '86Box:master' into unix_ods 2025-09-16 12:50:50 +02:00
Verloren50000
0c866af8f9 BIOS Selector for Micronics M7S-Hi ROM is complete. 2025-09-16 14:39:46 +08:00
Verloren50000
af6b627fc7 m_at_socket7.c: Micronics M7S-Hi Configuration... 2025-09-16 14:38:08 +08:00
Verloren50000
4735423f82 machine.h: BIOS Selector for Micronics M7S-Hi added. 2025-09-16 14:24:28 +08:00
Miran Grča
5bfa69f3da Merge pull request #6172 from Cacodemon345/armfixes-2
Fixes for ARM64 NDR
2025-09-16 00:49:31 +02:00
Cacodemon345
cc7ca6c652 Cleanups 2025-09-15 19:16:40 +00:00
Cacodemon345
fed75595da Disable unrolling optimizations on ARM64 2025-09-15 19:09:06 +00:00
Valerio Vitali
29665ee35d explanation of udev 2025-09-15 20:18:35 +02:00
Cacodemon345
7ac4b8de3a Revert some changes 2025-09-15 17:39:22 +00:00
Miran Grča
a54e33bf04 Merge pull request #6171 from 86Box/tc1995
S3 928 and icd2061 mode rework (September 15th, 2025)
2025-09-15 18:48:02 +02:00
Cacodemon345
0a22140c70 Try for some fixes 2025-09-15 15:56:00 +00:00
TC1995
c3a6e826b4 S3 928 and icd2061 mode rework (September 15th, 2025)
The rework resolves around implementing the clock multiplier and multiplexing rate of the bt485 ramdac alongside existing additional flags for eventual fixes (like cr31 bit 1) as well as the true color bypass (for 16-bit and true color modes). These, together, allow proper rendering of the generic VESA S3 drivers alongside non-VESA ELSA OEM drivers on various guests.
2025-09-15 17:48:24 +02:00
Valerio
078368ba48 no pause, last three media types, readme 2025-09-15 16:34:45 +02:00
Cacodemon345
fe28a8bb62 Disable unrolling for now 2025-09-15 11:47:03 +00:00
Cacodemon345
1d8877fba7 Progress on ARM64 MMX opcodes 2025-09-15 09:19:40 +00:00
Cacodemon345
d824fc36df Yet more logging 2025-09-15 12:34:34 +06:00
Cacodemon345
97ab7a8ce8 More warning fixes 2025-09-15 11:38:43 +06:00
Cacodemon345
4735998b8a Warning fixes 2025-09-15 11:38:43 +06:00
Cacodemon345
6229607277 Temp MMX debugging logs 2025-09-15 11:38:43 +06:00
Cacodemon345
15a3df6135 Fix PACK* recompiled instructions on ARM64 2025-09-15 11:38:43 +06:00
Cacodemon345
ffed72f823 NDR (AArch64): Fix ismmx value assignment 2025-09-15 11:38:42 +06:00
Jasmine Iwanek
1488097c7b Reenable MMX opcodes on ARM new dynarec 2025-09-15 11:38:42 +06:00
Jasmine Iwanek
6de981363e Use SQXTUN instead of UQXTN in PACKUSWB on arm64 2025-09-15 11:38:42 +06:00
OBattler
9702e28e5c YMF-701: Removed an unused variable. 2025-09-14 23:47:43 +02:00
OBattler
110fe81643 Merge branch 'master' of https://github.com/86Box/86Box 2025-09-14 23:30:51 +02:00
OBattler
da398832c4 CUBX: Implement CMD-648 disabling via ACPI GPIO, fixes #6169. 2025-09-14 23:30:40 +02:00
Miran Grča
f251d456d0 Merge pull request #6168 from win2kgamer/ymf701
Add the Yamaha YMF-701 (OPL3-SA) audio controller
2025-09-14 20:48:11 +02:00
win2kgamer
39d66f00ef Remove two unused local variables causing a CodeQL failure 2025-09-14 13:45:26 -05:00
win2kgamer
73d7bc4c38 Merge branch '86Box:master' into ymf701 2025-09-14 13:21:32 -05:00
OBattler
82ad957380 PCjr: Fix 320x200x4 mode. 2025-09-14 19:16:55 +02:00
win2kgamer
ff32263927 Clarify SB variable names, correct WSS enable in init 2025-09-14 12:14:45 -05:00
Valerio Vitali
ba5db694f8 Merge branch '86Box:master' into unix_ods 2025-09-14 19:05:09 +02:00
win2kgamer
4351fd32dd Merge branch '86Box:master' into ymf701 2025-09-14 11:23:00 -05:00
Miran Grča
38759c1ae0 Merge pull request #6167 from starfrost013/bugfixes
Clean up some remaining 32bit stuff
2025-09-14 16:51:27 +02:00
starfrost013
8bd101edd7 Merge branch 'bugfixes' of https://github.com/starfrost013/86Box into bugfixes 2025-09-14 15:50:05 +01:00
starfrost013
a44ad7e776 Remove 32-bit core dynarec 2025-09-14 15:50:01 +01:00
starfrost
b3fd473e22 Merge branch '86Box:master' into bugfixes 2025-09-14 15:36:15 +01:00
starfrost013
02b0960148 A few minor further i386 removals 2025-09-14 11:01:34 +01:00
Valerio
677a50dda4 maybe better on keyup 2025-09-14 11:58:14 +02:00
Valerio
003fc5423b more mistakes 2025-09-14 11:40:53 +02:00
Valerio
596dab6df4 mistakes 2025-09-14 11:27:42 +02:00
Valerio
28b5f6324d additional folders for iso and img, better ALTGR-G handling, moved osd draw to main blit loop 2025-09-14 11:17:56 +02:00
Toni Riikonen
c2e06b58a5 Removed excess files 2025-09-14 10:58:03 +03:00
Toni Riikonen
dfd59e9e08 Fixed merge issue 2025-09-14 10:50:44 +03:00
Toni Riikonen
63bb616af8 Merge branch 'master' into feature/fdd_sound_emulation_proto 2025-09-14 10:39:16 +03:00
Toni Riikonen
7f7cb81366 Revert "Update vulnerability reporting instructions"
This reverts commit 7d32cb659b.
2025-09-14 10:02:08 +03:00
Toni Riikonen
f9a3d065aa Revert "Revise contribution guidelines in CONTRIBUTING.md"
This reverts commit 98a0478225.
2025-09-14 10:01:58 +03:00
Toni Riikonen
c42c471b5e Revert readme etc. changes 2025-09-14 10:01:46 +03:00