485d3d9b39Added a thing I forgot to add to vid_cga.h.
OBattler
2016-07-23 02:00:21 +02:00
814d54494fAdded the four Joystick-related files I forgot.
OBattler
2016-07-23 01:50:18 +02:00
f41bbb6ba8Added 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.
OBattler
2016-07-23 01:48:47 +02:00
0d1e5c7439Applied mainline commit 631a8e4: Move video blit to seperate thread.
OBattler
2016-07-19 23:51:00 +02:00
4d6c878fb6Old odd/even code was wrong, this fixes CL-GD 5429, EGA, and Mach64GX.
OBattler
2016-07-19 05:01:49 +02:00
a1ff5295cePentium Pro 75 is now actually 75 MHz.
OBattler
2016-07-19 03:47:01 +02:00
a4f992ff05The KN-97 now has memregs too.
OBattler
2016-07-19 03:37:40 +02:00
740bde6aa8Added some non-existent 75 MHz CPU's for testing purposes.
OBattler
2016-07-19 03:31:04 +02:00
a01acf2240Fixed erroneous reference to svga instad of ega in vid_ega.c.
OBattler
2016-07-19 03:06:42 +02:00
fdaea1f11bFixed 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.
OBattler
2016-07-19 03:02:11 +02:00
b78b2fecaaTimer 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.
OBattler
2016-07-19 02:44:32 +02:00
c667780aa6Merge pull request #4 from richardg867/origin/port-forward-config
OBattler
2016-07-13 01:51:02 +02:00
487f6167d0Attempt to fix the keyboard lock and make parts more readable.
OBattler
2016-07-13 01:47:54 +02:00
deda92dabdConfigurable slirp port forwards
RichardG867
2016-07-12 14:12:48 -03:00
88235e4ceeReduced TIMER_SHIFT to 4.
OBattler
2016-07-12 18:53:30 +02:00
e98de64d33Fix in the screenshot-related function in video.c, makes sure 'screenshots\<file>' is always inside the PCem directory.
OBattler
2016-07-11 07:15:24 +02:00
e34f587905Fixed another recently introduced bug in video.c that prevented it from compiling.
OBattler
2016-07-11 06:59:03 +02:00
b449a9d408Fixes a newly introduced bug in video.c that prevented it from compiling.
OBattler
2016-07-11 06:49:29 +02:00
c972a253eaSaves 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.
OBattler
2016-07-11 06:48:06 +02:00
289f3fe96aMitigation of resource leaks due to time structures.
OBattler
2016-07-11 06:32:42 +02:00
7f5d02f08dFix for the previous fix.
OBattler
2016-07-11 05:38:47 +02:00
6017e28e56Attempt to fix the screenshot error message.
OBattler
2016-07-11 05:31:12 +02:00
660e80bbd5Removed an include referring to a non-existent file from pc.rc.
OBattler
2016-07-11 05:17:58 +02:00
7c67305d67Changed the screenshot and CTRL+ALT+DEL combinations to be handled by Win32 Accelerators and added menu item to take screenshot.
OBattler
2016-07-11 03:59:10 +02:00
c377f13caeDirectDraw screenshot routine now also outputs file name on error; Another attempt to make the routine not fire too many times in a row.
OBattler
2016-07-11 03:26:08 +02:00
f379524294Emulator key combinations (for reset, screenshot, etc.) now handled when keyboard input is received, rather than on every message process.
OBattler
2016-07-11 03:08:52 +02:00
65a341e01fMerge branch 'master' of ssh://github.com/OBattler/PCem-Unofficial into port-forward-config
RichardG867
2016-07-10 21:58:11 -03:00
90e90a4468Move neozeed's port forwards to slirp.c
RichardG867
2016-07-10 21:56:32 -03:00
09ca661cdaFixed condition for internal clock state update from registers.
OBattler
2016-07-11 02:28:22 +02:00
a301d6e9e0Fixed date and time time changing.
OBattler
2016-07-11 02:25:03 +02:00
cb8b6e254bAttempt to make date and time changeable again.
OBattler
2016-07-11 01:54:31 +02:00
d407b264e5Changed a comment in ibm.h (no other way to make a dummy commit).
OBattler
2016-07-11 01:35:36 +02:00
0236637c5aProper RTC emulation based on work by Mahod. Updated README.md. Updated AMD makefile.
OBattler
2016-07-11 01:27:23 +02:00
7b8c9a1522Removed the last obsolete new CGA reference from ibm.h.
OBattler
2016-07-09 17:18:52 +02:00
5f7c0bdd52Removed obsolete New CGA stuff from ibm.h and video.c. Fixes errors when compiling.
OBattler
2016-07-09 17:15:19 +02:00
277b3eac8cBrought 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.
OBattler
2016-07-09 02:18:45 +02:00
88e20c7327Proper Intel Flash emulation. Intel Flash now enabled for both Premiere/PCI boards.
OBattler
2016-07-05 19:29:31 +02:00
8c1d4e00bfChanged the title bar to say Unofficial instead of Experimental.
OBattler
2016-07-02 17:03:59 +02:00
a3766cab53Fixed the "israpidcad is undefined" mistake.
OBattler
2016-06-29 06:55:28 +02:00
a941729fcfFixed the "ILLEGAL not declared" mistake.
OBattler
2016-06-29 06:44:18 +02:00
addef33fd2Proper RapidCAD CPU emulation. Removed two files that should have not been there.
OBattler
2016-06-29 06:39:35 +02:00
296b7881ffApplied mainline PCem revision 522 commit: REP instructions now handle trap flag correctly, Windows NT 3.51 now works on 386 systems.
OBattler
2016-06-29 01:28:59 +02:00
28168c5cbeMerge pull request #2 from dhrdlicka/master
OBattler
2016-06-27 23:12:47 +02:00
37fcdf131bUpdate README.md
David Hrdlička
2016-06-27 23:04:31 +02:00
a614d6dd99Update README.md
David Hrdlička
2016-06-27 23:04:15 +02:00
925b27b82eMerge pull request #1 from richardg867/patch-1
OBattler
2016-06-27 22:38:55 +02:00