Commit Graph

5111 Commits

Author SHA1 Message Date
Panagiotis
3ce1dbf403 Reverted the Machine Table change
as requested
2021-05-09 22:06:29 +03:00
Panagiotis
d89f1a9d0b Fixed the Olivetti 486 specifications 2021-05-09 13:51:22 +03:00
Panagiotis
e41d9c9ba7 Minor fix on the ET6000 2021-05-09 13:49:31 +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
David Hrdlička
a9a5681973 workflows: Remove MSVC build 2021-05-08 01:00:30 +02:00
Miran Grča
1f0e1b165a Merge pull request #1424 from tiseno100/master
Removed the IBM PS/2 Model 70. Replaced with the Olivetti 486
2021-05-04 10:29:29 +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
Miran Grča
62d4d8f9a5 Merge pull request #1420 from tiseno100/master
Replace the PS/1 2133 with the Siemens D824
2021-05-02 16:24:02 +02:00
Panagiotis
5129e1e331 Reverted commentary again 2021-05-02 13:48:58 +03:00
Panagiotis
78b2f7c9fb Memory changes and SIO done according to the Intel Classic R 2021-05-02 13:48:18 +03:00
Panagiotis
c1240af39b I copy paste commentaries 2021-05-02 10:35:22 +03: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
Miran Grča
6b2e544306 Merge pull request #1416 from ts-korhonen/opengl
Alternative buffer method for older GPUs in OpenGL Core
2021-05-01 18:07:45 +02:00
Miran Grča
084d8f50de Merge pull request #1415 from lemondrops/master
Add a version of XTIDE Universal BIOS for 386
2021-05-01 18:07:36 +02:00
ts-korhonen
7b227b3ec1 win_opengl: Add fallback feature for gpus without ARB__buffer_storage extension. 2021-05-01 10:18:11 +03:00
Alexander Babikov
5bebe58857 Add a version of XTIDE Universal BIOS for 386 2021-05-01 10:23:08 +05:00
OBattler
33df3f7c51 The 386DX/486 and Slot 1/2 combined CPU socket machines are now in their own groups. 2021-05-01 05:41:19 +02:00
OBattler
246bab239f A small indentation fix. 2021-05-01 02:33:15 +02:00
OBattler
8044fced2d Split the 486 machines into three groups. 2021-05-01 02:32:35 +02:00
OBattler
87ee489f7d And now for the new recompiler. 2021-04-30 19:30:35 +02:00
OBattler
049efbf465 64-bit old recompiler fixes. 2021-04-30 19:28:01 +02:00
OBattler
936c5bfb90 IDE PNP fixes for 64-bit builds. 2021-04-30 19:22:48 +02:00
OBattler
50e32b6873 Temporarily disabled the second PIT on the PIIX and SIO to gain some performance back. 2021-04-29 23:46:44 +02:00
OBattler
cefb9e24ec The Cyrix 486 CPU's now have the SMINT instruction. 2021-04-29 23:40:04 +02:00
OBattler
a22b4c537e More TinyGLib fixes. 2021-04-29 23:37:26 +02:00
OBattler
dec28ebbbc Fixed tinyglib.h. 2021-04-29 23:21:42 +02: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
OBattler
fbe2537ddd Undid the loop unrolling disable in the new recompiler. 2021-04-29 22:14:34 +02:00
OBattler
136e6323fc Removed another unused function from cpu/386_common.c. 2021-04-29 22:10:53 +02:00
OBattler
07bc889470 Changed an x = x; to a return; in video/vid_voodoo_fb_.c. 2021-04-29 22:08:54 +02:00
OBattler
897d2f2d97 Removed unused functions from cpu/386.c. 2021-04-29 22:05:13 +02:00
OBattler
9bb1372191 Fixed indentation disk/hdc_xta.c. 2021-04-29 22:02:16 +02:00
OBattler
c459add4b2 Initialized a variable in voodoo_readl(). 2021-04-29 20:03:23 +02:00
OBattler
871bb8b7d2 Initialized the ht386 variable. 2021-04-29 19:58:46 +02:00
OBattler
642d3b16be More indentation fixes in the same file. 2021-04-29 19:57:50 +02:00
OBattler
9802dfabff Reindented and fixed a bug in chipset/umc_8886.c. 2021-04-29 19:57:01 +02:00
OBattler
37dc30029f Fixed the loop in vt82c49x_reset(). 2021-04-29 19:50:48 +02:00
OBattler
adb019e2db Corrected the indentation in sio/it8661f.c and disabled the execess logging. 2021-04-29 19:48:24 +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
1b3a870388 Forgotten changes to the MCA PS/2 machines. 2021-04-29 07:37:05 +02:00
OBattler
8fe4decd95 More PS/1 model 2133 fixes. 2021-04-29 07:36:16 +02:00
OBattler
2758f3e4f5 Reverted the 256 color renderers back to normal. 2021-04-29 04:35:14 +02:00
OBattler
eee5e476ad The PS/1 model 2133 no longer remaps A0000-FFFFF to the top of memory, fixes #1410. 2021-04-28 20:26:01 +02:00