VIC20 - smooth paddle mode
not sure about that. but the higher values work in PAL. $80 seems to be a loop point. same screen position as $00 upto $AF = $2F 30$ moves graphics further, where $B0 doesn't (clears screen).
weird... it did just work when starting with NTSC. but i had to click double size a few times. i now know what i did to trigger the problem. from the command-line batch. click PAL then back to NTSC. then double size seems to be broken in NTSC. and the mode can't be chosen. win7x64 vice 3.10 r45978
VIC-20 NTSC buggy screen modes
forgot to add cart image
VIC-20 NTSC crash bug
Thanks for reply. The reason i wanted to use GUI version is to show a progress bar in windows while unpacking. which doesn't seem to exist in 7z.exe console. so i was hoping to get away with using only 1 (7zg.exe) file from a frontend launcher (GameBase). looks like i need to use a mixture of 7z.exe and 7zg.exe to get the desired effect. thanks for your time.
I have a similar/same problem with 7zg.exe and the LIST "l" command. this VB6 code works with 7z.exe & 7z.dll but not 7zG.exe. it shows error. unknown command. strCommandLine = m_strCommandCom & str7zExe & " l """ & strArchiveFile & """ -y > """ & strTempPathFile does the L command exist in 7zg under a different switch?. if not. please can it be added. thank you very much.