-
Posts
1,850 -
Joined
-
Last visited
-
Days Won
106
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by launchretrogirl2562
-
jzIntvImGUI (Mattel Intellivision) + Launchbox
launchretrogirl2562 replied to 5thWolf's topic in Noobs
yes. jzintv.exe [options] [rom_file] -f1 - Fullscreen mode -z# - Display size (0-7, where 6 = 1728x1080) -p [path] - ROM path for BIOS files -q - Quiet mode (suppress stdout) --kbdhackfile=[file] - Custom keyboard mappings so that would be for instance: jzintv.exe -f1 -q %romfile% U might have to play around with the rom part. Standalone romfile/rompath... -
Did u try these? #IfWinActive ahk_exe bsnes.exe F11:: ControlSend,, !{Enter}, ahk_exe bsnes.exe return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: SendMode Input Send !{Enter} return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: SendMode Event Send !{Enter} return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: SendMode Play Send !{Enter} return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: ; Send Alt+Enter using Windows messages PostMessage, 0x0104, 0x12, 0x20380001,, ahk_exe bsnes.exe ; Alt down (0x12 = VK_MENU) PostMessage, 0x0104, 0x0D, 0x20380001,, ahk_exe bsnes.exe ; Enter down PostMessage, 0x0105, 0x0D, 0xC0380001,, ahk_exe bsnes.exe ; Enter up PostMessage, 0x0105, 0x12, 0xC0380001,, ahk_exe bsnes.exe ; Alt up return #IfWinActive OR #IfWinActive ahk_exe bsnes.exe F11:: WinGet, TempWindowID, ID, ahk_exe bsnes.exe If (TempWindowID) { WinGet, WindowStyle, Style, ahk_id %TempWindowID% If (WindowStyle & 0x20000) ; WS_MINIMIZE { WinRestore, ahk_id %TempWindowID% } Else { WinSet, Style, ^0xC40000, ahk_id %TempWindowID% WinMove, ahk_id %TempWindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight } } return #IfWinActive
-
which ahk scripts have u tried?
-
jzIntvImGUI (Mattel Intellivision) + Launchbox
launchretrogirl2562 replied to 5thWolf's topic in Noobs
I dont think jzIntvImGUI has commandline arguments to pass from launchbox? At least I can't find anything relating to that. I think if u use the jzIntv then it will work. -
-
u've been busy seaview59 π
-
-
@goofers Until someone makes a better one, u will have to do with this one @goofers : added a black border
-
look perfectly fine to me
-
To be clear. This is not my work. This was on the link that C-beats posted. Just had to scroll a bit to see it.
-
-
The missing clear logo's I made for commodore 64 are (after an update metadata) finally popping up in my C64 dreams platform βΊοΈ
-
@MJF : The other front cover is of too low quality. I cannot make that look decent nor usable.
-
-
I left that out deliberately. Cause it just says Contra ( γ³γ³γγ©) Seemed a bit doubleπ
-
-
Then I guess u are good to go then π
-
I used KHMenu bold font. But to get the letter 'G' correct, I had to snip of the part that goes inwards of the G. Rest of the letters I think are a near perfect match.
-
-
I think I found it. Let me try. Do you want just generic color? Like white? Or does that not matter?