Skip to content

Merge Version/4.1 into master since we have decided to just go straight for 4.1#3823

Merged
OBattler merged 148 commits into
masterfrom
version/4.1
Nov 11, 2023
Merged

Merge Version/4.1 into master since we have decided to just go straight for 4.1#3823
OBattler merged 148 commits into
masterfrom
version/4.1

Conversation

@OBattler

Copy link
Copy Markdown
Member

Summary

Briefly describe what you are submitting.

Checklist

References

Provide links to datasheets or other documentation that helped you implement this pull request.

Cacodemon345 and others added 30 commits November 27, 2022 16:13
Port DECchip 21143 "Tulip" NIC emulation from QEMU
net_eeprom_nmc93cxx.c: Proper logging
Port Realtek RTL8139C+ emulation from QEMU
OBattler and others added 27 commits October 12, 2023 00:28
# Conflicts:
#	CMakeLists.txt
#	debian/changelog
#	src/include_make/86box/version.h
#	src/unix/assets/86Box.spec
#	src/unix/assets/net.86box.86Box.metainfo.xml
#	vcpkg.json
add machine Hyundai Super 286C
Report correct cache info in CPUID on P6-family CPUs
[v4.1] Further adjustment to the CPUID cache stuff
@OBattler
OBattler merged commit 5d10787 into master Nov 11, 2023
@OBattler
OBattler deleted the version/4.1 branch November 11, 2023 15:12
Comment thread src/sound/midi_opl4.c
/* Determine the number of voices and voice parameters */
const YRW801_REGION_DATA *region = region_ptr[midi_channel->instrument & 0x7F].regions;

while (i < region_ptr[midi_channel->instrument & 0x7F].count) {

Check failure

Code scanning / CodeQL

Comparison of narrow type with wide type in loop condition

Comparison between [i](1) of type uint8_t and [count](2) of wider type int.
Comment thread src/sio/sio_it86x1f.c Fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants