OBattler
10ea6dd911
Applied the NMI mask patch from Greatpsycho;
...
All PS/1 and PS/2 models are now fixed to their built-in graphics cards and use the legacy VGA monitor pin emulation - fixes the 2401 errors;
The S3 ViRGE no longer dumps the video RAM on close.
2017-07-19 14:18:33 +02:00
OBattler
7669f8d7d3
Merge pull request #151 from basic2004/grayscale
...
Fixed grayscale
2017-07-19 08:47:29 +02:00
basic2004
4c0b03cc9e
Fixed some mistake
2017-07-19 15:15:38 +09:00
basic2004
7f978f5a30
Seperated grayscale conversion type
...
BT601, BT709, and average.
2017-07-19 15:08:40 +09:00
basic2004
021befa12c
Fixed grayscale transform
...
mathematics to hardcoded color arrays for performance.
2017-07-19 12:32:14 +09:00
basic2004
0cea3de564
Merge remote-tracking branch 'refs/remotes/OBattler/master'
2017-07-19 12:22:02 +09:00
OBattler
1168c6c63c
Applied two EGA-related commits from mainline PCem.
2017-07-18 21:44:42 +02:00
OBattler
d47364fd3e
ES_AUTOHSCROLL now applied to the correct control.
2017-07-18 20:32:27 +02:00
OBattler
5c5f03f45b
Merge pull request #150 from dhrdlicka/master
...
Fix Mouse type dropdown
2017-07-18 20:29:49 +02:00
OBattler
89fd3e467f
Increased maximum number of timers to 64;
...
Redid some things in serial_old.c;
Made win_serial.c only compile and link if make is started with WALTJE=y;
The NVR path text box in the Settings dialog now has ES_AUTOHSCROLL set.
2017-07-18 19:22:16 +02:00
OBattler
95ac6ebe1d
Temporarily reverted to the PCem serial code (but kept waltje's in, optionally enabled by running make with WALTJE=y parameter);
...
Applied another A20 patch from Greatpsycho.
2017-07-18 14:55:09 +02:00
OBattler
9862229043
Merge pull request #148 from basic2004/grayscale
...
Added VGA Grayscale transform.
2017-07-17 17:02:20 +02:00
OBattler
7c3337a563
Fixed the paths to the MDA and WY700 character ROM's.
2017-07-17 16:26:53 +02:00
basic2004
ccea4a189a
Added VGA grayscale and choose screen type
...
VGA render can transform to grayscale and applying color.
Green, amber and white.
2017-07-17 23:04:50 +09:00
basic2004
f8229f6cbd
Merge remote-tracking branch 'refs/remotes/OBattler/master'
2017-07-17 23:00:36 +09:00
basic2004
4ac5b13a99
Merge remote-tracking branch 'refs/remotes/OBattler/master'
2017-07-17 22:56:34 +09:00
OBattler
0759e6e3be
Fixed two bugs in x86seg.c.
2017-07-17 15:55:25 +02:00
OBattler
d3baa03d05
A20 line fix by Greatpsycho.
2017-07-17 14:22:02 +02:00
OBattler
e7c0312abd
Fixed the last bugs revealed by GCC 7.1.0;
...
Applied the mainline PCem HDD controller reorder commit.
2017-07-17 13:34:27 +02:00
OBattler
ea60b150b6
Fixed some bugs revealed by GCC 7.1.0.
2017-07-17 13:14:30 +02:00
OBattler
962885b960
Updated README.md with the new Jenkins link.
2017-07-17 01:32:58 +02:00
Melissa Goad
7cb967448c
Merge branch 'master' into experimental
2017-07-16 17:15:44 -05:00
Melissa Goad
cd6c728d28
Merge branch 'master' of https://github.com/OBattler/86Box
2017-07-16 17:15:12 -05:00
OBattler
4f5582ce21
Added PSE emulation, based on mainline PCem commit.
2017-07-16 23:12:21 +02:00
TC1995
9dd40982d4
Acculogic XT-IDE adapter is no longer specific to PS/2.
...
Small long time S3 Trio64 fixes.
Added Ctrl-Alt-Esc shortcut, makes it easier to enter CMOS setup in some machines.
2017-07-16 22:07:06 +02:00
OBattler
c1495ed91d
Protected mode improvements :
...
- LTR now sets TSS state to busy
- LMSW preserves ET bit in CR0
- Fixed PC size in 16-bit system segment on CALL/JMP
Patch from Greatpsycho
2017-07-16 21:36:49 +02:00
OBattler
a7eb3c1608
The nvr directory is now automatically created if it does not exist.
2017-07-16 17:28:30 +02:00
OBattler
6a7652d7a0
Corrected the ROM paths in mt32_init() and cm32l_init().
2017-07-16 17:14:08 +02:00
OBattler
4b81cbd996
Merge pull request #147 from Xeon3D/master
...
Re-arranged roms' paths to be a bit more sane.
2017-07-16 16:29:53 +02:00
Marcos Alves
564f0f8331
Re-arranged roms' paths to be a bit more sane.
2017-07-16 15:28:09 +01:00
OBattler
0ae74fbc8e
The take screenshot function now automatically creates the screenshots directory if it does not exist.
2017-07-15 21:46:25 +02:00
OBattler
cc63eafce0
Different approach to CM-32L emulation, fixes it and MT-32.
2017-07-15 20:07:38 +02:00
OBattler
7c54006355
Fixed the MT32 initialization segmentation fault.
2017-07-15 18:56:25 +02:00
OBattler
0feb1c33bf
Fixed some compile-breaking errors.
2017-07-15 18:45:30 +02:00
OBattler
ef151cbcca
Ported Roland CM-32L emulation from the branches of PCem/WX.
2017-07-15 18:37:06 +02:00
OBattler
aff10b7490
Fixed the handling of the Voodoo check box in the Settings dialog.
2017-07-15 14:24:44 +02:00
OBattler
2dbce95fde
Applied the remaining mainline PCem commits.
2017-07-15 14:01:19 +02:00
OBattler
713bce1205
Applied all relevant mainline PCem commits (VME emulation, AT ESDI controller).
2017-07-15 12:46:44 +02:00
David Hrdlička
c1e56174ed
Merge branch 'master' of https://github.com/OBattler/86Box
2017-07-14 23:44:34 +02:00
David Hrdlička
1d5f2a1a7e
Fixed editable Mouse dropdown in Settings
2017-07-14 23:34:10 +02:00
OBattler
e7933ab2bd
Merge pull request #144 from basic2004/d3dfix
...
Some D3D fixes, and monochrome monitor...
2017-07-12 19:37:54 +02:00
basic2004
1ffa327572
Fixed change fullscreen with monochrome monitor
...
Fixed 'force changed RGB color monitor' with monochrome monitor mode when changing to fullscreen and leaving,
and fixed this problem when changing renderer to Direct3D too.
2017-07-12 16:46:51 +09:00
basic2004
6fcdd346a2
some Direct3D fixes from mainline
...
Injected some fixes like here.
01425149dc
666c5c1a50
84b859b489
Locking Windows 10 when fullscreen mode, showing fatal error instead silent crash.
2017-07-12 16:37:13 +09:00
basic2004
2988d5285b
Merge remote-tracking branch 'refs/remotes/OBattler/master'
2017-07-12 16:29:11 +09:00
OBattler
a71ec87d4f
Merge pull request #143 from dhrdlicka/master
...
Add missing mouse macros
2017-07-08 21:23:29 +02:00
David Hrdlička
eadd35bfdb
Add missing mouse macros
2017-07-07 23:24:31 +02:00
Melissa Goad
bc25a9a1cd
Fixup
2017-07-04 08:24:13 -05:00
Melissa Goad
968ab8ee66
Remove autotools build system entirely to avoid confusing new users
2017-07-04 08:21:04 -05:00
Melissa Goad
b49a6f719b
Merge branch 'master' into experimental
2017-06-22 22:54:56 -05:00
waltje
6e5647f477
Replaced mouse type numbers with macros in win_settings.c.
2017-06-22 18:17:58 -04:00