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 |
|
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 |
|
OBattler
|
472101dd20
|
The 0xFE with timeout on the keyboard controller "Write to mouse" command is now sent directly, bypassing the queue.
|
2021-04-28 06:15:00 +02:00 |
|
OBattler
|
dfb8c92557
|
More Video 7/Headland fixes.
|
2021-04-28 06:05:30 +02:00 |
|
OBattler
|
e8a8b7e94f
|
Backported more stuff from the rewritten keyboard controller, fixes the Packard Bell PB410a without PS/2 mouse.
|
2021-04-28 06:04:50 +02:00 |
|
Miran Grča
|
b3055de660
|
Merge pull request #1409 from 86Box/tc1995
Minor fixes to the HT209 code
|
2021-04-28 01:32:48 +02:00 |
|
TC1995
|
109427298e
|
Minor fixes to the ht209 code.
|
2021-04-28 01:27:34 +02:00 |
|
TC1995
|
94daad1887
|
Add the HT209/D-based Radius SVGA Multiview card and its "quirks".
|
2021-04-27 23:54:33 +02:00 |
|
OBattler
|
49b1753dd0
|
Corrected PIIX4 ACPI GPIREG defaults to fix the ASUS P2B-LS.
|
2021-04-27 04:39:46 +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 |
|
Miran Grča
|
544125ea71
|
Merge pull request #1406 from 86Box/tc1995
Made the 868 properly recognize itself as a true 868, instead of 866 …
|
2021-04-27 04:14:39 +02:00 |
|
OBattler
|
d8e7affcc1
|
Merge branch 'master' of https://github.com/86Box/86Box
|
2021-04-27 04:11:11 +02:00 |
|
OBattler
|
e7a859adc5
|
More fixes - the Goldstar machine now fully works.
|
2021-04-27 04:10:59 +02:00 |
|
TC1995
|
0fa19c3387
|
Made the 868 properly recognize itself as a true 868, instead of 866 (should also fix NT 4.0's graphical bugs with it)
|
2021-04-26 22:48:42 +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 |
|
OBattler
|
ce51518bd7
|
Slight fixes to the SCAT chipset.
|
2021-04-26 06:48:54 +02:00 |
|
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 |
|
Miran Grča
|
aa615a5e9d
|
Merge pull request #1401 from lemondrops/master
Fix OpenGL shaders not working when built with CMake
|
2021-04-26 01:32:31 +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 |
|
Miran Grča
|
92f05439e2
|
Merge pull request #1400 from 86Box/tc1995
Oak fixes.
|
2021-04-26 00:30:59 +02: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 |
|
Miran Grča
|
5cfccaff1b
|
Merge pull request #1399 from 86Box/tc1995
Fixed NVRAM initialization (floppies, hdd's, etc...) for the PS/1 com…
|
2021-04-26 00:17:16 +02:00 |
|
TC1995
|
97e6c912eb
|
Fixed NVRAM initialization (floppies, hdd's, etc...) for the PS/1 computers.
|
2021-04-26 00:15:15 +02:00 |
|
Miran Grča
|
03e02dbd88
|
Merge pull request #1398 from lemondrops/master
Makefile cleanup and consistency fixes
|
2021-04-26 00:12:54 +02:00 |
|
Alexander Babikov
|
b4a16437d3
|
Add a separate build option for the OpenGL renderer
|
2021-04-26 02:45:20 +05:00 |
|