sy2002 / MiSTer2MEGA65

Framework to simplify porting MiSTer (and other) cores to the MEGA65
GNU General Public License v3.0
34 stars 8 forks source link

Fractional scaler for OSM #12

Closed sy2002 closed 1 year ago

sy2002 commented 1 year ago

Please implement a fractional scaler for the OSM only:

osm-area-scaler

We would just change the "canvas" of the OSM without changing the output resolution at all. (And obviously we are also not touching the core itself.) The output resolution continues to be defined statically in globals.vhd :

constant VGA_DX               : natural := 720;
constant VGA_DY               : natural := 540;

Do it here in the M2M framework - feel free to add one more more OSM items to test and then please assign it to me when done: I will take it from there, merge it to the C64 develop branch and also add the OSM submenu, enhance the documentation in README.md and in VERSIONS.md and in FAQ.md and enhance the test protocol in tests/README.md

MJoergen commented 1 year ago

Fixed in commit 14b27dd