OBattler
eb79f08d7a
Attempt to fix 64-bit makefile; combo boxes are no longer editable.
2016-07-27 23:54:00 +02:00
OBattler
6e3af131ea
Added flag to disable large address awarness to the 64-bit makefile.
2016-07-27 23:41:16 +02:00
OBattler
066998b984
Another dummy commit.
2016-07-27 05:54:08 +02:00
OBattler
5940de8604
Basically a dummy commit to get Jenkins to build.
2016-07-27 05:43:44 +02:00
OBattler
ff633c29ea
Floppy images with more than 1024 bytes per sector and a valid BPB are now loaded correctly;
...
Fixed DOS boxes in Windows 9x with the Mach64/GX;
Applied mainline PCem commit that fixed the ET4000/W32p;
Finished the removal of the SVGA 8 MB maximum VRAM limit.
2016-07-27 04:32:08 +02:00
OBattler
9aa0cf046f
Higher bit of the WRC is no longer incorrectly ignored.
2016-07-25 21:32:37 +02:00
OBattler
575cfef430
Mach64/GX improvements and minor SVGA fixes.
2016-07-25 03:42:35 +02:00
OBattler
ff7e0880d1
Sierra RAMDAC now correctly ignores writes of 0xFF to the command register;
...
BT485 dummy code now passes reads and writes to the generic SVGA handler;
Minor S3 changes;
ATI Mach64/GX now has an 8 MB RAM option.
2016-07-25 01:15:51 +02:00
OBattler
9190c42123
Fixed bit shit in the Sierra RAMDAC code.
2016-07-24 17:53:00 +02:00
OBattler
2ff66d4bb2
Added a comment to the code identifying the Sierra DAC.
2016-07-24 17:25:45 +02:00
OBattler
69685d71e8
Updated vid_unk_ramdac.c to set color mode per the official Sierra datasheet.
2016-07-24 17:25:01 +02:00
OBattler
1c1982d64a
Attempt to make the 4th CPU manufacturer display in Configuration.
2016-07-24 04:38:02 +02:00
OBattler
9f59b19b06
Fixed BT485 dummy code's register logging.
2016-07-24 04:05:31 +02:00
OBattler
87c90aa7ac
The DAC used is now the BT485 (currently dummy) when the selected card has a Vision964 chip.
2016-07-24 03:57:28 +02:00
OBattler
4d676678e7
Removed an excess log line from the SDAC code.
2016-07-23 17:53:30 +02:00
OBattler
8fa2d256df
Fixed SDAC BPP modes and VCLK timings according to the datasheet.
2016-07-23 17:49:41 +02:00
OBattler
892e8dc566
Fixed another compile-breaking mistake in vid_bt485_ramdac.c.
2016-07-23 17:19:29 +02:00
OBattler
9c58822489
Fixed compile-breaking mistakes in vid_bt485_ramdac.c.
2016-07-23 17:15:07 +02:00
OBattler
63e15d1763
Added BT485 files to Windows makefiles.
2016-07-23 17:06:51 +02:00
OBattler
5a5973ed71
Fixed the BT485 RAMDAC header file.
2016-07-23 16:39:31 +02:00
OBattler
fefef2597f
Committed fix to BT485 dummy code as evidently something got decommitted.
2016-07-23 16:38:38 +02:00
OBattler
a060f6bed0
Changed two commented out lines so they no longer break compiling.
2016-07-23 16:32:53 +02:00
OBattler
5b961ae75d
Increased screenshot file name buffer size;
...
ET4000 I/O and PCI reads now return the actual specified revision.
2016-07-23 16:26:56 +02:00
OBattler
306d0fe5bb
Vision964/BT485: Set RS3 to 0 when RS2 is set per CRTC reg. 43h bit 1.
2016-07-23 15:35:51 +02:00
OBattler
7612b42d95
Added dummy BT485 emulation for logging purposes, proper BT485 implementation to come.
2016-07-23 15:34:06 +02:00
OBattler
455baf46f2
Fixed patch for the Cardex ET4000/W32p ICS RAMDAC BIOS.
2016-07-23 04:40:07 +02:00
OBattler
5d331611f5
Merge branch 'master' of https://github.com/OBattler/PCem-Experimental
2016-07-23 04:16:57 +02:00
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