Skip to content

Conversation

@Cacodemon345
Copy link
Contributor

@Cacodemon345 Cacodemon345 commented Nov 27, 2022

Summary

Add OPL4-ML daughterboard emulation

Checklist

References

None.

@Cacodemon345 Cacodemon345 marked this pull request as draft November 29, 2022 20:23
@Cacodemon345
Copy link
Contributor Author

Marked as draft to investigate note on issues.

@Cacodemon345 Cacodemon345 marked this pull request as ready for review February 3, 2023 11:11
@Cacodemon345 Cacodemon345 marked this pull request as draft February 3, 2023 11:11
/* 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.
@OBattler OBattler changed the base branch from master to version/4.1 August 8, 2023 22:37
@OBattler OBattler marked this pull request as ready for review August 8, 2023 22:38
@OBattler OBattler merged commit 2b90cf0 into 86Box:version/4.1 Aug 8, 2023
Cacodemon345 added a commit to Cacodemon345/86Box that referenced this pull request Feb 13, 2024
…board"

This reverts commit 2b90cf0, reversing
changes made to 56a8e45.

This is broken in its current state and needs to be redone
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.

3 participants