RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    A tutorial to getting the most out of the Intellivision with Jzintv

    Scheduled Pinned Locked Moved Help and Support
    jzintvintellivisiontutorial
    59 Posts 12 Posters 19.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • edmaul69E
      edmaul69 @mediamogul
      last edited by

      @mediamogul when you say rom do you mean .rom or .itv?

      mediamogulM 1 Reply Last reply Reply Quote 0
      • mediamogulM
        mediamogul Global Moderator @edmaul69
        last edited by

        @edmaul69

        sorry, .itv.

        RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

        edmaul69E 1 Reply Last reply Reply Quote 0
        • edmaul69E
          edmaul69 @mediamogul
          last edited by

          @mediamogul i could not find an .itv rom anywhere however, i can tell you that joe states they work there is no doubt in my mind knowing joe personally that it works. He is a programmer for google and he is a phenomenal programmer.

          mediamogulM 1 Reply Last reply Reply Quote 1
          • mediamogulM
            mediamogul Global Moderator @edmaul69
            last edited by

            @edmaul69

            That's good enough for me. I'll start up an issue. Thanks for checking into it. Is it just me, or has there been a pretty major surge in intellivision interest lately. Nice to see the system getting some love.

            RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

            edmaul69E 1 Reply Last reply Reply Quote 1
            • edmaul69E
              edmaul69 @mediamogul
              last edited by

              @mediamogul it is nice to see the love. Its the last retro console i ever bought (except my ps1 that i never tested and stuck a pi in) and had never played it before 2011. But i fell in love with it and my first pi was built into an intellivision flashback.

              1 Reply Last reply Reply Quote 0
              • GameNutG
                GameNut
                last edited by

                I just recently installed Retropie on a Raspberry Pi3. I also purchased the Ultimate PC Interface for using Flashback controllers. How do I get the controller configured in Retropie? When it first loads up, it detects the controller, but none of the buttons or the disc work. Please help!

                edmaul69E 1 Reply Last reply Reply Quote 0
                • edmaul69E
                  edmaul69 @GameNut
                  last edited by edmaul69

                  @gamenut go to intellivision.us. There is a download for the ultimate intellivision or something like that. It has the files needed for raspberry pi. In it there is the hackfile.cfg which is the controls. You need to edit the emulators.cfg to look for it. If you look at the info above it should show info pointing to the hackfile.cfg and where you should put it. If you are using something other than a vision-daptor, ultimate pc interface or ultimate flashback interface you need to edit the controls to match what you are using. You shouldnt have to edit directions just the buttons.

                  Edit: i see you have a upci

                  1 Reply Last reply Reply Quote 0
                  • G
                    gpmcty
                    last edited by

                    I would like to share a couple tips to this tutorial to further improve the emulation experience with JZINTV. Edmaul69's tutorial was a great help to me in getting JZINTV to work. I currently have RetroPie installed on both a Raspberry Pi and a laptop running Ubuntu 18.04LTS.

                    I have my emulators.cfg file setup as Edmaul69 suggests with an entry for non ECS and ECS games. The flag for the ECS is "-s". For the "jzintvecs" entry he adds "-s1" which is enabling the ECS. The flag was omitted in the non-ECS entry. One side effect I was experiencing with this setting was being shown the Intellivision ECS splash screen on some non-ECS games such as B17 Bomber. To fix this I added the "-s0" flag to the "jzintv" entry disabling the ECS. After adding the flag B17 Bomber started properly.

                    The next tweak is for the hard core group. With a little Googling for the exec rom, most will find there are actually two available. One is the standard exec from the Mattel Intellivision. The other is the Sears variation. Using the "-e" flag you can specify the exact location of the exec rom image and overide looking in the BIOS folder for the exec. Usage is as follows without quotes "-e /home/pi/RetroPie/BIOS/exec.int". My emulators.cfg has 4 entries. Mattel, MattelECS, Sears, SearsECS. I shortened the name of the Sears bios to make it easy to type.
                    0_1537449201945_Screenshot from 2018-09-20 09-09-45.png

                    Hope this helps,

                    Greg McCartney

                    mituM 1 Reply Last reply Reply Quote 1
                    • mituM
                      mitu Global Moderator @gpmcty
                      last edited by

                      @gpmcty Thanks for contributing !
                      Can you add the contents of the file as text instead of image ? It would muuch easier for users to add your settings to their configuration. You can surround the text with code tags ( ```) so it's more readable.

                      1 Reply Last reply Reply Quote 0
                      • G
                        gpmcty
                        last edited by gpmcty

                        Thanks for letting me know how to do that.

                        Mattel= "/opt/retropie/emulators/jzintv/bin/jzintv -z1 -f1 -v1 -s0 -e /home/pi/RetroPie/BIOS/exec.int --kbdhackfile=/opt/retropie/configs/intellivision/hackfile.cfg -p /home/pi/RetroPie/BIOS -q %ROM%"
                        
                        Sears= "/opt/retropie/emulators/jzintv/bin/jzintv -z1 -f1 -v1 -s0 -e /home/pi/RetroPie/BIOS/Sears.int --kbdhackfile=/opt/retropie/configs/intellivision/hackfile.cfg -p /home/pi/RetroPie/BIOS -q %ROM%"
                        
                        MattelECS= "/opt/retropie/emulators/jzintv/bin/jzintv -z1 -f1 -v1 -s1 -e /home/pi/RetroPie/BIOS/exec.int --kbdhackfile=/opt/retropie/configs/intellivision/hackfile.cfg -p /home/pi/RetroPie/BIOS -q %ROM%"
                        
                        SearsECS= "/opt/retropie/emulators/jzintv/bin/jzintv -z1 -f1 -v1 -s1 -e /home/pi/RetroPie/BIOS/Sears.int --kbdhackfile=/opt/retropie/configs/intellivision/hackfile.cfg -p /home/pi/RetroPie/BIOS -q %ROM%"
                        
                        default = "Mattel"
                        

                        One other thing I forgot to mention. Some of the homebrew games like Ms. Pac-man did not work with the version of JZINTV that was installed by default. I don't know if that has been updated or not. I downloaded the latest version from JZINTV site and just swapped out the file in the /opt/retropie/emulators/intellivision/jzintv/bin file. Then changed the ownership to root and it seemed to work fine.

                        Greg McCartney

                        mituM edmaul69E 2 Replies Last reply Reply Quote 0
                        • mituM
                          mitu Global Moderator @gpmcty
                          last edited by

                          @gpmcty I edited your post slightly and made it look like one big file, without line breaks. Should be easier to copy/paste to a configuration file.

                          1 Reply Last reply Reply Quote 0
                          • edmaul69E
                            edmaul69 @gpmcty
                            last edited by

                            @gpmcty i could throw a monkey wrench in this and tell you there is also a tutorvision exec and at least two of the tutorvision games available. 😁😁 Also requires getting the emulators from the jzintv homepage as the ones available on Retropie are outdated.

                            G 1 Reply Last reply Reply Quote 0
                            • G
                              gpmcty @edmaul69
                              last edited by

                              @edmaul69 might as well keep going down this rabbit hole. LOL

                              1 Reply Last reply Reply Quote 0
                              • G
                                gpmcty
                                last edited by gpmcty

                                Here we go

                                Tudorvision= "/opt/retropie/emulators/jzintv/bin/jzintv -z1 -f1 -v1 -s0 -e /home/pi/RetroPie/BIOS/wbexec.bin -g /home/pi/RetroPie/BIOS/wbgrom.bin --kbdhackfile=/opt/retropie/configs/intellivision/hackfile.cfg -p /home/pi/RetroPie/BIOS -q %ROM%"
                                
                                edmaul69E 3 Replies Last reply Reply Quote 1
                                • edmaul69E
                                  edmaul69 @gpmcty
                                  last edited by

                                  @gpmcty so did you find the wbexec wbgrom and the games?

                                  1 Reply Last reply Reply Quote 0
                                  • edmaul69E
                                    edmaul69 @gpmcty
                                    last edited by edmaul69

                                    @gpmcty i am going to send you even further down the rabbit hole. a guy on atariage made an rca studio 2 emulator for the intellivision. each "studiovision" game has the emulator built into it. to play the games in full screen use this. edit how you like. if you remove the -G2 flag it wont be full screen and will have instruction overlay. and this is unnecessary for that

                                    studio2 = "/opt/retropie/emulators/jzintv2/bin/jzintv -v1 -G2 --kbdhackfile=/opt/retropie/configs/intellivision/hackfile.cfg -f1 -q -p /home/pi/RetroPie/BIOS %ROM%"
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • edmaul69E
                                      edmaul69 @gpmcty
                                      last edited by edmaul69

                                      @gpmcty also, in emulators.cfg rename the default emulator from “jzintv =“ and “default = jzintv” to jzintv2 and repoint everything from

                                      /opt/retropie/emulators/jzintv/ 
                                      

                                      folder to

                                      /opt/retropie/emulators/jzintv2/ 
                                      

                                      Then rename the folder

                                      /opt/retropie/emulators/jzintv/ 
                                      

                                      To

                                      /opt/retropie/emulators/jzintv2/
                                      

                                      Otherwise an update will mess all your crap up.

                                      1 Reply Last reply Reply Quote 0
                                      • mediamogulM
                                        mediamogul Global Moderator @edmaul69
                                        last edited by

                                        @edmaul69

                                        With our recent talk about 'Ultimate PONG', I got to thinking that this weekend would be a great opportunity to try out the four player modes, as I have some friends coming over. However, after searching around a good bit, I don't see any mention of how the two additional controllers should be mapped. I'm of course using the 'jzintvecs' launch command as illustrated above and everything launches successfully, but I'm unsure how to continue. Is the ECS keyboard used for the other two players?

                                        RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                                        edmaul69E 2 Replies Last reply Reply Quote 0
                                        • edmaul69E
                                          edmaul69 @mediamogul
                                          last edited by

                                          @mediamogul what you do is run the game as an ecs game. Thats how it plays four players on a real machine.

                                          mediamogulM 1 Reply Last reply Reply Quote 0
                                          • edmaul69E
                                            edmaul69 @mediamogul
                                            last edited by

                                            @mediamogul if you find the super soccer rom it plays 4 players with ecs as well.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.