OBattler
c15eba6cdd
Fixed ACPI.
2020-04-13 22:22:22 +02:00
OBattler
54b4ebd41a
Committed the two missing files.
2020-04-13 20:02:32 +02:00
OBattler
61f0ae7954
Better ACPI implementation (currently only on PIIX4/PIIX4E/SMSC southbridges), finished the SMSC southbridge (but the Atrend BIOS still hangs, need to figure out why), and fixed Tandy EEPROM saving.
2020-04-13 20:01:47 +02:00
OBattler
0045874d71
Merge branch 'master' of https://github.com/86Box/86Box
2020-04-12 00:19:21 +02:00
OBattler
28115c4650
Overhauled SB DSP IRQ's and masking and also how it attaches to the MPU-401, fixes IBM OS/2 2.11 among other things.
2020-04-12 00:18:55 +02:00
Daniel Gurney
2f2ba3d954
Clarify TXP4 reference in TX97 machine table entry
2020-04-11 22:20:20 +03:00
OBattler
ac5a993b3f
Merge pull request #687 from richardg867/master
...
Implement SLC90E66 OHCI USB
2020-04-11 19:44:21 +02:00
RichardG867
eeffdab99e
Disable logging
2020-04-11 14:42:41 -03:00
RichardG867
4184391200
Implement SLC90E66 OHCI USB
2020-04-11 14:41:59 -03:00
richardg867
e3e482b29a
Re-enable VNC on dev builds with new dynarec
...
It's only enabled on old dynarec for some reason.
2020-04-11 01:56:36 +02:00
OBattler
8dc9d713a1
Merge branch 'master' of https://github.com/86Box/86Box
2020-04-10 22:32:18 +02:00
OBattler
a45d5173ba
Implemented the SMC FDC37C932QFP NVR stuff. It doesn't fix that HP Vectra, but it's still nice to have it just in case.
2020-04-10 22:32:03 +02:00
GH Cao
4aa066870d
x87_ops: Stop using _WIN32 to check MSVC x86
2020-04-10 21:16:00 +02:00
OBattler
8c0bafd16f
Fixed new recompiler's codegen.h.
2020-04-10 20:11:16 +02:00
OBattler
d75e901a83
Moved the Intel i686 CPU's and related machines out of the Dev branch.
2020-04-10 20:01:26 +02:00
OBattler
d460927c7b
Merge branch 'master' of https://github.com/86Box/86Box
2020-04-10 19:46:11 +02:00
OBattler
b6eda7946c
Fixed bugs in mem.c and 386.c.
2020-04-10 19:45:53 +02:00
David Hrdlička
02af66f86f
PS/2 mouse absolutely requires the PS/2 connector.
2020-04-10 15:42:31 +02:00
David Hrdlička
908ee7d046
win: fix confusion with LPT checkboxes/comboboxes
2020-04-10 15:14:34 +02:00
OBattler
f29f6de245
Redid the x87 merger, now the x87 interpreter is basically the same across both recompilers, and there's several newly introduced bugs less.
2020-04-10 14:07:25 +02:00
OBattler
a60634b3a1
The machine table file missing from the previous commit.
2020-04-10 01:09:56 +02:00
OBattler
2a0b3eb9c5
Added PAE, ported K6, P6, and WinChip 2 timings to the old recompiler, added a bunch of CPU's to the old recompiler, done some x87 fixes for both recompilers, added PAE, and fixed root directory entries for single-sided 5.25" DD floppies in the New Floppy Image dialog.
2020-04-10 01:08:52 +02:00
OBattler
ef1454b949
Merge pull request #680 from richardg867/master
...
A-Trend ATC7020BXII
2020-04-08 22:07:24 +02:00
RichardG867
2d982c5441
Another formatting fix
2020-04-08 17:06:25 -03:00
RichardG867
c6ffed95a1
Add ATC7020BXII to regular builds
2020-04-08 17:01:21 -03:00
OBattler
fb68a3c0ff
Merge pull request #679 from 86Box/bugfix/spock_getpos
...
Fixed Get POS Info command.
2020-04-08 22:00:29 +02:00
RichardG867
98ed05edf8
More machine table formatting fixes
2020-04-08 17:00:06 -03:00
TC1995
daf38d5ded
Fixed Get POS Info command.
2020-04-08 21:58:52 +02:00
RichardG867
e8bf217c1e
A-Trend ATC7020BXII
2020-04-08 16:57:13 -03:00
David Hrdlička
7e4ad2b3ac
win: Re-add required version info fields
...
They didn't seem to break compile, but it's better to stay on the safe side :P
2020-04-08 20:12:29 +02:00
OBattler
0b7eae21f0
Merge pull request #678 from dhrdlicka/feature/rc-fixes
...
Fixed bad error messages, cleaned up VERSIONINFO
2020-04-08 19:07:54 +02:00
David Hrdlička
36d4b5189a
Fixed bad error messages, cleaned up VERSIONINFO
2020-04-08 18:42:07 +02:00
David Hrdlička
177d52f5d5
fix build
2020-04-07 13:42:03 +02:00
OBattler
9d47d548b1
Updated Makefile_ndr.mingw.
2020-04-07 12:48:43 +02:00
OBattler
7b93842881
Merge pull request #675 from driver1998/cr0
...
Dynarec: Move CR0 into cpu_state
2020-04-07 11:34:17 +02:00
OBattler
1a235ff659
Merge pull request #674 from nerd73/master
...
Hacky P6 timing model
2020-04-07 11:26:31 +02:00
OBattler
e6407d502a
Merge pull request #673 from qeeg/master
...
Fix bugs pointed out by Coverity
2020-04-07 11:26:17 +02:00
GH Cao
d632f1dac9
Dynarec: Move CR0 into cpu_state
...
Some dynarec backends (x86-64, arm64) expect the offset between cpu_state and CR0 to within a certain limit, otherwise they crashes (e.g: "host_x86_MOV64_REG_ABS - out of range").
Move CR0 to the end of cpu_state, make sure the offset is within limit.
Helps NT4 and Win95 with dynarec on.
2020-04-07 17:02:34 +08:00
nerd73
312b96a897
Hacky P6 timing model based off K6 timings
2020-04-06 22:44:26 -06:00
Melissa Goad
e8e709b352
fixup
2020-04-06 14:18:02 -05:00
Melissa Goad
8562170047
Fix bugs pointed out by Coverity
2020-04-06 14:13:00 -05:00
OBattler
ca74e0c570
Merge pull request #671 from driver1998/clang
...
Enable New Dynarec on Windows ARM
2020-04-05 15:51:56 +02:00
OBattler
ee9eb78163
Merge pull request #672 from tiseno100/master
...
Added the Abit BF6
2020-04-05 15:51:25 +02:00
tiseno100
5bd5b70602
??? huh case sensitivity i forgot
2020-04-05 15:56:49 +03:00
tiseno100
271b4854f4
Delete machine.h
2020-04-05 15:56:10 +03:00
tiseno100
5bdfde00d5
Add the Abit BF6
2020-04-05 15:55:11 +03:00
GH Cao
75ca50ce17
allow new dynarec can be built for Windows ARM
2020-04-04 20:50:34 +08:00
OBattler
5f14fc89af
Merge pull request #670 from dhrdlicka/feature/msvc-compat
...
Fix MSVC and Windows SDK compatibility
2020-04-04 13:17:50 +02:00
GH Cao
9ed018eb96
new dynarec: Stop using WIN32 and _WIN32 to identify x86 MSVC WIN32 is defined in all Windows platforms, including Windows ARM
2020-04-04 19:16:43 +08:00
David Hrdlička
a220027745
Re-add an accidentally removed comment
2020-04-04 13:06:05 +02:00