Commit Graph

862 Commits

Author SHA1 Message Date
OBattler
827065c0bc Ported the cassette emulation from PCE, closes #835. 2021-07-27 06:12:09 +02:00
OBattler
ea65edb831 Did some changes I forgot to do before. 2021-07-23 01:22:47 +02:00
OBattler
c47e766bc4 The migration of the legacy SCSI controller is now perfectly seamless, thanks, Ryuzaki! 2021-07-23 01:20:14 +02:00
OBattler
729b6d5069 Added support for up to four SCSI controllers, closes #343. 2021-07-22 20:13:44 +02:00
OBattler
f31e8b27d5 Fixed a warning in win/win.c . 2021-07-21 16:55:03 +02:00
OBattler
706ad0e896 Changed the way the emulator is shut down, fixes #1555. 2021-07-21 04:05:40 +02:00
OBattler
9adf0fdcc4 Added the ability for keyboard to require capture, in order for 86Box keyboard input to operate like VMWare, closes #829. 2021-07-19 02:27:22 +02:00
OBattler
1e20655813 Fixes window resizing in DPI scaled mode, fixes #1524. 2021-07-18 17:52:22 +02:00
OBattler
78c3f6759f Removed all usage of TerminateThread()/thread_kill(), thread_wait() is used instead now. 2021-07-16 06:45:32 +02:00
Alexander Babikov
ad5641c1b8 Fix CPU display in Discord Rich Presence 2021-07-09 10:38:46 +05:00
RichardG867
f88650eea5 Add Savage Quest protection dongle emulation from MAME 2021-07-08 21:49:08 -03:00
ts-korhonen
17ad59094f win_opengl: Add logging 2021-07-05 23:16:00 +03:00
Daniel Gurney
f2cd3756dd Revert "Merge branch 'feature/machine_and_kb' into master"
This reverts commit 6604a29d7e, reversing
changes made to 1d7fca0abd.
2021-07-04 18:22:52 +03:00
OBattler
15279e4964 Finished the ALi M15xx and removed from Dev branch. 2021-07-01 01:43:59 +02:00
OBattler
fd4817a87b All the current WIP work (warning: the PIT is currently using some temporary test rewrite that is going to be undone). 2021-06-29 19:11:19 +02:00
Miran Grča
7b1a1f0136 Merge pull request #1490 from ts-korhonen/master
Explicitly initialize COM library in main and opengl threads
2021-06-18 17:41:23 +02:00
Miran Grča
060d77d52d Merge pull request #1494 from lemondrops/master
Suppress GCC false positive warnings in vid_voodoo_codegen_x86[-64].h
2021-06-18 17:40:50 +02:00
Alexander Babikov
abb0e27c02 Suppress GCC false positive warnings in vid_voodoo_codegen_x86[-64].h 2021-06-18 18:27:52 +05:00
Alexander Babikov
fe996c42e6 Fix UTF-8 to UTF-16 conversion of displayed paths to MO/ZIP images 2021-06-18 18:22:04 +05:00
ts-korhonen
ed86f69c85 Explicitly initialize COM library in main and opengl threads, hopefully fixing filedialog issues. 2021-06-17 19:17:21 +03:00
ts-korhonen
7941659ad0 Ignore key events in message pump if they aren't accelerators. Fixes alt-f4 closing sdl renderer window. 2021-06-15 15:26:04 +03:00
RichardG867
62afe31757 Remove EBGA368 due to poor research (CPUs are Samuel 2 and newer only) 2021-06-03 16:26:08 -03:00
RichardG867
1ba56e2681 Crystal CS4237, part 1 2021-06-03 16:26:04 -03:00
Alexander Babikov
046aa86ffa Remove a duplicate #include in win_stbar.c 2021-05-26 18:15:47 +05:00
Alexander Babikov
ea5e598bf1 Make the media menu recognize drives attached to external IDE controllers 2021-05-26 18:14:52 +05:00
TC1995
1b642b4aba Port 0x105 on the ISA-based HT209 is only initialized from port 0x46e8 to avoid conflicts with the IBM PS/1 2011 and 2121's already existing initialization of the ports.
Reworked the Sierra SC1148x and AT&T49x ramdacs to use the RS2 signal when available.
Added the Realtek RTG3106 video card.
2021-05-12 18:51:02 +02:00
ts-korhonen
e4eef4a1b2 Move cpu_override warning dialog after main window is created so that manager gets the correct window handle. 2021-05-11 00:00:34 +03:00
ts-korhonen
1bb63e232a win_opengl: small change to last fix, no need to subtract twice. 2021-05-09 04:47:32 +02:00
ts-korhonen
0ded806fe9 win_opengl: Fix out-of-bounds texture transfer when y2 is bigger than height. 2021-05-09 04:47:32 +02:00
David Hrdlička
0361709ada Add a warning for cpu_override 2021-05-09 02:48:24 +02:00
Panagiotis
0571bdc006 Removed the IBM PS/2 Model 70. Replaced with the Olivetti 486 2021-05-04 11:24:55 +03:00
Miran Grča
5709587214 Merge pull request #1417 from ts-korhonen/master
Add menu option for filter method to use when scaling video
2021-05-02 16:24:19 +02:00
Panagiotis
aae4163a8e Removed the PS/1 Model 2133. Introduced the Siemens D824. 2021-05-02 10:33:45 +03:00
ts-korhonen
dd65a80b19 Add menu option for filter method to use when scaling video. 2021-05-01 20:49:23 +03:00
ts-korhonen
7b227b3ec1 win_opengl: Add fallback feature for gpus without ARB__buffer_storage extension. 2021-05-01 10:18:11 +03:00
OBattler
8e88fe4c4f Fixed more warnings. 2021-04-29 22:32:54 +02:00
OBattler
63e9af5898 Fixed the TinyGLib "functions in header" nonsense. 2021-04-29 22:25:47 +02:00
Miran Grča
d535a55012 Merge pull request #1413 from ts-korhonen/opengl
Use persistent buffer for pixel transfer in OpenGL Core renderer
2021-04-29 19:38:17 +02:00
OBattler
0a8748bce7 Fixed an uninitialized variable in win/win_ui.c. 2021-04-29 19:33:36 +02:00
ts-korhonen
a5910189f3 win_opengl: use persistent buffer for pixel transfer 2021-04-29 13:48:46 +03:00
OBattler
278b73e339 Fixed the VLSI 82c480 chipset and removed the HP Vectra 486 from the Dev branch. 2021-04-28 08:59:52 +02:00
Miran Grča
e99f40689b Merge pull request #1404 from ts-korhonen/opengl
Remove shader option to OpenGL Core and a window fix
2021-04-27 04:14:53 +02:00
ts-korhonen
302143eafb Fix a deadlock with changing renderer and status bar activity 2021-04-26 16:38:12 +02:00
ts-korhonen
fcac2d7e78 win_openg: Added menu item to remove active shader. 2021-04-26 09:51:23 +03:00
ts-korhonen
147175677d win_opengl: Fix main window staying inactive when clicked. 2021-04-26 09:38:35 +03:00
Alexander Babikov
9d1b2af59e Fix OpenGL shaders not working when built with CMake 2021-04-26 04:16:50 +05:00
Alexander Babikov
b4a16437d3 Add a separate build option for the OpenGL renderer 2021-04-26 02:45:20 +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
8a4f54b6c0 Remove unused Makefile options 2021-04-26 00:29:39 +05:00