OBattler
|
6796a45f7f
|
Merge branch 'version/4.1' of https://github.com/86Box/86Box into version/4.1
|
2023-08-10 05:06:59 +02:00 |
|
OBattler
|
dec80269cb
|
Merge remote-tracking branch 'origin/master' into version/4.1
|
2023-08-10 05:06:21 +02:00 |
|
OBattler
|
0e22fa6d0f
|
Fixed a compile-breaking mistake in pic.c.
|
2023-08-10 05:04:24 +02:00 |
|
OBattler
|
f771e9e612
|
PIC fixes: poll mode is no longer broken.
|
2023-08-10 05:03:11 +02:00 |
|
OBattler
|
b38f87f13f
|
And in device/pci_bridge.c as well.
|
2023-08-10 01:42:33 +02:00 |
|
OBattler
|
2e2b6d28cd
|
Removed excess logging in pci.c.
|
2023-08-10 01:39:43 +02:00 |
|
OBattler
|
a0a26a5504
|
Merge branch 'master' of https://github.com/86Box/86Box
|
2023-08-10 01:37:46 +02:00 |
|
OBattler
|
dbf9ef66fc
|
Moved Voodoo initialization to the very end to minimize the likelihood of SCSI adapters ending up on the bridge.
|
2023-08-10 01:37:33 +02:00 |
|
cold-brewed
|
15013e1ede
|
Added new platform function to get cpu string (#3533)
Co-authored-by: cold-brewed <cold-brewed@users.noreply.github.com>
|
2023-08-09 18:12:27 -03: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
|
2b90cf0beb
|
Merge pull request #2899 from Cacodemon345/opl4-daughterboard
Add OPL4-ML daughterboard emulation
|
2023-08-09 00:38:19 +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
|
56a8e454ca
|
Merge remote-tracking branch 'origin/master' into version/4.1
|
2023-08-08 21:15:36 +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
|
b1a522c432
|
Merge remote-tracking branch 'origin/master' into version/4.1
|
2023-08-08 21:05:09 +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 |
|
OBattler
|
fd4c606ddb
|
Merge remote-tracking branch 'origin/master' into version/4.1
|
2023-08-08 19:41:07 +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 |
|
Miran Grča
|
549d2f882c
|
Merge pull request #3526 from jriwanek-forks/4.1-sonar
Fix 4.1 build issues and do some linting
|
2023-08-08 16:18:20 +02:00 |
|
OBattler
|
ac386f8b2f
|
Merge remote-tracking branch 'origin/master' into version/4.1
|
2023-08-08 16:17:28 +02:00 |
|
OBattler
|
5f72dc7d56
|
More fixes.
|
2023-08-08 16:17:01 +02:00 |
|
Jasmine Iwanek
|
f2bebbf7c9
|
Fix typos in win32 makefile
|
2023-08-08 10:15:49 -04:00 |
|
Jasmine Iwanek
|
70d4fc1b9a
|
clang-format the new network cards
|
2023-08-08 10:15:49 -04:00 |
|
Jasmine Iwanek
|
69bbee137f
|
Sonarlint the new network cards
|
2023-08-08 10:15:49 -04:00 |
|
Jasmine Iwanek
|
d79ad02e91
|
Fix compilation error in net_rtl8139.c
|
2023-08-08 10:15:48 -04:00 |
|
OBattler
|
a295f9a2de
|
Merge remote-tracking branch 'origin/master' into version/4.1
|
2023-08-08 15:39:32 +02:00 |
|