Hi kamoj,

Zitat von
kamoj
When I tried a new MM xxx version in CB-Emu I noticed an inconvenience.
The CB-Emu/MessChess/MessExtra LCD emulation never displays the ":" between MM:SS e.g. "12:34"
Instead it always shows a dot/"." after the last/4th digit e.g. "1234.".
The real LCD (and MAME) does not even have a dot/"." after the last character segment.
yes, there's a difference between the old MAME versions 0.175/0.220 for CB-Emu/MessExtra and MessNew:
The 'led7seg' used in MAME consist of 7 digit segment plus a "." at the right bottom corner, but there's no ":" between any digits - this ":" is an additional element that has to be created in the layout and addressed by the driver.
The old MAME versions just didn't have this ":" and used the '.' after the 4th digit instead of it.
Anytime in the past 'hap' added a new display driver (mmdisplay1.h/cpp) for some Mephisto devices that fixed this issue, but this driver didn't work anymore in MAME 0.175 or 0.220, so I've just let these old LCDs as they are - not really a big problem in my opinion.
Regards,
Franz