Unfortunately there are a number of lousy programmers that use the "first # of resolutions avaiable" technique, and those games, when I add the extra resolutions, bump the higher resolutions out of the list, and that is exactly what is happening here.
To fix it you'll have to do some INF mod...
First open the INF file (backup the file in case you mess anything) included with my drivers, now look for this line:
; ---=== Video Modes Settings Added By Omegadrive (For All Cards) ===---
HKR,"INFO\INFO\DAL",DALNonStandardModesBCD,..etc
HKR,"INFO\INFO\DAL",DALDTMCRTBCDxxxxxxxxxxxx...etc
HKR,"INFO\INFO\DAL",DALDTMCRTBCDxxxxxxxxxxxx...etc
HKR,"INFO\INFO\DAL",DALDTMCRTBCDxxxxxxxxxxxx...etc
HKR,"INFO\INFO\DAL",DALDTMCRTBCDxxxxxxxxxxxx...etc
HKR,"INFO\INFO\DAL",DALDTMCRTBCDxxxxxxxxxxxx...etc
X************************************************* *************X
In the marked line (X*X) above you will insert this string (in one straight line, the thread divided it in four):
HKR,"INFO\INFO\DAL",DALRestrictedModesBCD1,1,07,20 ,04,80,00,00,00,00,07,20,05,76,00,00,00,00,08,48,0 4,80,00,00,00,00,09,60,07,20,00,00,00,00,12,00,09, 00,00,00,00,00,12,80,07,68,00,00,00,00
That will disable most custom resolutions up to 1280x960, now save the file and re-install the drivers, voilá
