Commit Graph

3497 Commits

Author SHA1 Message Date
OBattler
ab5df882e9 Fixed the default values for serial ports 3 and 4 enable, and fix a warning in config.c. 2020-07-08 04:28:44 +02:00
OBattler
f696dc69ad Added the CMD640 (but the associated PB520R is not yet properly done, needs the 82091AA, so it's disabled until I implement it), fixed initialization of the IDE registers on the SMSC southbridge, bumped up the number of emulated serial ports to 4 (was 2), and added the ability to properly have multiple W83977's on a single machine. 2020-07-08 04:24:25 +02:00
Miran Grča
4bb10138d9 Merge pull request #909 from richardg867/master
STPC machine improvements
2020-07-07 22:09:11 +02:00
RichardG867
a1f267da72 Fix PCI IDs again 2020-07-07 17:07:08 -03:00
RichardG867
d8e3e44f59 Fix STPC PCI IDs again 2020-07-07 17:00:40 -03:00
RichardG867
adb500c63b Disable CPU selector if only one CPU is available 2020-07-07 16:21:45 -03:00
RichardG867
96750ab75d Fix flash types for STPC machines 2020-07-07 16:17:03 -03:00
RichardG867
5a34bab430 Fix build 2020-07-07 16:08:36 -03:00
RichardG867
2efdc9aafc Change non-doubled STPCs to non-doubled Cx486DX 2020-07-07 16:06:40 -03:00
RichardG867
fef6e7f082 Set proper CPU speeds for each STPC machine 2020-07-07 16:05:05 -03:00
RichardG867
1b637fbb77 Merge branch 'master' of https://github.com/86Box/86Box 2020-07-07 15:57:58 -03:00
RichardG867
5f1f9575e8 Fix PCM-5330 FDC port 2020-07-07 15:57:49 -03:00
OBattler
1dbab81401 Added Port 370h variants of the Winbond W83977F and W83977EF Super I/O chips. 2020-07-07 20:55:11 +02:00
OBattler
39a46797d2 Fixed shadowing on the OPTi 82c5x7, OPTi 82c495 now has Port 92h, and implemented the OPTi 82c611/611A VLB IDE controlled required by the Excalibur. 2020-07-07 20:43:28 +02:00
RichardG867
5e18163b2e Fix STPC CPU identification
Let port 22h/23h registers >= 0xc0 fall through to the Cyrix port 22h/23h code in cpu.c
2020-07-07 15:38:34 -03:00
Miran Grča
d6e257edec Merge pull request #908 from richardg867/master
STPC IDE improvements and USB device
2020-07-07 18:35:45 +02:00
RichardG867
eb955eecf9 VLB IDE is technically more correct 2020-07-07 13:34:57 -03:00
RichardG867
f7e7359d2f Merge branch 'master' of https://github.com/86Box/86Box 2020-07-07 13:26:49 -03:00
RichardG867
5b0e29d0ff STPC improvements 2020-07-07 13:25:17 -03:00
Miran Grča
12167c1bba Merge pull request #906 from tiseno100/master
Rewrote the OPTi 283 shadowing
2020-07-07 15:47:56 +02:00
tiseno100
91d7dd149a Commented the OPTi 283 logging code back 2020-07-07 16:40:07 +03:00
tiseno100
2137c4ea85 Fixed a minor mistake 2020-07-07 16:38:10 +03:00
tiseno100
ebe7f1cdf3 Rewrote the OPTi 283 shadowing
Now it'll pass a check to see if we are write protecting or have write enabled.
2020-07-07 16:36:44 +03:00
Miran Grča
0dec7a74ea Merge pull request #905 from richardg867/master
Initial implementation of STPC SoCs and machines
2020-07-07 02:38:51 +02:00
OBattler
dca6a7d9c7 Merge branch 'master' of https://github.com/86Box/86Box 2020-07-07 02:37:45 +02:00
OBattler
8d65beaec6 Added Patreon link to README.md. 2020-07-07 02:37:35 +02:00
RichardG867
ce6ccc03b1 Add PCI to the ITOX STAR 2020-07-06 21:32:03 -03:00
RichardG867
194e32ae80 Add missing header definition 2020-07-06 21:12:47 -03:00
RichardG867
710796a180 Add ITOX STAR, a STPC Client machine with hardware monitoring and AMIBIOS 6 2020-07-06 21:12:09 -03:00
RichardG867
18a3e4795c Add STPC 75 to CPU table 2020-07-06 21:11:53 -03:00
RichardG867
61eb51e1fa Enable PS/2 mouse on STPC machines 2020-07-06 20:24:31 -03:00
RichardG867
1ed6143f02 Implement STPC IDE
Note that only the AR-B1479 has two IDE channels available on the board.
2020-07-06 20:24:24 -03:00
David Hrdlička
4b6d80d085 Create FUNDING.yml 2020-07-07 01:21:52 +02:00
RichardG867
8536f93dfc Merge branch 'master' of https://github.com/86Box/86Box
# Conflicts:
#	src/cpu/cpu.c
2020-07-06 19:00:31 -03:00
Miran Grča
d3575d6194 Merge pull request #904 from nerd73/master
Fix issues with Cyrix DX2/DX4 CPUs and restore Cyrix 6x86 for dev-branch builds
2020-07-06 23:52:15 +02:00
RichardG867
c1dd844747 Merge branch 'master' of https://github.com/86Box/86Box
# Conflicts:
#	src/machine/machine_table.c
#	src/win/Makefile.mingw
2020-07-06 18:47:50 -03:00
RichardG867
11114c97d2 Initial implementation of STPC chipsets and machines 2020-07-06 18:45:34 -03:00
David Hrdlička
82f2b203c5 More MSVC build fixes
Ported an inline assembler snippet in x86 new dynarec to MSVC "__asm" syntax.
2020-07-06 21:03:55 +02:00
nerd73
18368203ec Fix issues with Cyrix DX2/DX4 CPUs
Fix some issues with the Cyrix DX2 & DX4 CPUs and restore the Cyrix 6x86 for dev-branch builds.
2020-07-06 13:01:52 -06:00
David Hrdlička
254c8024f8 Fix MSVC build 2020-07-06 20:20:07 +02:00
OBattler
572314706c Paradise PVGA1A now also uses paradise_recalctimings. 2020-07-05 03:41:44 +02:00
OBattler
db12ba4e91 Attempt at fixing the Paradise VGA 640x480x8bpp mode in Windows 3.0. 2020-07-05 02:57:15 +02:00
Miran Grča
b5d02a8039 Merge pull request #894 from nerd73/opti291
Add an OPTi 291-based Award v4.20 machine
2020-07-03 15:31:48 +02:00
nerd73
2b06dbc10b Merge branch 'opti291' of https://github.com/nerd73/86Box into opti291 2020-07-03 03:09:48 -06:00
nerd73
ff000b53cc actually make it work this time 2020-07-03 03:09:09 -06:00
nerd73
6a9fa51d78 fix header 2020-07-03 00:24:48 -06:00
nerd73
5b260dbfd4 Add a 386SX Award v4.20 machine
As well as a basic implementation of the OPTi 291 chipset that it uses.
2020-07-03 00:18:16 -06:00
Miran Grča
03932a329f Merge pull request #889 from tiseno100/master
Added the RYC Leopard LX
2020-07-03 04:41:05 +02:00
Miran Grča
989aec54ef Merge pull request #893 from nerd73/master
Fix MSRs on the IBM 386/486 CPUs
2020-07-03 04:40:51 +02:00
nerd73
064acae3fc Fix MSRs on the IBM 386/486 CPUs
Also give the IBM 386SLC 'isibm486' as it is believed to identify as a 486 to software.
2020-07-02 20:34:18 -06:00