485d3d9b39
Added a thing I forgot to add to vid_cga.h.
OBattler
2016-07-23 02:00:21 +02:00
814d54494f
Added the four Joystick-related files I forgot.
OBattler
2016-07-23 01:50:18 +02:00
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.
OBattler
2016-07-23 01:48:47 +02:00
0d1e5c7439
Applied mainline commit 631a8e4: Move video blit to seperate thread.
OBattler
2016-07-19 23:51:00 +02:00
4d6c878fb6
Old odd/even code was wrong, this fixes CL-GD 5429, EGA, and Mach64GX.
OBattler
2016-07-19 05:01:49 +02:00
a1ff5295ce
Pentium Pro 75 is now actually 75 MHz.
OBattler
2016-07-19 03:47:01 +02:00
a4f992ff05
The KN-97 now has memregs too.
OBattler
2016-07-19 03:37:40 +02:00
740bde6aa8
Added some non-existent 75 MHz CPU's for testing purposes.
OBattler
2016-07-19 03:31:04 +02:00
a01acf2240
Fixed erroneous reference to svga instad of ega in vid_ega.c.
OBattler
2016-07-19 03:06:42 +02:00
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.
OBattler
2016-07-19 03:02:11 +02:00
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.
OBattler
2016-07-19 02:44:32 +02:00
487f6167d0
Attempt to fix the keyboard lock and make parts more readable.
OBattler
2016-07-13 01:47:54 +02:00
deda92dabd
Configurable slirp port forwards
RichardG867
2016-07-12 14:12:48 -03:00
88235e4cee
Reduced TIMER_SHIFT to 4.
OBattler
2016-07-12 18:53:30 +02:00
e98de64d33
Fix 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
e34f587905
Fixed another recently introduced bug in video.c that prevented it from compiling.
OBattler
2016-07-11 06:59:03 +02:00
b449a9d408
Fixes a newly introduced bug in video.c that prevented it from compiling.
OBattler
2016-07-11 06:49:29 +02:00
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.
OBattler
2016-07-11 06:48:06 +02:00
289f3fe96a
Mitigation of resource leaks due to time structures.
OBattler
2016-07-11 06:32:42 +02:00
7f5d02f08d
Fix for the previous fix.
OBattler
2016-07-11 05:38:47 +02:00
6017e28e56
Attempt to fix the screenshot error message.
OBattler
2016-07-11 05:31:12 +02:00
660e80bbd5
Removed an include referring to a non-existent file from pc.rc.
OBattler
2016-07-11 05:17:58 +02:00
7c67305d67
Changed 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
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.
OBattler
2016-07-11 03:26:08 +02:00
f379524294
Emulator 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
65a341e01f
Merge branch 'master' of ssh://github.com/OBattler/PCem-Unofficial into port-forward-config
RichardG867
2016-07-10 21:58:11 -03:00
90e90a4468
Move neozeed's port forwards to slirp.c
RichardG867
2016-07-10 21:56:32 -03:00
09ca661cda
Fixed condition for internal clock state update from registers.
OBattler
2016-07-11 02:28:22 +02:00
a301d6e9e0
Fixed date and time time changing.
OBattler
2016-07-11 02:25:03 +02:00
cb8b6e254b
Attempt to make date and time changeable again.
OBattler
2016-07-11 01:54:31 +02:00
d407b264e5
Changed a comment in ibm.h (no other way to make a dummy commit).
OBattler
2016-07-11 01:35:36 +02:00
0236637c5a
Proper RTC emulation based on work by Mahod. Updated README.md. Updated AMD makefile.
OBattler
2016-07-11 01:27:23 +02:00
7b8c9a1522
Removed the last obsolete new CGA reference from ibm.h.
OBattler
2016-07-09 17:18:52 +02:00
5f7c0bdd52
Removed obsolete New CGA stuff from ibm.h and video.c. Fixes errors when compiling.
OBattler
2016-07-09 17:15:19 +02:00
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.
OBattler
2016-07-09 02:18:45 +02:00
88e20c7327
Proper Intel Flash emulation. Intel Flash now enabled for both Premiere/PCI boards.
OBattler
2016-07-05 19:29:31 +02:00
8c1d4e00bf
Changed the title bar to say Unofficial instead of Experimental.
OBattler
2016-07-02 17:03:59 +02:00
a3766cab53
Fixed the "israpidcad is undefined" mistake.
OBattler
2016-06-29 06:55:28 +02:00
a941729fcf
Fixed the "ILLEGAL not declared" mistake.
OBattler
2016-06-29 06:44:18 +02:00
addef33fd2
Proper RapidCAD CPU emulation. Removed two files that should have not been there.
OBattler
2016-06-29 06:39:35 +02:00
296b7881ff
Applied 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