OBattler
7a0ada63e1
Merge pull request #501 from tiseno100/master
...
Fix the Ambra's not appearing for the old dynarec. Added few 286 boards
2019-12-15 22:12:59 +01: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
OBattler
8586adb130
Merge pull request #496 from tiseno100/master
...
Adding the IBM Ambra's on 86Box
2019-12-15 18:53:58 +01: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
OBattler
833b625604
Merge pull request #492 from dhrdlicka/feature/postscript
...
Updates to the generic PostScript printer
2019-12-13 04:44:15 +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
08fceb79c0
Merge pull request #490 from 86Box/bugfix/video_new
...
Bugfix/video new
2019-12-06 03:51:35 +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
e36262503d
Merge pull request #488 from 86Box/bugfix/floppy
...
More TD0 bug fixes - fixed handling of sectors without an ID field, a…
2019-12-06 02:38:56 +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
7158b7fa94
Merge pull request #486 from 86Box/bugfix/floppy
...
Floppy fixes to handle TD0 and IMD images with some kinds of copy pro…
2019-12-05 21:37:10 +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
OBattler
b6adaff6fd
Merge pull request #484 from dhrdlicka/feature/discord
...
Add Discord integration
2019-12-05 01:05:09 +01:00
David Hrdlička
a18f9fa199
Merge branch 'master' into feature/discord
2019-12-05 00:56:21 +01:00
OBattler
15bf584187
Merge pull request #485 from 86Box/feature/remove_legacy_renderers
...
Removes the legacy DirectDraw and Direct3D 9 renderers, and instead a…
2019-12-05 00:53:02 +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
743fafbc8e
Merge pull request #483 from 86Box/bugfix/video
...
Fixed the Video 7 / HT-2xx code so that it compiles again.
2019-12-04 07:37:05 +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
968d75317e
Merge pull request #482 from 86Box/bugfix/video
...
Various (S)VGA and Cirrus Logic fixes.
2019-12-04 07:22:28 +01:00
OBattler
70cfb9d79f
Various (S)VGA and Cirrus Logic fixes.
2019-12-04 07:20:58 +01:00
OBattler
ea163abdc3
Merge pull request #480 from 86Box/feature/pcnet_final
...
The mem.c fix needed for the PCnet not to BSoD.
2019-12-02 20:16:06 +01:00
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