Commit Graph

10780 Commits

Author SHA1 Message Date
Jasmine Iwanek
b52df9e201 sonarlint voodoo stuff 2023-08-09 16:52:12 -04:00
Jasmine Iwanek
b8993e3282 sonarlint generic files in src/video 2023-08-09 16:52:11 -04:00
Jasmine Iwanek
0cc00a6b0f sonarlint vid_tvp3026_ramdac.c 2023-08-09 16:52:11 -04:00
Jasmine Iwanek
90cea6125d sonarlint vid_tkd8001_ramdac.c 2023-08-09 16:44:59 -04:00
Jasmine Iwanek
abf7d55011 sonarlint vid_sdac_ramdac.c 2023-08-09 16:44:59 -04:00
Jasmine Iwanek
b80f43a970 sonarlint vid_sc1502x_ramdac.c 2023-08-09 16:44:58 -04:00
Jasmine Iwanek
060a1761e2 sonarlint the clocks 2023-08-09 16:44:58 -04:00
Jasmine Iwanek
73757d11c6 sonarlint vid_ibm_rgb528_ramdac.c 2023-08-09 16:44:58 -04:00
Jasmine Iwanek
ed20cc741c sonarlint vid_colorplus.c 2023-08-09 16:41:54 -04:00
Jasmine Iwanek
167146a5c4 sonarlint vid_cl54xx.c 2023-08-09 16:41:54 -04:00
RichardG867
bf18fa3297 Merge branch 'master' of ssh://github.com/86Box/86Box 2023-08-09 17:23:26 -03:00
RichardG867
481e48a917 gdbstub: Proper size_t format string 2023-08-09 17:21:48 -03:00
OBattler
3e91216e35 Set the standards to c99 and c++11. 2023-08-09 22:20:06 +02:00
RichardG867
b539105b23 VISO: Proper pointer format strings 2023-08-09 17:19:50 -03:00
RichardG867
6bc73bfc97 isapnp: Small macro cleanup 2023-08-09 17:17:47 -03:00
OBattler
730d8bc25e Merge branch 'master' of https://github.com/86Box/86Box 2023-08-09 22:17:18 +02:00
OBattler
3ae3287f26 Changed the size_t's in cpu/808x/queue.c/h into uintptr_t's and made the fatal() use PRIuPTR. 2023-08-09 22:17:02 +02:00
RichardG867
4837cbc41f sio: UM8669F cleanup and clarification 2023-08-09 16:54:08 -03:00
OBattler
b99c47de5c Merge branch 'master' of https://github.com/86Box/86Box 2023-08-09 18:24:27 +02:00
OBattler
8b1746f961 Made io.c only count qfound when logging is enabled. 2023-08-09 18:24:16 +02:00
Miran Grča
89fca880c6 Merge pull request #3352 from anikom15/cga-vert-pull
Reduce CGA vertical res from 400 to 200.
2023-08-09 18:10:38 +02:00
OBattler
1a0bebaf4e CGA changes by anikom15. 2023-08-09 18:10:05 +02:00
Miran Grča
20e41065a4 Merge pull request #3532 from cold-brewed/clang-warning-cleanup
Clang warning cleanup
2023-08-09 17:58:08 +02:00
cold-brewed
538e402193 Fixed warning around formatting string for size_t 2023-08-09 09:56:06 -04:00
cold-brewed
f40184d43f Clear up a clang warning by correcting a format string 2023-08-09 07:48:12 -04:00
cold-brewed
cb28daba98 Match the destination register type on apple silicon. Clears up a clang warning. 2023-08-09 07:43:48 -04:00
cold-brewed
3795016a82 Clean up some clang warnings on macOS 2023-08-09 07:37:45 -04:00
OBattler
fdac446d25 The PCjr now correctly supports 64 kB of RAM, also other fixes and added support to PCjr ports 11h and 12h to the POST card (it now supports up to 4 different ports in the range). 2023-08-09 06:26:59 +02:00
Miran Grča
b28d82a38e Merge pull request #3527 from jriwanek-forks/devbranch-fix
Fix missed bits from pci rewrite in pci_dummy.c
2023-08-08 21:23:44 +02:00
OBattler
3796eb8163 Moved an #endif in cpu/386_ops.h to the correct place. 2023-08-08 21:14:34 +02:00
OBattler
ad672054ec Some missing extern's in cpu/x86_ops.h. 2023-08-08 21:10:56 +02:00
OBattler
06998e4278 Corrected some 286/386 interpreter opcode table assignments in cpu/cpu.c. 2023-08-08 21:04:49 +02:00
OBattler
7e98ff301e And missing #ifndef's in CMOV. 2023-08-08 21:02:49 +02:00
OBattler
480d663d19 Missing void's. 2023-08-08 21:01:01 +02:00
Miran Grča
ae1dc2bd33 Merge pull request #3528 from jriwanek-forks/gitattributes
Create a .gitattributes file
2023-08-08 19:40:33 +02:00
OBattler
b1c5cbaf47 Split the 286/386 interpreter away from the 486+ one (the 286/386 interpreter does not use the pccache's, readlookup's, and writelookup's as the emulated CPU's are too slow for them to be required, and also has more accurate FPU timings), also added a LPT status read function for future-proofing. 2023-08-08 19:39:52 +02:00
Jasmine Iwanek
914e1b92b4 add irq_state 2023-08-08 11:16:43 -04:00
Jasmine Iwanek
b7eff89d78 Create .gitattributes 2023-08-08 11:11:14 -04:00
Jasmine Iwanek
b8c9a5141f Fix missed bits from pci rewrite in pci_dummy.c 2023-08-08 11:01:57 -04:00
OBattler
5f72dc7d56 More fixes. 2023-08-08 16:17:01 +02:00
OBattler
ce5e21f870 More warning and compile fixes. 2023-08-08 15:38:40 +02:00
OBattler
87651a2cb3 More Linux compile fixes, fixes #3524. 2023-08-08 06:51:24 +02:00
OBattler
b4aea2f768 The PIC timer is no longer used to latch all IRQ updates on XT, but only those after writes to the mask register, which are now delayed for the duration of 1 CPU cycles, making the PCjr boot again, fixes #3500. 2023-08-08 03:52:09 +02:00
OBattler
d6b7619878 Removed some duplicate variables in unix/unix_sdl.c, closes #3523. 2023-08-08 00:24:20 +02:00
OBattler
a388b7013a Revert io.c to that of build 4761, which is the correct revision, should fix compiles. 2023-08-08 00:22:05 +02:00
OBattler
b23a55a922 Reverted the io.c debug stuff. 2023-08-07 22:14:24 +02:00
OBattler
260cb54462 Reenable the accidentally disabled RTS toggle on the Microsoft Serial Mouse. 2023-08-07 22:13:48 +02:00
OBattler
35a9bc9ed7 Attempted fix for Linux compile. 2023-08-07 19:59:32 +02:00
OBattler
b1fe510c36 Removed some excess mouse logging. 2023-08-07 18:56:55 +02:00
OBattler
c695cb8ded Completely reworked mouse handling - should now be smoother due to there no longer being a multi-layered game of telephone going on with all the various interim coordinate counters, also rewritten the serial mouse emulation ground ground up. 2023-08-07 18:49:58 +02:00