Commit Graph

1731 Commits

Author SHA1 Message Date
OBattler
8e5151d652 Fixed some whoopsies. 2018-03-02 21:58:42 +01:00
OBattler
cb79f53c54 Fixed several things, including built-in video on the Toshiba T1000 and T1200. 2018-03-02 21:57:37 +01:00
OBattler
33bc831f19 The OTI-067 now uses the OTI-077 BIOS. 2018-03-02 21:48:45 +01:00
OBattler
142a75cebb Fixed a mistake in cpu.c. 2018-03-02 20:53:33 +01:00
OBattler
f8f6b3a12b Committed machine/m_xt_xi8088.c/h that I forgot before. 2018-03-02 20:49:04 +01:00
OBattler
99d22c3c03 Added the Xi8088. 2018-03-02 20:47:18 +01:00
OBattler
b7120def92 Added the GW-286CT GEAR, Samsung SPC-4216P, and KMX-C-02 (SCAT machines). 2018-03-02 20:03:33 +01:00
OBattler
952ddfc63f Fixed a mistake in vid_t1000.c. 2018-03-02 19:36:18 +01:00
OBattler
4e89dd99b1 Committed some files I forgot to commit before. 2018-03-02 19:33:38 +01:00
OBattler
6e823e6232 Added the Toshiba T1000 and T1200. 2018-03-02 19:33:02 +01:00
OBattler
22e1b2f83a Added ATI Korean VGA, based on PCem patch from greatpsycho. 2018-03-02 18:33:22 +01:00
OBattler
3351d311cd Updated ROM set link in README.md. 2018-03-02 01:15:55 +01:00
OBattler
c8d331e15a Fixed a compile-breaking mistake in vid_cl54xx.c. 2018-03-02 00:55:52 +01:00
OBattler
0cc23a4769 Fixed CL-GD 542x 2 MB aperture mapping. 2018-03-02 00:52:31 +01:00
OBattler
27c49ad898 Committed the vid_svga.c/h changes that I forgot before. 2018-03-01 23:05:59 +01:00
OBattler
9d09c1b405 Implemented the mapping peculiarities needed by the CL-GD 5436, fixes the Windows 98 SE CL-GD 5436 PCI driver;
Properly fixed the Windows 9x shutdown screen on the Cirrus Logic cards without the need for hacks.
2018-03-01 23:03:19 +01:00
OBattler
ffc7ee4ccd Ported over the CD-ROM, Iomega ZIP, and RTC fixes from PCem and disabled Iomega ZIP logging. 2018-02-27 23:55:28 +01:00
OBattler
8b3d51d3b7 Fixed include in nvr.c. 2018-02-26 22:18:31 +01:00
OBattler
25c633b139 Merge pull request #266 from MoochMcGee/master
Many RIVA 128 fixes
2018-02-26 22:16:22 +01:00
OBattler
081d114cf1 Modified midi_fluidsynth.c so fluidsynth.h (and with it, libfluidsynth) is no longer needed. 2018-02-26 13:45:11 +01:00
OBattler
99f53633ef Readded the CRTC register masks for the Trident TVGA8900D, those were also from PCem and should not have been removed. 2018-02-26 13:38:57 +01:00
Melissa Goad
4725145973 Many RIVA 128 fixes 2018-02-25 18:49:29 -06:00
OBattler
7b5420571c Fixed the ET4000AX, OS/2 now boots with it again. 2018-02-25 23:17:25 +01:00
OBattler
8c5976e929 Fixed a compile-breaking mistake in hdc_ide.c. 2018-02-25 22:15:14 +01:00
OBattler
9479b28f9c Implemented IDE seek commands from 0x71 to 0x7F (they behave identically to 0x70, per the specification). 2018-02-25 22:01:56 +01:00
TC1995
f00a5b1d70 Corrected a small mistake of mine. 2018-02-25 21:47:28 +01:00
OBattler
9c0d0e6a7c Changed the type of index_hole_pos in the 86F image creation code in win_new_floppy.c from uint16_t to uint32_t, fixes creation of 86F images. 2018-02-25 21:44:22 +01:00
TC1995
3882c97eca Corrected small glitch in the Pattern Copy part of 24bpp for the GD5436 (Under NT 4.0 and some other operating systems). 2018-02-25 21:42:52 +01:00
TC1995
fc370aaf1c Added the Cirrus CL-GD5436 and its specific new features. 2018-02-25 20:30:43 +01:00
TC1995
001dc06685 Merge branch 'master' of github.com:OBattler/86Box into tc1995 2018-02-25 20:26:20 +01:00
TC1995
763ed08d0f Removed the Cirrus CL-GD5446 card. 2018-02-25 20:25:37 +01:00
TC1995
e892247050 Added the CL-GD5436 and CL-GD5446 cards and their new specific features. 2018-02-25 20:17:44 +01:00
OBattler
c03d112214 Corrected the relative track position in the current subchannel returned by the Windows IOCTL handler. 2018-02-25 17:14:10 +01:00
OBattler
0130c82df3 Fixed more bugs. 2018-02-25 10:40:53 +01:00
OBattler
b92a259e4d Fixed two more bugs reported by waltje. 2018-02-25 09:18:32 +01:00
OBattler
685eaa8a07 Merge branch 'master' of https://github.com/OBattler/86Box 2018-02-25 09:00:23 +01:00
OBattler
c7b99751d9 Fixed two bugs reported by waltje. 2018-02-25 08:59:57 +01:00
TC1995
f63230ce40 Fixed pointer bug that originally caused win95c to crash under certain circumstances. 2018-02-24 22:00:45 +01:00
TC1995
f7ec4f7a40 Ported the relevant PCem commits to 86box. 2018-02-24 17:25:50 +01:00
TC1995
e824c472cf Updated file version numbers and dates. 2018-02-24 16:37:44 +01:00
TC1995
26ec9293b7 Ported the PIT fix and LPT1 fix for the Compaq Portable from PCem 2018-02-24 16:25:57 +01:00
TC1995
36232ce6a1 Added Oak OTI-037c video card with modifications to the generic SVGA handler to conform its specific registers. 2018-02-24 15:56:48 +01:00
TC1995
31f2d4439e Merge branch 'master' of github.com:OBattler/86Box into tc1995 2018-02-24 15:51:01 +01:00
OBattler
2f5b995dc8 Applied the PIIX fixes from PCem;
Fixed the default timings of the Intel Advanced/EV's on-board Trio64.
2018-02-24 11:37:45 +01:00
TC1995
d12b5f7d79 (nw)2 2018-02-23 17:07:36 +01:00
TC1995
59aff3e698 (nw) 2018-02-23 17:03:10 +01:00
TC1995
9f0e2d8bbd Merge branch 'master' of github.com:OBattler/86Box into tc1995
# Conflicts:
#	src/video/vid_cl54xx.c
2018-02-23 16:48:21 +01:00
OBattler
fdade01845 Several Cirrus Logic fixes. 2018-02-23 16:32:14 +01:00
TC1995
ebda258b9e Corrected MMIO overlap vram. Again. 2018-02-23 14:43:02 +01:00
TC1995
b5f0b46df5 Forgot to commit the updated cirrus header... 2018-02-23 14:20:59 +01:00