Jump to content
LaunchBox Community Forums

launchretrogirl2562

Members
  • Posts

    2,380
  • Joined

  • Last visited

  • Days Won

    164

Everything posted by launchretrogirl2562

  1. from the website: the main files (listed below) are also needed to play all the games. They need to reside in the directory where jzIntv is installed. These files are NOT part of the installation and can be obtained from the Intellivision Lives or Rocks CD. * Executive ROM: Commonly named EXEC.BIN or EXEC.INT. * Graphics ROM: Commonly named GROM.BIN or GROM.INT. * Entertainment Computer System ROM: Commonly named ECS.BIN. Required to play ECS games. * Intellivoice ROM: Commonly named IVOICE.BIN. Required to play Intellivoice games. (The above files should reside in the directory where jzIntv is installed.)
  2. Do you have these files? Executive ROM: Commonly named EXEC.BIN or EXEC.INT. * Graphics ROM: Commonly named GROM.BIN or GROM.INT. extra bioses * Entertainment Computer System ROM: Commonly named ECS.BIN. Required to play ECS games. * Intellivoice ROM: Commonly named IVOICE.BIN. Required to play Intellivoice games.
  3. I run my mattel intellivision in Retroarch by the way. Might be another path to explore. https://docs.libretro.com/library/freeintv/
  4. 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...
  5. 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
  6. which ahk scripts have u tried?
  7. 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.
  8. all time favorite when I was growing up
  9. u've been busy seaview59 😁
  10. @goofers And took the clearer letters 'THE' from the steamgrid image.
  11. @goofers Until someone makes a better one, u will have to do with this one @goofers : added a black border
  12. look perfectly fine to me
  13. 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.
  14. sticker is there
  15. some CLRMAMEPro hocus-pocus it seems. But, good job!
  16. The missing clear logo's I made for commodore 64 are (after an update metadata) finally popping up in my C64 dreams platform ☺️
  17. @MJF : The other front cover is of too low quality. I cannot make that look decent nor usable.
  18. @MJF : Something like this? With a game called Pickle Wars...has to include the Pickle ofcourse
  19. I left that out deliberately. Cause it just says Contra ( コントラ) Seemed a bit double😁
  20. Thanks MysterNybble. Sure hope so. 😊
  21. My attempt.
  22. Then I guess u are good to go then 😊
  23. with merged...best to watch what u delete cause u might/will break things. If u want easier way of deleting stuff, then non-merged set would be the way to go. (Non-Merged is mostly used by people that want to delete games out of the MAME set and only use specific games.)
×
×
  • Create New...