RichardG867
2b6258139e
Revert "Convert existing MessageBox calls to TaskDialog"
...
This reverts commit af6cead246 .
2020-03-24 19:13:58 -03:00
RichardG867
0b5d648a49
Merge branch 'master' of https://github.com/86Box/86Box
2020-03-24 19:10:49 -03:00
OBattler
00ec4b72ea
TC1995's port of the IBM PS/2 MCA SCSI controller (Spock).
2020-03-24 01:00:28 +01:00
nerd73
c007121062
Merge branch 'temp' into temp
2020-03-23 16:06:32 -06:00
RichardG867
79fb541ce5
Implement POST card device
2020-03-23 17:03:28 -03:00
nerd73
1ced5064ec
Merge branch 'temp' into temp
2020-03-22 20:06:21 -06:00
RichardG867
dd70542d78
SMBus support + Winbond W83781D hardware monitor
2020-03-22 22:11:55 -03: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
490c04fcae
Current WIP code.
2020-02-29 19:12:23 +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
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
cc9b3165b5
Added the --noconfirm/-N option to suppress the confirmation dialog box on quitting the emulator, closes #464 .
2020-01-19 06:19:07 +01:00
OBattler
0cb2fa034c
Fixed some bugs and warnings, and cleaned-up and reworked the MIDI input stuff so that MIDI input can go to multiple devices at a time (each device allows configuring, whether or not it should receive MIDI input), and fixed MIDI input on the Sound Blaster 16/AWE32's built-in MPU-401.
2020-01-19 05:45:05 +01:00
OBattler
76383d3722
Moved the ValuePoint to the Dev branch until its floppy mess is some day sorted out.
2020-01-18 08:42:55 +01:00
OBattler
3ba1def248
Merge branch 'master' into master
2020-01-18 05:52:59 +01:00
OBattler
31d2b65ed6
Merge pull request #556 from 86Box/feature/mga
...
Added Matrox MGA (Mystique) emulation from PCem.
2020-01-17 16:30:00 +01:00
OBattler
f907641cc8
Merge pull request #553 from horkthane/feature/joystick_fixes
...
Assorted Joystick fixes
2020-01-17 15:59:06 +01:00
OBattler
7bef50b782
Fixed a mess in win.c that was causing a corruption of the command lime parameters array.
2020-01-17 05:44:38 +01:00
horkthane
3a8b89af63
Assorted Joystick fixes
...
Implemented use of DirectInput sliders. They were previously lumped in with axis and then not read or used at all.
Lots of use of joystick_type == 7 or joystick_type != 7 to detect if the joystick_type was none. Changed this to a define.
The text to enumerate the types of joysticks was contained in a numbered LPARAM sheet. Switched to using the name listed in the joystick struct.
Joysticks with more than 32 buttons would overflow the plat_joystick_state button array. Added overflow checks.
Added a 4 axis 4 button joystick type that Win98 can pick up as a generic 4 axis 4 button controller.
2020-01-16 19:23:54 -05:00
TC1995
7c15df1fd7
Added Matrox MGA (Mystique) emulation from PCem.
2020-01-17 00:24:18 +01:00
OBattler
6750e8b287
Optimized builds no longer unroll loops, produces smaller (by ~300k) and slightly faster binaries.
2020-01-16 20:50:28 +01:00
David Hrdlička
a575bd7e8b
fix more issues reported by coverity
2020-01-15 18:48:22 +01:00
OBattler
e44e60c660
Fixed the fourth batch of problems.
2020-01-15 05:24:33 +01:00
OBattler
932ad5595a
Fixed the third batch of problems.
2020-01-15 04:58:28 +01:00
OBattler
f3317c9d95
Fixed another potential overrun in the Discord support code.
2020-01-15 02:24:12 +01:00
OBattler
f5794eba11
Fixed code resulting in potentially non-NULL-terminated strings in the Discord support code.
2020-01-15 02:19:38 +01:00
OBattler
cdac8c1c11
Fixed win/win.c to not NULL-check that which is not NULL.
2020-01-15 02:10:52 +01:00
OBattler
9347986ebe
Fixed the dynamic DLL load code to use the correct API call to free the library.
2020-01-15 01:10:41 +01:00
OBattler
171cc75b1e
Fixed another potential overrun in win/win_settings.c.
2020-01-15 01:07:06 +01:00
OBattler
8928ef3f66
Fixed an overrun in win/win_ui.c, a few newly introduced bugs, and a warning in the MPU-401 code.
2020-01-15 01:03:54 +01:00
OBattler
a39bb1db2b
Fixed another resource leak in win/win.c.
2020-01-15 00:41:02 +01:00
OBattler
2b5425de79
Removed a block of dead code from win/win_settings.c.
2020-01-15 00:38:29 +01:00
OBattler
be041ae94d
Removed some useless code (including a dead code block) in the 86F image creation code.
2020-01-15 00:30:01 +01:00
OBattler
93695b15b3
Fixed another potential overrun in win/win_settings.c.
2020-01-14 23:07:10 +01:00
OBattler
79a10c06b0
Fixed an unintentional integer overflow in win/win_settings.c.
2020-01-14 22:26:22 +01:00
OBattler
2d5a8dc49c
Fixed a resource leak in win/win.c.
2020-01-14 22:23:56 +01:00
OBattler
b9f3fdc548
Removed a redundant if block from win/win_ui.c.
2020-01-14 22:21:24 +01:00
OBattler
e733ac2cf8
Doubled the size of fd_file_name in win/win_new_floppy.c, fixes array overrun in zip_load().
2020-01-14 22:16:54 +01:00
OBattler
cce388cee9
Added a anity check to the Discord support code.
2020-01-14 20:14:08 +01:00
OBattler
da82e6a5eb
Finished the VIA machine.
2020-01-14 02:14:39 +01:00
Melissa Goad
426bf8c46e
Fix the name of the VT82C586B southbridge
2020-01-13 18:50:12 -06:00
Melissa Goad
aa73f2215f
Preliminary port of PCem's FIC VA-503P motherboard
2020-01-13 18:50:09 -06:00
RichardG867
af6cead246
Convert existing MessageBox calls to TaskDialog
2020-01-13 17:11:54 -03:00
OBattler
52000fef8c
Merge pull request #535 from 86Box/feature/midi_in
...
Feature/midi in
2020-01-12 18:57:44 +01:00
Melissa Goad
fa6adf3b90
Make it work for the old dynarec too
2020-01-12 10:10:13 -06:00
Melissa Goad
391e71c236
Initial SMM (System Management Mode) emulation
2020-01-12 01:04:05 -06:00
Altheos
d0a8b1211a
Fix wrong 86Box.rc
2020-01-10 12:22:49 +01:00
Altheos
3bdec705e5
GUS soundcard improvements :
...
IO address flexibility
256kb, 512kb or 1Mb total memory variant
2020-01-08 18:26:24 +01:00
TC1995
e8dd8c3774
Fixed midi input code. Currently only MPU401 (standalone) and SB cards have MIDI Input capabilities, es1371 and GUS will be done for a later time.
2020-01-02 18:19:22 +01:00
TC1995
9562a20a63
Initial commit of MIDI IN.
2020-01-01 20:20:16 +01:00