# HG changeset patch # User Paul Boddie # Date 1526828013 -7200 # Node ID a769a8bf1d4a38edd107c607d7b935be7ff659b6 # Parent fd9bc02853c617b40f273f208b7d10fa34cdd6b3 Fixed the positioning of the viewport. diff -r fd9bc02853c6 -r a769a8bf1d4a conf/landfall-examples/mips-letux400-spectrum.cfg --- a/conf/landfall-examples/mips-letux400-spectrum.cfg Sat May 19 00:58:00 2018 +0200 +++ b/conf/landfall-examples/mips-letux400-spectrum.cfg Sun May 20 16:53:33 2018 +0200 @@ -126,7 +126,7 @@ l:start({ caps = { - fb = mag_caps.svc:create(L4.Proto.Goos, "g=800x460", "barheight=20"), + fb = mag_caps.svc:create(L4.Proto.Goos, "g=800x460+0+0", "barheight=20"), }, }, "rom/ex_fb_spectrum_cc"); diff -r fd9bc02853c6 -r a769a8bf1d4a conf/landfall-examples/mips-qi_lb60-spectrum.cfg --- a/conf/landfall-examples/mips-qi_lb60-spectrum.cfg Sat May 19 00:58:00 2018 +0200 +++ b/conf/landfall-examples/mips-qi_lb60-spectrum.cfg Sun May 20 16:53:33 2018 +0200 @@ -124,7 +124,7 @@ l:start({ caps = { - fb = mag_caps.svc:create(L4.Proto.Goos, "g=320x230", "barheight=10"), + fb = mag_caps.svc:create(L4.Proto.Goos, "g=320x230+0+0", "barheight=10"), }, }, "rom/ex_fb_spectrum_cc");