The question is what we should implement as behavior when the speed is too high...
Added issue for it: https://github.com/openMSX/openMSX/issues/1347
Maybe a warning sign, similar to the PSG port direction one.
Since we now have a new machine (GT+IDE+bunch of things), are there any chances to have CD-ROM implemented for openMSX ?
Okay, I have been playing with CD-ROM. As per pure DATA (iso) it works, however, no CD-DA (cue/bin, img, nrg, etc) at all.
Looks like it will not be supported?
Found the answer: " There is no support yet for audio tracks.".
Sad.
@Gradius2 a couple of years ago you reported about issues with running CAS tape images on openMSX, but you never came back to it after we asked for details. Can you confirm they are solved?
One very very minor bug, that I just noticed on Windows version of openMSX (tested on version 0.15.0)
When deinterlace is turned off (set deinterlace false) the very first line of odd screen* is black instead of having background color.
How to test: SCREEN 0,,,,,1:COLOR 1,15,15
*) with "odd screen" I mean (VDP(-2)AND2)=2
Which scale factor are you using?
Which scale factor are you using?
Seems that renderer or scale factor does not matter, the color problem is always visible.
Even frame:
Odd frame:
NYYRIKKI: that issue can be tracked here: https://github.com/openMSX/openMSX/issues/1372 thanks for reporting!