-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge dev #522
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
z80asm still compiles & runs on Coherent.
simdefs.h now includes inttypes.h, stdbool.h, and stddef.h. Don't include these explicitly anymore in machines and iodevices.
Also make tarbell_rom_[enabled,active] bool. Also change ice_cmd_loop parameter name from go_flag to go_mode.
…ccess) Also flipped handle_break in simice.
modernize C: use typedefs and bools
Also some by-Hand formatting. Verified generated object code stayed the same.
Moved types only used in netsrv.c from netsrv.h to netsrv.c. Made internal functions/variables of netsrv.c static.
Move system includes not needed in netsrv.h to netsrv.c. This revealed that cromemco-dazzler and imsai-vio need to include string.h with HAS_NETSERVER. At least on Linux the first message queue created has an id of 0, this triped up the code which expected a value > 0. Use -1 to mean no queue connected and not 0. The manual page of msgget(2) also states that the returned id is a nonnegative integer, so 0 is a completely legal value.
Re-format, boolify, fix message queue id bug in David McNaughton's code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.