Commit Graph

6610 Commits

Author SHA1 Message Date
Alexander Babikov
29595ce4f7 Fix joystick type migration not working as intended
Map legacy integer-based joystick type options directly
2021-12-29 09:55:46 +05:00
Alexander Babikov
00640bdc44 Fix a typo in CH Flightstick Pro's internal name 2021-12-29 09:55:45 +05:00
Alexander Babikov
81bc032b00 Handle the internal name change for the S3 ViRGE/GX
(formerly ViRGE/DX VBE 2.0)
2021-12-29 09:55:45 +05:00
OBattler
3bf359cbf9 Make SiS 496/497 recalcmapping always use flushmmucache_nopc(). 2021-12-26 22:46:31 +01:00
Miran Grča
77c70f749a Merge pull request #1964 from 86Box/tc1995
Re-added the threaded FIFO in place of the non-threaded one, but with…
2021-12-25 22:22:44 +01:00
OBattler
9cafca09ab Increased the 86Box version to 3.2. 2021-12-25 21:42:02 +01:00
David Hrdlička
c76b280eb7 Update the readme 2021-12-25 17:24:27 +01:00
TC1995
2194592f93 Re-added the threaded FIFO in place of the non-threaded one, but with an additional fix to eliminate the Visionx68 video engine wallpaper glitches as well as potential Trio64V+/V2 bugs. 2021-12-25 13:54:00 +01:00
Miran Grča
849f683862 Merge pull request #1963 from EmpyreusX/patch-2
Updated Simp. Chinese translation
2021-12-24 19:27:47 +01:00
EmpyreusX
bd8427641f Updated Simp. Chinese translation 2021-12-25 01:40:48 +08:00
Miran Grča
d7c66ea037 Merge pull request #1960 from EmpyreusX/patch-1
Updated Japanese translation
2021-12-24 02:35:49 +01:00
EmpyreusX
a80cd7ed18 Updated Japanese translation 2021-12-24 09:12:29 +08:00
David Hrdlička
2a61133a9e Fix manifest inclusion on CMake <3.22 2021-12-23 22:01:26 +01:00
Miran Grča
bb0d48f684 Merge pull request #1956 from EmpyreusX/patch-1
Updated and standardized Simp. Chinese translation
2021-12-23 19:05:51 +01:00
EmpyreusX
3f30155c6d Update zh-CN.rc 2021-12-24 01:45:49 +08:00
EmpyreusX
32ae26dc6d Updated and standardized Simp. Chinese translation 2021-12-24 01:43:11 +08:00
Miran Grča
c8a79af901 Merge pull request #1955 from 86Box/tc1995
Added Kingston MC64 memory expansion card (adf 71d0) which allows up …
2021-12-23 17:40:38 +01:00
TC1995
3975957590 Added Kingston MC64 memory expansion card (adf 71d0) which allows up to 64MB of RAM in the MCA-based 386DX-based models as well as a IBM CPU planar upgrade which allows 486DX cpu's to be used on the 386DX-based 80 models.
Fixed missing part of the width in the Compaq CGA cards.
2021-12-23 17:38:58 +01:00
Miran Grča
0126d7dbef Merge pull request #1952 from lemondrops/external
Assorted fixes and improvements
2021-12-22 12:50:59 +01:00
Alexander Babikov
095f6fcf5c Port SB16 ASP chip internal RAM and more 8051 RAM emulation from DOSBox-X 2021-12-22 06:33:35 +05:00
Alexander Babikov
3e404fad05 Fix indentation in snd_sb_dsp.c 2021-12-22 06:30:32 +05:00
Alexander Babikov
209b5d9cd1 Limit the selection of ISA RTCs, memory expansions and the ISABugger to machines with the ISA bus available 2021-12-22 06:04:59 +05:00
Alexander Babikov
72a492b243 Limit the selection of the standalone MPU-401 to machines with either ISA or MCA bus available 2021-12-22 06:04:58 +05:00
Alexander Babikov
a6af62835b Synchronize the internal clock with host time when unpausing the emulator 2021-12-22 06:04:58 +05:00
Alexander Babikov
db239d64e5 Allow use of ATAPI devices with XTIDE 2021-12-22 06:04:57 +05:00
Alexander Babikov
7698e18129 Fix AGP ViRGE/GX2's and Trio3D/2X's AGP detection and indicate SGRAM presence on GX/GX2 2021-12-22 05:36:18 +05:00
Alexander Babikov
cedf3fd390 Do not report installed XT FDC if no floppy drives are connected, fixes POST error 601 on IBM PC and XT 2021-12-22 05:36:17 +05:00
Alexander Babikov
e5e1bc13aa Fix the maximum PIO mode on IDE hard drives 2021-12-22 05:36:16 +05:00
Alexander Babikov
edc3d8ee21 Add config migration paths for the renamed joystick types
Fix backwards compatibility with old integer-based config joystick type selection
2021-12-22 05:36:16 +05:00
Alexander Babikov
9b427aada9 Add a config migration path for the merged PS/1 model 2121 variations 2021-12-22 05:36:15 +05:00
Alexander Babikov
1182235d7f Rename the Soyo 4SA2 to 4SAW2 and give it VLB and PS/2 mouse support 2021-12-22 05:36:14 +05:00
Alexander Babikov
3d03ede868 Limit the maximum bus clock of the VPC2007 machine to 66 MHz 2021-12-22 05:36:14 +05:00
Alexander Babikov
ee79348885 Implement machine check exception/architecture MSRs and CPUID flags 2021-12-22 05:33:26 +05:00
Alexander Babikov
1a04b93165 Make MSR 17h read-only and return a suitable Platform ID
Fixes some programs misidentifying Celeron Mendocinos as Slot 1 instead of Socket 370
2021-12-22 05:30:28 +05:00
Alexander Babikov
38ca621ac5 Remove leftovers of no longer used build options 2021-12-22 05:29:30 +05:00
David Hrdlička
9f03225e5a Add build options related to executable generation 2021-12-21 18:05:12 +01:00
David Hrdlička
f9ef6a2408 Mark toolchain flags as advanced 2021-12-21 18:03:22 +01:00
Miran Grča
ae42b37149 Merge pull request #1950 from altiereslima/master
Update pt-BR.rc
2021-12-21 12:54:46 +01:00
David Hrdlička
854f443991 Fix toolchain files pulling CMake default flags 2021-12-21 11:33:02 +01:00
altiereslima
275f9ad2c7 Update pt-BR.rc 2021-12-20 22:39:25 -03:00
altiereslima
94b599f131 Update pt-BR.rc 2021-12-20 22:38:16 -03:00
OBattler
df985616e0 Renamed the new variable in the nvr struct. 2021-12-20 23:06:39 +01:00
Miran Grča
ba0430999c Merge pull request #1948 from jriwanek-forks/more-joystick
Add support for a joystick port at 0x209
2021-12-20 21:58:52 +01:00
Miran Grča
cf54d50561 Merge pull request #1947 from jriwanek-forks/uart
Uart
2021-12-20 21:58:39 +01:00
David Hrdlička
9e3ad3b79f Add comments to the toolchain files 2021-12-20 21:54:24 +01:00
David Hrdlička
3f576ce6ca Allow overriding the toolchain flags 2021-12-20 21:23:54 +01:00
David Hrdlička
7a2d7f4eef Add a EditorConfig rule for .cmake files 2021-12-20 21:21:23 +01:00
David Hrdlička
9b406b0ece Add toolchain files with compiler flags 2021-12-20 16:23:43 +01:00
David Hrdlička
7dc1df9ef1 Clean up the optional features list in the root build file 2021-12-20 15:17:42 +01:00
David Hrdlička
52486e121e Convert CMake files to 4 spaces indentation 2021-12-20 15:08:23 +01:00