Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Recalbox sur TV CRT en RGB

    Recalbox Général
    recalbox crt rgb
    51
    782
    734127
    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.
    • Substring
      Substring @aTg last edited by

      @aTg each crt console has several resolutions depending on the games ...

      For arcade, i have an idea for standard horizontal games, not yet for vertical ones ... But anything that tweaks hdmi timings is os-dependant unless you write a wrapper for retroarch + some "database"

      Former dev - Please reply with @substring so that i am notified when you answer me
      Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

      1 Reply Last reply Reply Quote 0
      • aTg
        aTg last edited by

        https://www.youtube.com/watch?v=g7tBX-DgD_g

        1 Reply Last reply Reply Quote 0
        • Substring
          Substring last edited by

          Hey guyz,

          I've been working really hard for 2 days for a Mame Resolution "DB", heree's an excerpt :

          8080bw_drivers.c  einnings  0         m4            (8080bw)       ROT0         256x224
          8080bw_drivers.c  shuffle   0         shuffle       (8080bw)       ROT90        256x224
          8080bw_drivers.c  dogpatch  0         clowns        (8080bw)       ROT0         256x224
          8080bw_drivers.c  spcenctr  0         spcenctr      (8080bw)       ROT0         256x224
          8080bw_drivers.c  phantom2  0         phantom2      (8080bw)       ROT0         240x224
          8080bw_drivers.c  bowler    0         bowler        (8080bw)       ROT90        280x224
          8080bw_drivers.c  invaders  0         invaders      (8080bw)       ROT270       240x224
          8080bw_drivers.c  blueshrk  0         blueshrk      (8080bw)       ROT0         256x224
          8080bw_drivers.c  invad2ct  0         invad2ct      (8080bw)       ROT90        256x224
          8080bw_drivers.c  invaddlx  invadpt2  invaders      (8080bw)       ROT270       240x224
          8080bw_drivers.c  sitv      invaders  invaders      (8080bw)       ROT270       240x224
          

          I could get 100% of Mame 0.78 resolutions by combining different sources. From that, we can do anything 🙂

          Former dev - Please reply with @substring so that i am notified when you answer me
          Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

          1 Reply Last reply Reply Quote 0
          • aTg
            aTg last edited by aTg

            It seems that we have been working on the same lately, I already have a prototype for arcade machines working, the look will be this one.

            alt text

            Characteristics:
            Jamma connector
            RPi power from the jamma connector
            Over voltage protection and over current fuse
            RGB 15kHz
            A single filtered sound channel
            Port Expander with extra button inputs
            All in one pcb without any cable

            1 Reply Last reply Reply Quote 0
            • ajefr
              ajefr last edited by ajefr

              Already working 😉
              http://www.neo-arcadia.com/forum/viewtopic.php?f=14&t=54733

              https://www.youtube.com/watch?v=v4pR3LKDCPw

              Substring 1 Reply Last reply Reply Quote 0
              • Substring
                Substring @ajefr last edited by

                @ajefr This is not exactly the same :

                • RPI2JAMMA doesn't handle the sound out from GPIO, but from the jack output
                • RPI2JAMMA is mostly for JAMMA, where as we are, for now, more looking into a SCART system
                • I didn't get how you handle inputs

                Do you have a documentation on how to plug everything ?

                Former dev - Please reply with @substring so that i am notified when you answer me
                Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                1 Reply Last reply Reply Quote 0
                • aTg
                  aTg last edited by aTg

                  If my version incorporates the sound by the GPIO and is much smaller, I hope the opinion of the community if you think it interesting to continue with the development of jamma-pi or you think that with rpi2jamma is enough.

                  1 Reply Last reply Reply Quote 0
                  • ian57
                    ian57 Staff last edited by

                    @ajefr @aTg I think that the thing that will make the difference is the software support 😉

                    "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

                    1 Reply Last reply Reply Quote 0
                    • Substring
                      Substring last edited by

                      Both are great. Rpi2jamma is great for jamma-wired cabs, aTg's device is for crt only, like back in the old days 🙂

                      Former dev - Please reply with @substring so that i am notified when you answer me
                      Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                      aTg 1 Reply Last reply Reply Quote 0
                      • aTg
                        aTg @Substring last edited by aTg

                        @Substring I am thinking in launch a version for jamma but im not sure.

                        I see that rpi2jamma is very expensive, could drastically reduce its cost, size and number of components.

                        1 Reply Last reply Reply Quote 0
                        • Akik
                          Akik last edited by

                          J'ai enfin mis la main sur une petite Trinitron de 36cm, je vais pouvoir me lancer dans le CRT en RGB grâce à ce post. Merci ! C'est une Sony KV-14LM1B.

                          1 Reply Last reply Reply Quote 0
                          • aTg
                            aTg last edited by

                            alt text

                            1 Reply Last reply Reply Quote 0
                            • aTg
                              aTg last edited by

                              I have finished assembling the prototype and it works very well, I reduced the noise in the image, for the production version I will change the size of the components to a larger one but basically everything is fine.

                              alt text

                              alt text

                              alt text

                              1 Reply Last reply Reply Quote 1
                              • aTg
                                aTg last edited by

                                I have uploaded a small script that I have done to check all bits of the RGB output separately and also the two audio outputs by the GPIO 18 and 19, this test is also valid for vga666 or other devices that use mode 6 of the DPI.

                                It is necessary to have raspi-gpio, fbi and alsa.

                                rgbpi-test.zip

                                Substring 1 Reply Last reply Reply Quote 1
                                • Substring
                                  Substring @aTg last edited by

                                  @aTg no sudo (who cares, we are root hahaha), no rasp-gpio, no fbi on recalbox 😕
                                  Anyway, most of your magic is done by overlays, so it shouldn't be a problem (unless it's a kernel version problem)

                                  Former dev - Please reply with @substring so that i am notified when you answer me
                                  Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                  aTg 1 Reply Last reply Reply Quote 0
                                  • aTg
                                    aTg @Substring last edited by aTg

                                    @Substring Sorry I forgot to mention the test it is for Raspbian.

                                    Substring 1 Reply Last reply Reply Quote 0
                                    • Substring
                                      Substring @aTg last edited by

                                      @aTg i guessed already lol i'm just thinking beyond retropie 😉

                                      Former dev - Please reply with @substring so that i am notified when you answer me
                                      Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                      1 Reply Last reply Reply Quote 0
                                      • Akik
                                        Akik last edited by Akik

                                        Hello,
                                        Ayant depuis peu une TV Sony KV-14LM1B (la même que aTg), je me lance dans l'aventure "construction d'un câble VGA/HDMI en RGB" et étant sur le point d'acheter l'adaptateur/convertisseur VGA-HDMI, je souhaitais savoir si celui du recalstore est le "meilleur" : https://www.amazon.fr/VicTsing-Convertisseur-Adaptateur-Ordinateur-Chromebook/dp/B016Q2AU9Q/ref=as_sl_pc_tf_til?tag=httpwwwrecalb-21&linkCode=w00&linkId=&creativeASIN=B016Q2AU9Q
                                        Si vous avez des conseils pour un modèle encore meilleur, je suis preneur ! Merci bien.

                                        edit: quelle(s) différence(s) avec ces adaptateurs ? https://www.amazon.fr/s/ref=nb_sb_noss_2?__mk_fr_FR=ÅMÅŽÕÑ&url=search-alias%3Daps&field-keywords=hdmi+scart
                                        Hormis le prix bien plus élevé 🙂

                                        1 Reply Last reply Reply Quote 0
                                        • aTg
                                          aTg last edited by aTg

                                          I continue with the development of the hardware so that all of us can have something with which to work in a standardized way, once I finish I collaborate with the software.

                                          After the first prototype I found that the circuit is very simple but the wiring is very complex, the welding points in a disorderly way make lose many efforts and make mistakes when having to check each wire one by one.

                                          I have redesigned the circuit so that the pins are numbered and in the same order as in the flat cable, this way you only have to remove unused cables first and then go soldering without having to check anything or think, a purely mechanical work.

                                          The problem with this is that it has made the circuit more complex, I have had to put a lot hours of work, the positive side is that it has been reduced in size by almost half.

                                          Edited:
                                          alt text

                                          1 Reply Last reply Reply Quote 0
                                          • aTg
                                            aTg last edited by aTg

                                            Ok, let's go with the software part.

                                            To get the audio at the same time as the video for the GPIO we need to use pins 18 and 19 which in the case of vga666 are occupied by the color red.

                                            These two pins are the option we have to move the PWM channels from the minijack to the GPIO. So the vga666 scheme is not worth it, but the DPI output of the RPi has different configurations.

                                            alt text

                                            vga666 uses mode 5 that we see in the image and we need mode 6 so it is necessary to use the overlay dpi24 that supports all modes and select the 6 with dpi_output_format

                                            The problem in recalbox is that we do not have this overlay.

                                            Edit:
                                            I linked a custom compilated overlay made by me to be able to use mode 6, I hope devs can include it in future versions.

                                            rgb-pi.dtbo

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

                                            Want to support us ?

                                            91
                                            Online

                                            99.7k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com