hope someone can give me some help
I was taking a look at zsnes sourcecode for DOS, because i want to us ea custom resolution
With unirefresh (a vesa3 custom video mode maker) i sucefull create a resolution of 512x480, perfect for a simple 2x scanling, and fullscreen


I moddify the sourcecode line for 512x384, and change to 512x480. compile and everything works Ok, and zsnes take the new resolution
the problem is that if even zsnes take my new resolution, sadly still use 512x384, doing a incorrect scaling, and left 96 pixels in black

of course is because I did not change something about resolution or scaling, but I cant find where to do, any help will save my day!
Thanks!