OBattler
b999cce723
Some fixes to fix PIIX3 machines, fatal's on BIOS'es accessing the OPL, and RAM limits on 430TX machines.
2020-03-22 01:17:49 +01:00
tiseno100
57a02531ac
Added the Soltek SL-63A1
...
A weaker S370 board
2020-03-21 10:38:34 +02:00
tiseno100
0d945fbf47
Added the ECS P6BXT-A+
2020-03-21 10:04:11 +02:00
OBattler
2fd235ae1e
Merge pull request #614 from richardg867/temp
...
Fix build with new dynarec disabled
2020-03-21 03:28:15 +01:00
RichardG867
18562b5f7d
ASUS P2B-LS board
2020-03-20 23:27:23 -03:00
RichardG867
b508085f13
Fix KBC-related reboot loops on more recent AMI BIOSes
2020-03-20 21:29:13 -03:00
RichardG867
14935da701
Fix build with new dynarec disabled
2020-03-20 21:21:37 -03:00
Daniel Gurney
e36f68a21d
Remove unnecessary space in readme
2020-03-10 22:41:07 +02:00
Daniel Gurney
5ce749bd1d
Mention new ROM repository in Readme.md
2020-03-08 21:07:44 +01:00
nerd73
746b5e42ff
Fix a compile-breaking issue
2020-03-01 20:25:49 -07:00
nerd73
111d82fa0c
Preliminary VIA Cyrix III emulation
...
This adds preliminary emulation of the first-gen Samuel core, used in the VIA Cyrix III CPU, at clock speeds from 66 to 700 MHz. This also moves the 440BX emulation out of the dev-branch.
Things working:
- CPUID
- Windows 98SE
- Timings seem identical between WinChip/W2's integer section and this
Things left to do:
- 3DNow on old dynarec
- Half-speed FPU (currently simulated with WinChip 1 timings instead of WinChip 2)
2020-03-01 15:06:35 -07:00
OBattler
5c4542283d
Disabled some excess logging.
2020-03-01 00:53:38 +01:00
OBattler
dc59cdf48e
Fixed the 6ABX3's machine name.
2020-03-01 00:50:45 +01:00
OBattler
ed6e8ffb77
Fixed CPUID's for low-clocked Klamath and Deschutes Pentium II's.
2020-03-01 00:48:32 +01:00
OBattler
a9ffc5b8c9
Even more fixes - the 6ABX3 now is fully implemented and works, except for the Super I/O chip.
2020-03-01 00:35:18 +01:00
OBattler
d26dfc8f0e
More fixe and renamed the 440BX machine to 6ABX3.
2020-03-01 00:23:47 +01:00
OBattler
1972afd8aa
AT NVR fixes for PIIX4.
2020-03-01 00:16:58 +01:00
OBattler
490c04fcae
Current WIP code.
2020-02-29 19:12:23 +01:00
driver1998
bf8ff98fd4
rawinput: fix VID and PID display in device name
2020-02-27 02:00:58 +08:00
driver1998
b35f5628be
prt_escp: fix return value of read_ctrl
2020-02-27 01:58:00 +08:00
GH Cao
4da7d7492a
makefile: add rawinput joystick
2020-02-05 08:07:09 +08:00
GH Cao
8d400e140e
makefile: honor LDFLAGS
2020-02-05 07:17:31 +08:00
GH Cao
bc2acaa8d4
makefile: do not specify .exe when calling pkg-config
2020-02-05 07:05:28 +08:00
GH Cao
dfbb56af41
win: RawInput Joystick interface
2020-02-04 22:49:19 +08:00
GH Cao
d66608f77b
win rawinput: move all GetRawInputData into one
2020-02-04 22:47:21 +08:00
GH Cao
382c606483
win_settings: fix progress bar in new disk image dialog
2020-02-04 22:43:13 +08:00
GH Cao
8e8492baed
win: fix declaration of SetCurrentProcessExplicitAppUserModelID
2020-02-04 22:43:13 +08:00
OBattler
3b6cc393eb
Merge pull request #579 from nerd73/master
...
Machine table fixes
2020-01-25 21:27:32 +01:00
OBattler
8b07849cf5
Merge branch 'master' into master
2020-01-25 21:27:24 +01:00
OBattler
64e161985c
Merge pull request #581 from tiseno100/master
...
The Micronics 09-00021 is actually discrete & 386DX based
2020-01-25 21:25:23 +01:00
tiseno100
c6d38548c7
The Micronics 09-00021 is actually discrete & 386DX based
...
For https://github.com/86Box/86Box/issues/580
2020-01-25 17:17:41 +02:00
nerd73
15acc9a537
Machine table updates
2020-01-23 22:33:56 -07:00
OBattler
e1e2d2d17d
Fixed the MPU-401 tempo stuff.
2020-01-23 06:40:20 +01:00
OBattler
771241a474
Merge pull request #577 from 86Box/feature/scamp
...
Added the SCAMP chipset, onboard AVGA2 and corresponding machine (Com…
2020-01-22 17:41:14 +01:00
TC1995
c884438414
Fixed file version of scamp and corrected the machine.h header.
2020-01-22 17:31:34 +01:00
TC1995
299c47925e
Added the SCAMP chipset, onboard AVGA2 and corresponding machine (Commodore SL386SX-25).
2020-01-22 17:26:36 +01:00
OBattler
9a0366d283
Merge pull request #576 from tiseno100/master
...
Restored the missing Phoenix & Quadtel 286 clones
2020-01-22 16:30:56 +01:00
tiseno100
32ef3c563c
Removed the Micronics 386 from Dev Branch
2020-01-22 14:05:08 +02:00
tiseno100
05004a6930
Restored the missing Phoenix & Quadtel 286 clones
2020-01-22 14:01:11 +02:00
OBattler
4f6d27a8f4
Integer scale is now actually integer scale (but might still be blurred by the host hardware if using the SDL (Hardware) renderer, so use SDL (Software) if you don't want the blur).
2020-01-22 05:24:44 +01:00
OBattler
e17c47f590
Disabled excess logging in the Matrox code.
2020-01-21 07:29:28 +01:00
OBattler
2edbc38ec3
Fixed bugs with PIC 2, fixes IDE bugs among other things.
2020-01-21 03:47:37 +01:00
OBattler
f662b9f342
Fixed the 286+ CPU timer running.
2020-01-21 02:00:04 +01:00
OBattler
fd58f1e79b
Merge branch 'master' of https://github.com/86Box/86Box
2020-01-21 01:23:48 +01:00
OBattler
7506b4667e
Fixed the HLT instruction on 286+ and Intel Flash aliasing.
2020-01-21 01:23:35 +01:00
OBattler
31c9a8b2f9
Merge pull request #572 from 86Box/bugfix/gus
...
Fixed the GUS and added configuration addresses and OPL for the WSS I…
2020-01-20 21:41:01 +01:00
TC1995
eb9812645e
Fixed the GUS and added configuration addresses and OPL for the WSS ISA card.
2020-01-20 14:07:24 +01:00
OBattler
2f5ba40367
Updated the ROM set link in README.md.
2020-01-20 05:41:10 +01:00
OBattler
aa7dee91bc
Reimplemented the ATi EGA wonder on the EGA code instead of (S)VGA, now it actually works and has the same configuration options as the other EGA cards.
2020-01-20 05:36:44 +01:00
OBattler
f16e82655f
Merge pull request #570 from 86Box/feature/ls486e
...
Added the Lucky Star LS-486E (SiS 496/497 board with AMI WinBIOS).
2020-01-20 04:03:33 +01:00