That came out great! 


May 16, 2026, 11:25:02 pm


) anything that allows me figuring out the issue in case there is an edge case we didn't cover. The change you suggest breaks an implemented feature (integer scaled ui fonts).Compiling src/osd/modules/input/input_common.cpp...
D:/Mame0287/src/osd/modules/input/input_common.cpp:34:10: fatal error: SDL2/SDL.h: No such file or directory
34 | #include <SDL2/SDL.h>
| ^~~~~~~~~~~~
compilation terminated.The "#define MISTER_INPUT 1" line must be moved from input_common.h to input_mister.cpp (before the first #include) // this is for duplicate devices in a collection such as extra mouse buttons
if (tname_basic_string.find(L"&Col01") != std::string::npos)
return nullptr;
float const one_to_one_line_height = float(raw_font_pixel_height) / target_pixel_height;
// determine the scale factor
- float scale_factor = target_font_height() * scale / one_to_one_line_height;
+ float scale_factor = std::min(target_pixel_height / float(raw_font_pixel_height) / options().font_rows(),
+ target_pixel_width / float(raw_font_pixel_height) / options().font_rows());
// if our font is small-ish, do integral scaling
if (raw_font_pixel_height < 24)


How deep you install the light pipe might make the LEDs easier to see.
If you press the light pipe in so it is flush with the surface of the case, it will definitely be harder to see at a low angle.
All good. I have in fact allowed for the PCB thickness in the design. There is a gap there. I'll check your other requests soon.
the wings may need to be a little larger, the holes up to 4mm diameter, and moved a little further away from the body.Agreed. Better 6mm too much room between the screw hole and the side of the case than 1mm too close.
I like the idea of closing the hole with a light pipe, to avoid damage from spilled sodas and such. A drawback is that the LEDs would be less visible from the side, such as when installed on the in-side a cab.How deep you install the light pipe might make the LEDs easier to see.
Your side slits idea might further allow a compromise as it would allow the LEDs to be visible from the side (barely), while still mostly protecting from unplanned soda events.I wasn't suggesting slits in the side of the case, just a 0.5 mm wide by 6-8 mm high slit in each LED cylinder (red lines in this pic) for greater flexibility and friction to hold the light pipe firmly in place without adhesive.
