OBattler
17c1817bff
Fixed even more compile-breaking mistakes.
2016-08-15 03:53:56 +02:00
OBattler
ad0f4215a1
Fixed another compile-breaking mistake.
2016-08-15 03:46:19 +02:00
OBattler
bd4d8f34ec
Fixed more compile-breaking mistakes.
2016-08-15 03:45:34 +02:00
OBattler
bfedcc92be
Corrected a few compile-breaking typo's.
2016-08-15 03:40:00 +02:00
OBattler
929d34d4b4
Removed all references to PCem;
...
Added Japanese FDI support;
Added more extensions to floppy image selection.
2016-08-15 03:26:37 +02:00
OBattler
99c62a98ae
Switched NE2000 logging from pclog to its own ne2000_log that is currently disabled but is easy to enable.
2016-08-15 02:26:54 +02:00
OBattler
d764689d05
Rename from PCem-Unofficial v11 to 86Box v1.
2016-08-15 02:15:51 +02:00
OBattler
1433d9a073
Applied both mainline PCem commits;
...
Fixed the RTL8029AS again (one of my "fixes" broke it);
RTL8029AS PCI register 4 is now written to;
Added incomplete (and currently commented out) emulation of the AWE64 PCI;
Replaced sector-based floppy emulation with more accurate code.
2016-08-15 01:34:46 +02:00
OBattler
2cf962445f
Updated Jenkins links in README.md.
2016-08-13 17:32:47 +02:00
OBattler
f1367357b0
More RTL8029AS fixes from TheCollector1995;
...
FDC now updates the floppy drive's DENSEL on receiving updates from the Super I/O chip;
Commented out ASIS P/I-P55TP4XE and ASUS P/I-P55T2P4 because they are too buggy;
Completely illegal instructions now also log the second byte for purposes of prefixed instruction identification;
PIC now sets mask to 0 on reset.
2016-08-13 17:29:14 +02:00
OBattler
91075fb627
RTL8029AS now works properly (patch from TheCollector1995 with some modifications by me);
...
SVGA emulation now has partial support for 12x24 text mode used by 48k HECON.SYS;
LEA AX,DX now once again issues #UD on 286+ like it should;
FF /7 is now correctly an alias of FF /6 on 8080x;
Hard disk configuration dialog now uses Segoe UI 9pt font instead of MS Sans Serif 8pt;
Removed excess logging from serial mouse and x86seg.c;
Applied mainline PCem PIT MSW1 fix commit;
IMG-based floppy emulation now takes GAP4 and post-sector delays into account;
Comemnted out emulation of non-Overdrive Pentium II's.
2016-08-13 03:32:38 +02:00
OBattler
bad439278d
Removed ide->select , read native max now operates correctly via ide->head .
2016-08-10 06:15:52 +02:00
OBattler
ee9f6baf9a
IDE selected channel is now reflected correctly in ide->select .
2016-08-10 06:01:25 +02:00
OBattler
455254064b
Fixed the READ NATIVE MAX command.
2016-08-10 05:48:33 +02:00
OBattler
9a1d5ba3a7
The only x86 exception now logged is illegal instruction.
2016-08-10 04:56:55 +02:00
OBattler
246ef0f785
Fixed some stupid errors.
2016-08-10 04:46:16 +02:00
OBattler
723b685327
All GPF's are now enabled again; LEA reg,reg now correctly sets the register to the last computed effective address (undocumented behavior).
2016-08-10 04:43:13 +02:00
OBattler
8d39f0ac76
General protection faults are only disabled if error is 0x82.
2016-08-10 02:16:12 +02:00
OBattler
ecdce7523f
Temporarily disabled general protection faults.
2016-08-10 02:04:44 +02:00
OBattler
205ef83dcb
Added IDE command F8 to writeide.
2016-08-10 01:36:17 +02:00
OBattler
b620a42901
Fixed an undeclared variable error.
2016-08-10 01:21:03 +02:00
OBattler
97856025e5
Fixed hopefully the last errors.
2016-08-10 01:19:12 +02:00
OBattler
de2347bf7c
Fixed even more errors and implemented IDE command 00.
2016-08-10 01:14:22 +02:00
OBattler
43ddd78b4e
Fixed more errors.
2016-08-10 01:04:08 +02:00
OBattler
8a1bc46aef
Fixed errors in the code of IDE commands EF and F8.
2016-08-10 00:54:09 +02:00
OBattler
ddf1acd222
Implemented IDE comamnds E0, E5, EF, and F8.
2016-08-10 00:46:56 +02:00
OBattler
403433c589
Illegal instruction handler now also logs opcode before the previous.
2016-08-09 06:08:48 +02:00
OBattler
8624d8d1f0
All x87 instruction aliases are now implemented.
2016-08-09 05:38:32 +02:00
OBattler
0920552fcc
Properly reimplemented FFREEP.
2016-08-09 03:54:24 +02:00
OBattler
add05713dd
Added two semicolons I forgot.
2016-08-09 03:44:59 +02:00
OBattler
e6553975da
FILD with MOD 3 now correctly behaves like FFREEP (undocumented behavior).
2016-08-09 03:42:32 +02:00
OBattler
8a588dcc82
Fixed some compile-breaking bugs in the i686 instruction code; Enabled logging of bad/unimplemented IDE commands.
2016-08-09 03:02:27 +02:00
OBattler
a098bc2338
Enabled logging of all CPU exceptions.
2016-08-09 02:54:10 +02:00
OBattler
f43a317d93
Slight adjustments to SYSENTER and SYSEXIT.
2016-08-09 01:47:35 +02:00
OBattler
0537860a85
Updated sound_dbopl.* for Nuked OPL.
2016-08-08 02:52:53 +02:00
OBattler
c6c3e48911
Committed the actual Nuked OPL code that I forgot before.
2016-08-08 02:37:56 +02:00
OBattler
5cf27ebc0d
Switched OPL3 to Nuked OPL emulation, patch from TheCollector1995.
2016-08-08 02:32:55 +02:00
OBattler
34dcd7f744
Recompiler now passes the MOD R/M byte to FXSAVE/FXRSTOR.
2016-08-08 02:12:07 +02:00
OBattler
347b7875be
Fixed a very small bug in the Winbond 83877F Super I/O chip emulation.
2016-08-06 17:17:01 +02:00
OBattler
174f34f45a
Added Pentium II Klamath 75 with CPUID 0x634 and Pentium II Deschutes 75, both for SYSENTER/SYSEXIT testing purposes.
2016-08-05 02:41:30 +02:00
OBattler
6b0b336997
Updated README.md again.
2016-08-04 00:35:06 +02:00
OBattler
ba588ada75
Added IMA and VHD extensions to the hard disk dialogs.
2016-08-04 00:17:04 +02:00
OBattler
d57a8292ce
Fixed a typo in README.md; Commented out a line of excess logging in the FDC code.
2016-08-03 23:57:23 +02:00
OBattler
91da80d00a
Commented out the IDE command logging again.
2016-08-03 23:51:25 +02:00
OBattler
5249d5af1c
Temporarily enabled IDE command logging.
2016-08-03 23:17:03 +02:00
OBattler
773183d168
Added Phoenix S3 Vision864 emulation.
2016-08-03 21:36:29 +02:00
OBattler
e3f8e57269
The Stealth64 now correctly uses the Vision864 chip.
2016-08-03 20:41:50 +02:00
OBattler
77274db6ac
Diamond Stealth64 no longer uses the ICD clock chip.
2016-08-03 20:23:02 +02:00
OBattler
d047ddcfb4
Made video.c #include vid_incolor.h.
2016-08-03 19:19:46 +02:00
OBattler
22c50be3f3
Hercules InColor now uses the correct video device.
2016-08-03 19:14:53 +02:00