Commit Graph

5111 Commits

Author SHA1 Message Date
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
Miran Grča
fbe7893b80 Merge pull request #1388 from ts-korhonen/master
Fixes to CMake/msvc/clang builds and debug builds
2021-04-21 21:43:49 +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
Miran Grča
75564902dc Merge pull request #1386 from ts-korhonen/opengl
Make DEV_BRANCH available in .rc files when building with make
2021-04-18 08:19:08 +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
ts-korhonen
000295cffc Add DEV_BRANCH to RFLAGS so it's present when make is compiling resource files. 2021-04-18 02:43:24 +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
RichardG867
22cae247a8 Revert "Add native Win32 version of the nvr directory iteration code for MSVC"
This reverts commit af22ff9e62.
2021-04-17 20:05:39 -03:00
RichardG867
af22ff9e62 Add native Win32 version of the nvr directory iteration code for MSVC 2021-04-17 20:02:37 -03:00
Miran Grča
f9f11c6968 Merge pull request #1384 from richardg867/master
Random cleanups and fixes
2021-04-18 01:01:24 +02:00
RichardG867
0051a5fbe6 Forgot to migrate OpenAT name 2021-04-17 19:24:24 -03:00
RichardG867
4a41e4d486 De-underscore PowerMate V, OpenAT and OpenXT 2021-04-17 19:23:22 -03:00
Miran Grča
027d93196e Merge pull request #1382 from ts-korhonen/opengl
OpenGL renderer a.k.a. shader support
2021-04-18 00:17:53 +02:00
RichardG867
2b552ea71a Automatically copy NVR files from old machine names to the new names 2021-04-17 19:07:16 -03:00
OBattler
3497ed71c2 Some fixes to the UI code. 2021-04-17 22:43:31 +02:00
RichardG867
ec9b5cae73 Part 2 of The De-Underscoring: function names, ROM paths and some indentation cleanups 2021-04-17 17:12:02 -03:00
RichardG867
1e21629523 Limit PCjr to 4.77 MHz the proper way 2021-04-17 16:47:52 -03:00
RichardG867
d0d73b7ef5 Revert "The IBM PCjr is now limited to 8088 4.77 MHz, closes #1379."
This reverts commit d060a38d91.

# Conflicts:
#	src/machine/machine_table.c
2021-04-17 16:46:04 -03:00
RichardG867
dcbf4b5729 Merge branch 'master' of https://github.com/86Box/86Box 2021-04-17 16:43:32 -03:00
RichardG867
120fc553b0 Machine table limit cleanup, based on research into potentially undocumented jumper combinations 2021-04-17 16:43:25 -03:00
RichardG867
d2ae0a6ec4 Fix base Eden speeds 2021-04-17 16:42:43 -03:00
RichardG867
644ba28e18 Remove another redundant Socket 7 multiplier check 2021-04-17 16:34:04 -03:00
RichardG867
8f92c6d6cc Clean up SPD type handling with unions 2021-04-17 16:27:38 -03:00
RichardG867
841ac25297 3.5x multiplier on Socket 5/7 should always be equivalent to 1.5x 2021-04-17 16:25:11 -03:00
RichardG867
4c46d21924 Clean up 450KX formatting 2021-04-17 16:22:00 -03:00
ts-korhonen
8c1c204052 Merge branch 'master' into opengl 2021-04-17 13:47:10 +03:00
ts-korhonen
e6bac34b47 win_opengl: restrict to DEV_BRANCH as a separate renderer 2021-04-17 13:45:11 +03:00
OBattler
877cf20e01 Fixed DRB's on the Intel 420TX and 420ZX. 2021-04-17 04:54:33 +02:00
OBattler
ad3c3a3c6d Fixed a compile-breaking mistake in machine/machine_table.c. 2021-04-17 04:47:12 +02:00
OBattler
4989d99c1b Merge branch 'master' of https://github.com/86Box/86Box 2021-04-17 04:45:55 +02:00