starfrost013
bdc47bf3ee
start working on the actual graphics objects. Since we figured out the pfifo/ramht/object class crap.
2024-12-31 00:38:06 +00:00
starfrost013
56a5522aa6
fix ptimer
2024-12-29 19:37:19 +00:00
starfrost013
caa33123c6
add prmvio
2024-12-29 19:29:27 +00:00
starfrost013
fd99d6e711
cleanup legacy code
2024-12-29 18:48:31 +00:00
starfrost013
ef8e4e95c1
actually fire the rivatimer
2024-12-29 18:43:15 +00:00
starfrost013
3914a00f9b
Local idiot forgets break; wonders why code does not work?
2024-12-29 17:58:02 +00:00
starfrost013
88cc5f07f7
sort out the logging but there are still regressions (driver fail to boot)
2024-12-29 17:24:17 +00:00
starfrost013
378af452d6
Refactor the read functions
2024-12-29 17:18:14 +00:00
starfrost013
260323e9a6
Architecture specific registers. Remove duplicate logging. Define the pgraph registers we have being written to so far.
2024-12-29 16:55:56 +00:00
starfrost013
955ea2d31c
Merge branch 'master' of https://github.com/starfrost013/86box
2024-12-29 15:59:56 +00:00
starfrost013
54cc969852
Implement rivatimer_get_time and reset time on rivatimer_stop.
2024-12-29 15:59:55 +00:00
starfrost
8e7f9720ae
Merge branch '86Box:master' into master
2024-12-29 15:58:41 +00:00
starfrost013
8e21fa5545
Accumulated changes. Update copyright year in anticipation of 2025. More PGRAPH stuff. Start working on guest CPU independent timer (RivaTimer) but not really tested or used yet. Add more docs
2024-12-29 15:57:55 +00: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
starfrost013
a426db8956
fix build
2024-12-25 22:24:41 +00:00
starfrost013
86c52e657b
add sanity checks
2024-12-25 22:22:46 +00:00
starfrost
86efc31de1
Merge branch '86Box:master' into master
2024-12-25 22:19:58 +00: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
starfrost
da3d8e76c2
Merge branch '86Box:master' into master
2024-12-25 00:07:58 +00: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
starfrost013
2d61c81dd4
Merge branch 'master' of https://github.com/starfrost013/86box
2024-12-22 22:51:10 +00:00
starfrost013
692efc3f0f
add a bunch more pgraph headers
2024-12-22 22:51:08 +00:00
starfrost
e9d2b0e678
Merge branch '86Box:master' into master
2024-12-22 22:50:57 +00: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