Miran Grča
c4f88dce13
Merge pull request #5075 from jriwanek-forks/network
...
Bring net_cards in line with other device arrays
2024-12-30 06:11:38 +01:00
Jasmine Iwanek
7dd540db96
Bring net_cards in line with other device arrays
2024-12-30 00:09:53 -05:00
Miran Grča
bb9bf28a62
Merge pull request #5074 from jriwanek-forks/ctpnp
...
Add SB16 CT2940 no IDE variant
2024-12-30 06:09:49 +01:00
Jasmine Iwanek
14d5b7e259
Update SB Copyright
2024-12-30 00:07:58 -05:00
Jasmine Iwanek
0a0c1e349f
Add SB16 CT2940 no IDE variant
2024-12-30 00:07:58 -05:00
Miran Grča
3243ae66ee
Merge pull request #5073 from jriwanek-forks/ctpnp
...
Add AWE64 CT4380 no IDE variant
2024-12-30 05:17:44 +01:00
Jasmine Iwanek
21a98774e4
Standardization for PNP ROM loading
2024-12-29 21:52:30 -05:00
Jasmine Iwanek
e11743c521
Add AWE64 CT4380 no IDE variant
2024-12-28 17:25:42 -05:00
OBattler
3bb62f59b8
And another comment.
2024-12-27 22:47:40 +01:00
OBattler
bf163bbfeb
Fixed another commit.
2024-12-27 22:45:35 +01:00
OBattler
1a026d58df
And another fix.
2024-12-27 22:44:21 +01:00
OBattler
b0d964140a
Fixed the comment.
2024-12-27 22:37:26 +01:00
OBattler
6abdd9c401
Treat 1600 kB image as 20 512-byte sectors per track instead of 10 1024-byte sectors per track, per OpenStep 4.0.
2024-12-27 22:31:57 +01:00
OBattler
c98ad84171
SB: Fix CT1475 even port read and return 0xFF on it and ports 227h and 22Bh which are tested for noise by OS/2 Warp 4.0, fixes the OS/2 Warp 4.0 hang on SB PNP's and AWE 32.
2024-12-25 20:25:25 +01:00
Miran Grča
ca9564f5f2
Merge pull request #5068 from 86Box/tc1995
...
S3 changes of the day (December 25th 2024, Christmas 2024 gift)
2024-12-25 20:15:22 +01:00
TC1995
4c9fb63c74
S3 changes of the day (December 25th 2024, Christmas 2024 gift)
...
1. Initialize Multifunction indexes 0x0D and 0x0E properly, should fix inverted colors on S3 OS/2 Warp drivers.
2. Make the remaining Vision868/968 only ports handle the 32-bit toggling properly.
3. Cleanups
2024-12-25 19:47:23 +01:00
OBattler
e8cb5dc0fe
#include'd <86box/win.h> in qt/qt_ui.cpp.
2024-12-25 00:31:20 +01:00
OBattler
cb957fe517
Changed to plat_delay_ms() according to tneukom's latest suggestion.
2024-12-25 00:29:56 +01:00
OBattler
59baaaf5a6
Only call timerBeginPeriod(1); on Windows, fixes Linux and Mac builds.
2024-12-24 20:29:44 +01:00
OBattler
45124363a5
Also replace the other thread sleep with play_delay_ms() and remove the #ifdef's.
2024-12-24 19:30:35 +01:00
OBattler
8db59e3c5c
qt/qt_main.cpp: Use plat_delay_ms(1) instead of thread sleeping, closes #5066 .
2024-12-24 19:25:00 +01:00
OBattler
4297d72a89
AT ESDI: Bring IDENTIFY results in line with the real hardware, closes #5059 .
2024-12-24 19:22:55 +01:00
OBattler
80f5c47221
AT ESDI: Fix controller name in IDENTIFY.
2024-12-23 00:30:15 +01:00
Miran Grča
7fb508e0e5
Merge pull request #5065 from 86Box/tc1995
...
ViRGE changes of the day (December 22nd, 2024)
2024-12-22 21:18:34 +01:00
Miran Grča
84640b3ca2
Merge pull request #5064 from asiekierka/feature/maz1016
...
Add initial Mazovia 1016 emulation
2024-12-22 21:18:17 +01:00
TC1995
8f51ca82b0
ViRGE changes of the day (December 22nd, 2024)
...
1. Proper pixel clock implemented on GX2 and up chips. Fixes speed on various stuff (including games for Windows).
2. Cleanup.
2024-12-22 19:21:32 +01:00
Adrian Siekierka
eb25bccf1e
Add initial Mazovia 1016 emulation
2024-12-22 13:52:25 +01:00
OBattler
8f25851406
Pentium II: Change BIOS update signature to non-zero on CPUID with EAX = 1, fixes microcode update error messages on some BIOS'es.
2024-12-22 04:09:55 +01:00
RichardG867
74bda71219
mem: Fix upper bits in PSE-36 translation
2024-12-21 20:43:18 -03:00
Miran Grča
a72c55c157
Merge pull request #5062 from 86Box/tc1995
...
8514/A change of the day (December 22nd, 2024)
2024-12-22 00:10:53 +01:00
TC1995
a27c4bc7a4
8514/A change of the day (December 22nd, 2024)
...
Fix nibble pixtrans on bitblt command (CMD 6), this makes icons and stuff on MS OS/2 1.10 Nokia's 8514 driver no longer glitchy (IBM's was already fine as is and it still is).
2024-12-21 23:57:26 +01:00
Miran Grča
e5dfb11225
Merge pull request #5060 from altiereslima/master
...
Update pt-BR.po
2024-12-21 23:11:13 +01:00
Miran Grča
ec363b0cdb
Merge pull request #5061 from lemondrops/pse-36
...
Add PSE-36 (36-bit page size extension) support
2024-12-21 23:10:41 +01:00
Alexander Babikov
f1a60d8242
Add PSE-36 (36-bit page size extension) support
...
Code ported from PCBox
2024-12-21 20:44:31 +05:00
OBattler
5e2559452c
A small sanity check in mem/mem.c.
2024-12-21 13:59:40 +01:00
altiereslima
9f1fefaf02
Update pt-BR.po
2024-12-21 09:56:02 -03:00
OBattler
1c37108e12
Fixed the CL-GD 54xx linear aperture.
2024-12-21 01:08:24 +01:00
Miran Grča
87febe6e49
Merge pull request #5058 from 86Box/tc1995
...
S3 and Cirrus updates of the first day of winter (December 21, 2024)
2024-12-21 00:14:01 +01:00
TC1995
e4739de5cc
S3 and Cirrus updates of the first day of winter (December 21, 2024)
...
Cirrus 5436/46 and 5480.
Finally fixed the Solaris 2.6 font issue, was a dword swap one with color expansion.
S3.
1. Make 868/968 ignore horizontal skew, ergo horizontal override until a proper solution is found regarding hardware tests.
2. Fixed a minor mix issue with S3 911/924 Win3.1 drivers in 8bpp mode.
2024-12-21 00:11:34 +01:00
Miran Grča
287896d107
Merge pull request #5053 from jriwanek-forks/fm2
...
More YMFM backend integration work
2024-12-19 11:05:28 +01:00
Jasmine Iwanek
82d5f7d133
Fix ymf276
2024-12-19 04:54:01 -05:00
Jasmine Iwanek
86024cffee
Some fixes to ymfm_opx.h
2024-12-19 04:54:01 -05:00
Jasmine Iwanek
7b2508f817
Add OPQ, OPX(Partial), and OPZ chips
2024-12-19 04:54:01 -05:00
Jasmine Iwanek
a05582320e
Add SSG
2024-12-19 04:43:37 -05:00
Jasmine Iwanek
7b9d025a26
Enable YM2164
2024-12-19 04:43:37 -05:00
Jasmine Iwanek
c36510a9f2
Add additional OPL & OPN chips
2024-12-19 04:43:37 -05:00
Miran Grča
1b751f3395
Merge pull request #5052 from jriwanek-forks/fm
...
Add initial support for YM2151 & YM2164
2024-12-19 06:45:23 +01:00
Jasmine Iwanek
5b3b8b9130
Add initial support for YM2151 & YM2164
2024-12-19 00:01:58 -05:00
Miran Grča
da2490f4d8
Merge pull request #5051 from jriwanek-forks/opl
...
Various cleanups in src/sound
2024-12-19 02:35:48 +01:00
Jasmine Iwanek
39ebf5025a
Yet more cleaning in src/sound
2024-12-18 18:43:15 -05:00