Commit graph

7854 commits

Author SHA1 Message Date
OBattler
7993b667d2 Added 4 MB VRAM patches for two more known working BIOS'es to ET4000/W32p init. 2016-07-23 04:16:33 +02:00
OBattler
495ea206c6 Merge pull request #5 from MoochMcGee/master
Fix 8 MB SVGA VRAM limitations
2016-07-23 02:19:08 +02:00
Darius Goad
663e15fd49 Fix 8 MB SVGA VRAM limitations 2016-07-22 19:08:36 -05:00
OBattler
485d3d9b39 Added a thing I forgot to add to vid_cga.h. 2016-07-23 02:00:21 +02:00
OBattler
814d54494f Added the four Joystick-related files I forgot. 2016-07-23 01:50:18 +02:00
OBattler
f41bbb6ba8 Added emulation of Cardex ET4000/W32p with ICS/SDAC RAMDAC;
Fixed ET4000/W32p clock (for non-Diamond variants) and banking extension;
Brought the code on par with the mainline;
Fixed names of the two Cardex ET4000/W32p variants per the BIOS'es;
Brought ET4000AX unknown RAMDAC back in line with the mainline (reverted bogus "fix" by Win9xFan);
Made 15bpp and 16bpp colors more accurate.
2016-07-23 01:48:47 +02:00
OBattler
0d1e5c7439 Applied mainline commit 631a8e4: Move video blit to seperate thread. 2016-07-19 23:51:00 +02:00
OBattler
4d6c878fb6 Old odd/even code was wrong, this fixes CL-GD 5429, EGA, and Mach64GX. 2016-07-19 05:01:49 +02:00
OBattler
a1ff5295ce Pentium Pro 75 is now actually 75 MHz. 2016-07-19 03:47:01 +02:00
OBattler
a4f992ff05 The KN-97 now has memregs too. 2016-07-19 03:37:40 +02:00
OBattler
740bde6aa8 Added some non-existent 75 MHz CPU's for testing purposes. 2016-07-19 03:31:04 +02:00
OBattler
a01acf2240 Fixed erroneous reference to svga instad of ega in vid_ega.c. 2016-07-19 03:06:42 +02:00
OBattler
fdaea1f11b Fixed EGA and CL-GD542x odd/even mode;
(S)VGA linear write no longer has planar access or ALU things, both of which don't even make sense at linear write.
2016-07-19 03:02:11 +02:00
OBattler
b78b2fecaa Timer counters now 64-bit;
Cleaned up floppy code a lot and reverted to single poller;
Fixed segment present bit and limit checking at read/write within segment;
The ASUS boards now have memregs too;
RTC code improved based on suggestion by Sarah Walker;
Fixed SVGA odd/even emulation and added chain odd/even support;
Removed non-existent CPU's.
2016-07-19 02:44:32 +02:00
OBattler
c667780aa6 Merge pull request #4 from richardg867/origin/port-forward-config
Configurable slirp port forwards
2016-07-13 01:51:02 +02:00
OBattler
487f6167d0 Attempt to fix the keyboard lock and make parts more readable. 2016-07-13 01:47:54 +02:00
RichardG867
deda92dabd Configurable slirp port forwards 2016-07-12 14:12:48 -03:00
OBattler
88235e4cee Reduced TIMER_SHIFT to 4. 2016-07-12 18:53:30 +02:00
OBattler
e98de64d33 Fix in the screenshot-related function in video.c, makes sure 'screenshots\<file>' is always inside the PCem directory. 2016-07-11 07:15:24 +02:00
OBattler
e34f587905 Fixed another recently introduced bug in video.c that prevented it from compiling. 2016-07-11 06:59:03 +02:00
OBattler
b449a9d408 Fixes a newly introduced bug in video.c that prevented it from compiling. 2016-07-11 06:49:29 +02:00
OBattler
c972a253ea Saves NVR on exit, fatal, and before any kind of menu or configuration change triggered reset, rather than every second. Should improve performance and reduce disk writes. 2016-07-11 06:48:06 +02:00
OBattler
289f3fe96a Mitigation of resource leaks due to time structures. 2016-07-11 06:32:42 +02:00
OBattler
7f5d02f08d Fix for the previous fix. 2016-07-11 05:38:47 +02:00
OBattler
6017e28e56 Attempt to fix the screenshot error message. 2016-07-11 05:31:12 +02:00
OBattler
660e80bbd5 Removed an include referring to a non-existent file from pc.rc. 2016-07-11 05:17:58 +02:00
OBattler
7c67305d67 Changed the screenshot and CTRL+ALT+DEL combinations to be handled by Win32 Accelerators and added menu item to take screenshot. 2016-07-11 03:59:10 +02:00
OBattler
c377f13cae DirectDraw screenshot routine now also outputs file name on error;
Another attempt to make the routine not fire too many times in a row.
2016-07-11 03:26:08 +02:00
OBattler
f379524294 Emulator key combinations (for reset, screenshot, etc.) now handled when keyboard input is received, rather than on every message process. 2016-07-11 03:08:52 +02:00
RichardG867
65a341e01f Merge branch 'master' of ssh://github.com/OBattler/PCem-Unofficial into port-forward-config 2016-07-10 21:58:11 -03:00
RichardG867
90e90a4468 Move neozeed's port forwards to slirp.c 2016-07-10 21:56:32 -03:00
RichardG867
4cf557b1b8 Add .gitignore 2016-07-10 21:56:16 -03:00
OBattler
09ca661cda Fixed condition for internal clock state update from registers. 2016-07-11 02:28:22 +02:00
OBattler
a301d6e9e0 Fixed date and time time changing. 2016-07-11 02:25:03 +02:00
OBattler
cb8b6e254b Attempt to make date and time changeable again. 2016-07-11 01:54:31 +02:00
OBattler
d407b264e5 Changed a comment in ibm.h (no other way to make a dummy commit). 2016-07-11 01:35:36 +02:00
OBattler
0236637c5a Proper RTC emulation based on work by Mahod.
Updated README.md.
Updated AMD makefile.
2016-07-11 01:27:23 +02:00
OBattler
7b8c9a1522 Removed the last obsolete new CGA reference from ibm.h. 2016-07-09 17:18:52 +02:00
OBattler
5f7c0bdd52 Removed obsolete New CGA stuff from ibm.h and video.c. Fixes errors when compiling. 2016-07-09 17:15:19 +02:00
OBattler
277b3eac8c Brought CGA code in line with mainline as the patch was accepted.
Uncommented auto-setting FDC data rate to 250 kbps on non-AT machines; fixes floppies on IBM PC and XT and clones;
Removed flto flag from the makefiles, should speed up compile times and make the XT and earlier machines work again;
Removed CGA brown and color burst settings in line with mainline PCem.
2016-07-09 02:18:45 +02:00
OBattler
88e20c7327 Proper Intel Flash emulation.
Intel Flash now enabled for both Premiere/PCI boards.
2016-07-05 19:29:31 +02:00
OBattler
8c1d4e00bf Changed the title bar to say Unofficial instead of Experimental. 2016-07-02 17:03:59 +02:00
OBattler
a3766cab53 Fixed the "israpidcad is undefined" mistake. 2016-06-29 06:55:28 +02:00
OBattler
a941729fcf Fixed the "ILLEGAL not declared" mistake. 2016-06-29 06:44:18 +02:00
OBattler
addef33fd2 Proper RapidCAD CPU emulation.
Removed two files that should have not been there.
2016-06-29 06:39:35 +02:00
OBattler
f56731a3e3 Merge branch 'master' of https://github.com/OBattler/PCem-Experimental 2016-06-29 01:29:48 +02:00
OBattler
296b7881ff Applied mainline PCem revision 522 commit: REP instructions now handle trap flag correctly, Windows NT 3.51 now works on 386 systems. 2016-06-29 01:28:59 +02:00
OBattler
28168c5cbe Merge pull request #2 from dhrdlicka/master
Improvements to readme
2016-06-27 23:12:47 +02:00
David Hrdlička
37fcdf131b Update README.md 2016-06-27 23:04:31 +02:00
David Hrdlička
a614d6dd99 Update README.md 2016-06-27 23:04:15 +02:00