X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fsms.c;h=58905bdeb08a863e56ee7cf6ce6c39d602f2c78f;hb=7fd5d17b31f3ccdbc3eaf7e9761ddb41fa994863;hp=cc75bffd270979cf5d68f20245aafe745754ca81;hpb=b4db550e41b2aa277f570d7bff890c8e8ee1831f;p=picodrive.git diff --git a/pico/sms.c b/pico/sms.c index cc75bff..58905bd 100644 --- a/pico/sms.c +++ b/pico/sms.c @@ -1,3 +1,10 @@ +/* + * SMS emulation + * (C) notaz, 2009-2010 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ /* * TODO: * - start in a state as if BIOS ran @@ -257,6 +264,8 @@ void PicoFrameMS(void) for (y = 0; y < lines; y++) { pv->v_counter = Pico.m.scanline = y; + if (y > 218) + pv->v_counter = y - 6; if (y < lines_vis && !skip) PicoLineMode4(y);