Commit Graph

2352 Commits

Author SHA1 Message Date
OBattler
7fec4a20fa The mem.c fix needed for the PCnet not to BSoD. 2019-12-02 20:15:30 +01:00
OBattler
5cdacb0000 Merge pull request #479 from 86Box/feature/pcnet_final
Final, cleaned up AMD PCnet emulation.
2019-12-02 18:28:09 +01:00
OBattler
7f488e14b9 Final, cleaned up AMD PCnet emulation. 2019-12-02 18:27:40 +01:00
OBattler
cbecf646ce Merge pull request #478 from 86Box/feature/pit_rewrite
Defaulted the Pro Audio Spectrum 16 to not compile even for the Dev b…
2019-12-02 17:09:11 +01:00
OBattler
b35798c537 Defaulted the Pro Audio Spectrum 16 to not compile even for the Dev build until it is fixed. 2019-12-02 17:08:35 +01:00
OBattler
527befc1d5 Merge pull request #476 from 86Box/feature/pit_rewrite
Brought back the PostScript printer.
2019-12-02 07:15:43 +01:00
OBattler
4c64f87389 Brought back the PostScript printer. 2019-12-02 07:14:44 +01:00
OBattler
28c962fab1 Merge pull request #475 from 86Box/feature/pit_rewrite
PIT rewrite.
2019-12-02 07:06:04 +01:00
OBattler
a838e8548f PIT rewrite. 2019-12-02 07:05:12 +01:00
OBattler
573246a353 Update makefile_ndr.mingw to add the Generic PostScript Printer file. 2019-12-02 00:04:32 +01:00
OBattler
acf86d5b91 Merge pull request #474 from dhrdlicka/feature/postscript
Add generic PostScript printer
2019-12-01 23:58:05 +01:00
David Hrdlička
4a427288f0 prt_ps: add PDF print 2019-12-01 23:05:43 +01:00
David Hrdlička
938f83b298 prt_ps: initial commit 2019-12-01 11:26:00 +01:00
OBattler
245af88d2b Merge pull request #467 from 86Box/release/2.0x
Release/2.0x
2019-11-20 01:32:57 +01:00
OBattler
5619250433 Fixed a compile-breaking mistake in machine/m_ps2_isa.c. 2019-11-20 00:48:11 +01:00
OBattler
d48ebb0c27 86Box v2.07 Stable/Final release. 2019-11-20 00:43:23 +01:00
OBattler
ac0a1ee327 Fixed EGA and (S)VGA pel panning, fixes games like Supaplex. 2019-11-19 19:18:44 +01:00
OBattler
3cc320d2b2 Increased maximum ESDI sectors 99 and fixed the cylinders truncation in config.c. 2019-11-19 07:48:49 +01:00
OBattler
4d39da9cfe Applied Ryuzaki's fixes for the New Floppy/ZIP Image and Settings dialog progress bars, those now work correctly. 2019-11-19 04:52:24 +01:00
OBattler
26009044d7 Some changes to the (AT) NVR code. 2019-11-19 04:47:00 +01:00
OBattler
0d97fadb6e Some quick fixes for the IBM PS/2 Model 30-286. The hard disk controller is the same as the PS/1 one, and will be properly fixed in v2.10. 2019-11-19 04:44:43 +01:00
OBattler
b5ba9eafe3 The Award 286 Clone no longer has on-board IDE - the machine technically has it, but it can be disabled, so the easiest way to do it on the emulator is to make the user choose the IDE controller if they need it, and tell the BIOS to use it. 2019-11-19 04:41:42 +01:00
OBattler
e4408bc84d Fixed CD-ROM timings on the NCR 53x8xx SCSI controllers, the IDE_TIME, CDROM_TIME, and ZIP_TIME values, and the delay added to the CD-ROM READ SUBCHANNEL command, fixes slowdowns on several games that use CD Audio, such as Tomb Raider II. 2019-11-19 04:35:54 +01:00
OBattler
841a1f67da Fixed newly-introduced compile-breaking bugs in the network code. 2019-11-14 21:22:54 +01:00
OBattler
aed984c265 Fixed the state of network_wait. 2019-11-14 21:00:52 +01:00
OBattler
9912cc10fe Added the ability to pause and resume the network thread's reception. 2019-11-14 20:59:51 +01:00
OBattler
6cb88c27bd Fixed the readback of the PC/XT FPU installed switch. 2019-11-14 06:14:48 +01:00
OBattler
9ed4bf12c9 Merge pull request #461 from 86Box/docs/issue-templates
Update issue templates
2019-11-11 23:48:55 +01:00
David Hrdlička
fb9bc5ed12 Update issue templates 2019-11-11 23:38:38 +01:00
OBattler
fa4890c9db Some fixes to the PC speaker - fixes amplitude in mode 1 (the intro of Perestroika now works correctly at least on the 8088 4.77 MHz) and makes the parameters consistent with the rest of the PC speaker emulation. 2019-11-11 06:07:50 +01:00
OBattler
d3bdee4ae1 Fixed the video RAM addresses in the text modes on the Sigma Color 400. 2019-11-08 23:45:05 +01:00
OBattler
cc8ab094c7 The 86F handler now returns randomly generated noise for physical holes, rather than always 0. 2019-11-08 22:00:29 +01:00
OBattler
56a8da6cf5 PCI Reset Control register now forces bit 4 to be written as 0, fixes resets through this register from the second soft reset onwards. 2019-11-08 08:06:02 +01:00
OBattler
9c8c9361a6 IDE now updates IRQ when needed. 2019-11-06 05:15:17 +01:00
OBattler
3b209c3015 Reimplemented IDE reset and DRIVE DIAGNOSTICS command in accordance with the ATA-3 specification and changed their callback timings, fixes IDE on the SPC-4200P. 2019-11-06 05:04:44 +01:00
OBattler
1a9b46b829 Removed the empty config structures for the PGC and the Image Manager 1024. 2019-11-04 22:18:13 +01:00
OBattler
ca58ed4456 Fixed a bug in the PGC/Image Manager 1024 text modes. 2019-11-04 22:14:47 +01:00
OBattler
4262b20235 Finalized the Window Message protocol for communicating with the 86Box Manager. 2019-11-03 03:18:30 +01:00
OBattler
f6f86c1f9a The virtual machine and manager window messages are now also paused during emulator-initiated hard reset and shutdown message boxes. 2019-11-02 16:33:00 +01:00
OBattler
7807548be6 Reworked the behavior of the shutdown status message, and the virtual machine and manager window messages are now paused in case of a message box issued by a command from the manager. 2019-11-02 16:18:18 +01:00
OBattler
ee77bc1471 Updated the notes in the header of machine/m_amstrad.c. 2019-11-01 23:29:39 +01:00
OBattler
49723d0494 Changes to the DirectDraw and Direct3D renderers. 2019-11-01 23:17:37 +01:00
OBattler
2925eb4147 Merge pull request #450 from 86Box/release/2.0x
Release/2.0x
2019-11-01 21:15:14 +01:00
OBattler
79b1b5be5b Removed an outdated note from the header of machine/m_ps1.c. 2019-11-01 21:07:58 +01:00
OBattler
f805899263 86Box v2.06 Stable/Final release. 2019-11-01 20:53:33 +01:00
OBattler
b6ae1098d7 Fixed IDE status readout on an absent device 1 with a present device 0, fixes hangs with AMI BIOS'es on hard disk detection in such cases. 2019-11-01 20:47:52 +01:00
OBattler
ccd0df5cff Fixed memory states set by some machines (including IBM PS/1's and MCA PS/2's). 2019-11-01 14:23:52 +01:00
OBattler
4f717bc26b Merge pull request #449 from 86Box/release/2.0x
Release/2.0x
2019-11-01 04:15:22 +01:00
OBattler
f632885c47 86Box v2.05 Stable/Final release. 2019-11-01 04:09:19 +01:00
OBattler
e939d06acc Award 286 Clone now has an on-board IDE controller as its CMOS Setup says it should. 2019-11-01 03:59:47 +01:00