Skip to content

Conversation

parshwa282011
Copy link

I added 16 Bit In/Out as it makes more sense for the ROM256x16 to be a 16Bit out instead of 2 8Bit or it could be a choice for someone for which one to use. I also added a RGBLED but it is very large as there are 8Bit Inputs so there is 0 to 255 range for each RED, GREEN, and BLUE.

@sk337
Copy link

sk337 commented May 5, 2025

damn i didnt know you were an editor i was reviewing changes

@parshwa282011
Copy link
Author

what i didn't close this i was trying to merge new updates and accedentaly pushed that pr here so i closed that not this one

@parshwa282011 parshwa282011 reopened this May 5, 2025
}catch (Exception e){
Debug.Log(e);
if (stringFormat is DataDisplayMode.Binary){
uintVal =(uint) ((ulong) (Convert.ToInt64(displayString, 2))& 0b11111111111111111111111111111111);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you either replace this with 0xFFFFFFFF or a constant like UINT32_MAX

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i changed it to 0xFFFFFFFF

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.

2 participants