Vas Crabb
Vas Crabb
@galibert can you please check the formats and MFM hard disk changes on this PR?
Can someone get a stack trace for this?
> mame could opt in to UTF-8 support with a manifest setting just as it currently does for DPI awareness and long path awareness. Currently only the main executable embeds...
> > That requires a relatively new version of Windows to work (we still support older versions of Windows), and using it breaks the code in `util:core_file` that’s supposed to...
At what point do we get to deprecate devices without manufacturers?
Oh, BTW please use `MFG` rather than `MFT` as a three-letter abbreviation for "manufacturer". It's at least [somewhat accepted](https://www.collinsdictionary.com/dictionary/english/mfg) in general English use.
I'm torn on this. These functions are very "C-like", returning a length and producing output in the first parameter. Changing it to a reference makes it harder to accidentally index...
More `auto` in places where the types are definitely known isn't a good thing. Also that breaks the aspect of it where it doesn't set the result variable if it...
Why does it return inverted logic in a `bool` like that? Can it be renamed to something less confusing (like `not_ready_r`) or changed to a `READLINE` or something where it's...
Yeah, but when we're using logic levels like that we tend to use read line member, the use of negative logic with a `bool` like that would've thrown me, too.