Commit Graph

2116 Commits

Author SHA1 Message Date
tiseno100
1b846db22c Update the newly changed machine tables to include the new machines 2020-01-12 19:59:10 +02:00
tiseno100
24b764d63a Added the Toshiba Equium 5200D, PCemified the Unknown Headland board names
Added the Toshiba Equium 5200D. A CU430HX board. Presents the same issues as the TC430HX.
The unknown Headland board names received their respective PCem-like clone names (Phoenix 286 clone, Quadtel 286 clone).
2020-01-07 13:38:18 +02:00
tiseno100
d894b416dd Removed the Goldstar 386 from dev branch. Added a Tandon based Micronics 386 Board
TI NEAT based 386 board.
2019-12-26 20:48:07 +02:00
tiseno100
58adb51dbe Added the Siemens PCD-2L
A N82330 discrete machine. Segfaults in some places
2019-12-23 21:32:44 +02:00
tiseno100
06b8732412 Revert the Unknown Quadtel Headland 2019-12-20 15:29:32 +02:00
tiseno100
2f76c899f1 Replaced the Unknown Micronics Board with Goldstar 386. 2019-12-19 16:35:39 +02:00
tiseno100
384405ab28 Removed the Headland IQS. Added the G2 12HS.
Headland IQS seems to be troublesome with the Headland chipset emulation of 86Box thus it was removed. The G2 12HS on the other hand replaces the "Unknown Quadtel Headland".
2019-12-19 11:06:21 +02:00
tiseno100
4c3ebddb94 Added the IBM PS/ValuePoint P60
Just like the IBM Ambra's, it's a standard Intel 430LX OEM board with it's own special BIOS.
2019-12-17 15:40:01 +02:00
tiseno100
9e1100ec3d Fix the Ambra's not appearing for the old dynarec. Added few 286 boards
Added a few 286 boards:
- Unknown Phoenix Headland
- Unknown Quadtel Headland
- Headland IQS(Phoenix A286)
- The AMI, Quadtel and Phoenix variants of IBM AT
- Samsung Deskmaster 286
- A Dev branched Micronics 386 Board
2019-12-15 22:05:23 +02:00
tiseno100
2f57e207c8 Fixed the incorrect old pathing 2019-12-14 22:52:53 +02:00
tiseno100
37efc07d59 Added the IBM Ambra DP60 and DP90 variants
DP60 and DP90 use standard Intel OEM boards but they have their own special BIOS
2019-12-14 22:50:44 +02:00
OBattler
5615d11320 Merge pull request #493 from 86Box/bugfix/ncr5380
Fixed partitioning and formatting HDD's under the Longshine SCSI card…
2019-12-13 04:46:08 +01:00
OBattler
3089e8f358 Merge pull request #494 from dhrdlicka/feature/win_d2d
Direct2D refinements
2019-12-13 04:44:32 +01:00
David Hrdlička
042d9228ea win_d2d: port to C 2019-12-12 23:04:03 +01:00
David Hrdlička
2cb6c73555 win_d2d: remove unnecessary headers and ifdefs 2019-12-12 12:18:34 +01:00
David Hrdlička
111dee6eb0 prt_ps: proper unloading of ghostscript 2019-12-10 17:29:53 +01:00
David Hrdlička
cef9ea2cbc win_d2d: update copyright header 2019-12-09 22:57:45 +01:00
David Hrdlička
5202d274b9 win_d2d: unify windowed and fullscreen rendering 2019-12-09 20:54:16 +01:00
David Hrdlička
3dc48d26f4 win_d2d: lazy initialization of d2d_bitmap 2019-12-09 20:18:27 +01:00
David Hrdlička
a528cd60c7 win_d2d: blit straight into d2d_bitmap 2019-12-09 20:14:38 +01:00
TC1995
588c2533dc Fixed partitioning and formatting HDD's under the Longshine SCSI card using the 5380 core.
Deleted leftover copy of the 53c8xx.
2019-12-08 00:57:22 +01:00
David Hrdlička
5a2d13a929 prt_ps: update copyright header 2019-12-07 20:29:51 +01:00
David Hrdlička
a0f444a760 prt_ps: line breaks 2019-12-07 19:47:32 +01:00
David Hrdlička
bd8cc55615 pr_ps: bound checking + code style 2019-12-07 14:52:32 +01:00
David Hrdlička
5fc4280479 prt_ps: style, minor bugfixes 2019-12-07 13:08:52 +01:00
David Hrdlička
0c99025756 prt_ps: added a more verbose message when gsdll32 is not found 2019-12-07 13:08:51 +01:00
David Hrdlička
dd0e8532d0 prt_ps: add ctrl+d support 2019-12-07 13:08:50 +01:00
OBattler
88b9978fae Introduced video double-buffering (so that the render buffer is no longer the same as the interim buffer) and made SDL (Hardware) auto-hint the renderer per the suggestion and code by Agetian. 2019-12-06 03:50:54 +01:00
OBattler
e9905a0806 Fixed a warning in printer/prt_ps.c (yeah, I know, nothing to do with video, but ah well). 2019-12-06 03:50:06 +01:00
OBattler
66af1dde7e Fixed the MDA flickering. 2019-12-06 02:58:23 +01:00
OBattler
ce9408a817 More TD0 bug fixes - fixed handling of sectors without an ID field, and fixed the handling of TD0 images recorded at 300 kbps on a 360 rpm drive (which is equivalent to 250 kbps on a 300 rpm drive), fixes Sid Meier's Pirates! 2019-12-06 02:37:52 +01:00
OBattler
b9a35eb418 Floppy fixes to handle TD0 and IMD images with some kinds of copy protection, fixes eg. F-19 Stealth Fighter from 1988. 2019-12-05 21:36:28 +01:00
David Hrdlička
a18f9fa199 Merge branch 'master' into feature/discord 2019-12-05 00:56:21 +01:00
OBattler
26c0a5d2ea Removes the legacy DirectDraw and Direct3D 9 renderers, and instead adds SDL (Hardware) and renames the existing SDL renderer to SDL (Software). 2019-12-05 00:51:07 +01:00
David Hrdlička
e0d070a934 win_discord: update copyright headers 2019-12-05 00:14:25 +01:00
David Hrdlička
ae4facc969 win_discord: compile the discord module by default 2019-12-05 00:07:16 +01:00
David Hrdlička
539ef0044a win_discord: configurability 2019-12-04 21:55:35 +01:00
David Hrdlička
a77a7a15db win_discord: initial commit 2019-12-04 13:12:34 +01:00
OBattler
e121515458 Fixed the Video 7 / HT-2xx code so that it compiles again. 2019-12-04 07:36:08 +01:00
OBattler
70cfb9d79f Various (S)VGA and Cirrus Logic fixes. 2019-12-04 07:20:58 +01:00
OBattler
7fec4a20fa The mem.c fix needed for the PCnet not to BSoD. 2019-12-02 20:15:30 +01:00
OBattler
7f488e14b9 Final, cleaned up AMD PCnet emulation. 2019-12-02 18:27:40 +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
4c64f87389 Brought back the PostScript printer. 2019-12-02 07:14:44 +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
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
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