Commit Graph

4894 Commits

Author SHA1 Message Date
OBattler
87b677b8a4 Reverted the AT keyboard code queues to before I created that mess, and fixed the DEL scan code sent on CTRL+ALT+DEL. 2021-04-26 06:24:27 +02:00
Miran Grča
b4abc13e3c Merge pull request #1402 from lemondrops/bugfix/cpu_set_isa_speed
Fix incorrectly set 7.16 MHz clock speeds on some chipsets
2021-04-26 01:32:39 +02:00
Alexander Babikov
0208c7560f Fix incorrectly set 7.16 MHz clock speeds on some chipsets 2021-04-26 04:21:29 +05:00
Alexander Babikov
9d1b2af59e Fix OpenGL shaders not working when built with CMake 2021-04-26 04:16:50 +05:00
TC1995
3191f0057b Minor fixes to the Oak code. 2021-04-26 00:21:14 +02:00
TC1995
a01905cce7 Fixed high resolution 16 color modes in the Oak OTI-067/077 cards and added additional unimplemented bits of said cards. 2021-04-26 00:19:01 +02:00
TC1995
97e6c912eb Fixed NVRAM initialization (floppies, hdd's, etc...) for the PS/1 computers. 2021-04-26 00:15:15 +02:00
Alexander Babikov
b4a16437d3 Add a separate build option for the OpenGL renderer 2021-04-26 02:45:20 +05:00
Alexander Babikov
b1fb9def6e Fix the BIOS path for Olivetti M290 2021-04-26 01:18:41 +05:00
Alexander Babikov
e7fb536ab7 Miscellaneous cosmetic changes to the makefile and header files 2021-04-26 01:10:50 +05:00
Alexander Babikov
1dbfb794b8 Move the Olivetti EVA chipset to the dev branch and add the M290 to CMake scripts 2021-04-26 00:38:23 +05:00
Alexander Babikov
66d09a189a Properly remove the FIC VIP-IO2 from the dev branch 2021-04-26 00:35:56 +05:00
Alexander Babikov
8a4f54b6c0 Remove unused Makefile options 2021-04-26 00:29:39 +05:00
OBattler
8535e746dc Merge branch 'master' of https://github.com/86Box/86Box 2021-04-25 18:47:55 +02:00
OBattler
b4c2a657a1 Added a fix for newly-initialized NVR on the Lucky Star 486 and AMI Apollo. 2021-04-25 18:47:33 +02:00
Panagiotis
ba92f1df34 Finalize the SiS Pentiums
- Implemented the SiS 5511
- The SiS 5571 can safely go off Dev Branch now
- Few fixes on the SiS 5598
2021-04-25 13:23:41 +03:00
OBattler
4fb1c8e51f More Headland/Video 7 fixes. 2021-04-25 06:50:38 +02:00
OBattler
ca30709428 More HT-216 fixes. 2021-04-25 05:38:15 +02:00
Miran Grča
b88b60c0e9 Merge pull request #1396 from richardg867/master
Fix AS99127F GPO defaults
2021-04-25 03:34:43 +02:00
OBattler
60a2136f18 Merge branch 'master' of https://github.com/86Box/86Box 2021-04-25 03:34:02 +02:00
OBattler
8a4faebd85 Various fixes to the Video 7 family of cards (including HT216-32). 2021-04-25 03:33:49 +02:00
RichardG867
a4cb622015 Fix AS99127F GPO defaults 2021-04-24 22:29:47 -03:00
ts-korhonen
b90601256d win_opengl: Added handling of initialization failures. 2021-04-24 01:01:45 +03:00
ts-korhonen
73cb94debf Merge branch 'master' into opengl 2021-04-23 16:14:45 +03:00
ts-korhonen
2bf6c7aa11 win_opengl: UI for options and add them to config. Reloading changed options at runtime. Improved framerate limitter. 2021-04-23 16:09:45 +03:00
OBattler
5faf4aa373 Some ACPI fixes. 2021-04-22 04:30:12 +02:00
OBattler
f7a86784bd Merge branch 'master' of https://github.com/86Box/86Box 2021-04-22 04:28:19 +02:00
OBattler
957b538c4a Rewrote memory access handling to properly split execute from read, bus from CPU (but the mappings will still match until otherwise specified), and fixed exec[] usage by the mem_*_phys() functions. 2021-04-22 04:27:50 +02:00
ts-korhonen
579e221a76 win_opengl: Protect resize_info with mutex. 2021-04-22 01:15:10 +03:00
ts-korhonen
3088c6c26f win_opengl: (WIP)UI for options. Add comments to help find conditionals that put opengl in dev_branch. 2021-04-21 23:08:32 +03:00
ts-korhonen
58d2f6e3ff win_opengl: Optimize message handling by replacing SDL_PollEvents with basic win32 message pump. 2021-04-21 23:08:32 +03:00
Miran Grča
7ffc6d72c3 Merge pull request #1389 from tiseno100/master
SiS 5598 Implementation
2021-04-21 21:44:10 +02:00
Panagiotis
711bbff6ad SiS 5598 uses Generic NVR at the moment 2021-04-21 22:32:16 +03:00
Panagiotis
24bfeec551 Fix compile error 2021-04-21 22:07:30 +03:00
Panagiotis
c5be6e3e0a Added the missing IT8661F 2021-04-21 22:05:59 +03:00
Panagiotis
0847ff171a Minor ACPI fix 2021-04-21 21:58:52 +03:00
Panagiotis
00db2f3714 Few NVR changes 2021-04-21 21:56:37 +03:00
Panagiotis
11d4f18cfe SiS 5598 Implementation. 2021-04-21 21:54:23 +03:00
ts-korhonen
90ccb754fb Fix MSVC builds: win_opendir.c defined unicode on itself while it's used not in unicode. 2021-04-21 13:00:56 +03:00
ts-korhonen
b07a6023d0 Fix compiling 86Box.rc in CMake. 2021-04-21 12:28:38 +03:00
ts-korhonen
4bf73d8148 Initialize iCol with zero. Uninitialized is random at debug and negative numbers fail to insert column. 2021-04-21 12:26:06 +03:00
OBattler
b0870d5055 Fixed a mistake in win/win_dialog.c. 2021-04-21 01:36:10 +02:00
OBattler
6ff172b833 Entry into SMM now cases flags to be rebuilt. 2021-04-21 01:09:48 +02:00
OBattler
dca94261fe Merge branch 'master' of https://github.com/86Box/86Box 2021-04-20 03:24:48 +02:00
OBattler
17c3056681 Finished fixing the VIA chipset required for the FIC VIP-IO2, added a version of the W83787F Super I/O chip with secondary IDE, fixed the W83787F IDE handler, made AT NVR initialize with 0xff rather than 0x00 by default (which is actually correct), and removed the FIC VIP-IO2 from the Dev branch. 2021-04-20 03:24:30 +02:00
Miran Grča
d555e9f52c Merge pull request #1385 from richardg867/master
Fix build for MSVC
2021-04-18 08:20:37 +02:00
OBattler
24426f7c20 The DEV_BRANCH define now also applies to resources, so now the OpenGL menu entry should be visible. 2021-04-18 04:18:24 +02:00
RichardG867
dfdfc7fd8e Compile win_opendir on MSVC 2021-04-17 21:04:31 -03:00
RichardG867
6ab6bcd7a3 Switch nvr file iteration code to the local dirent implementation 2021-04-17 20:17:49 -03:00
RichardG867
867f76d9b4 Fix the Windows dirent reimplementation structure name 2021-04-17 20:17:27 -03:00