RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Old Computer Appreciation Thread

    Scheduled Pinned Locked Moved General Discussion and Gaming
    msxmsx2pc88pc98x68000
    1.4k Posts 19 Posters 4.5m 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.
    • F
      Folly @AdamBeGood
      last edited by Folly

      @adambegood said in Old Japanese Computer Appreciation Thread:

      I think it is fairly off centre.. maybe it is the same as yours....

      Quasi88:
      Tested from the terminal, I always run from the Desktop.
      Had to go to the settings again.
      With only double I have black borders left and right (seems perfectly centered)
      With double + fullscreen, I have no black borders and the screen seems to be a bit bigger (left an right) than my monitor but is centered quite good.
      I use a normal wide screen vga monitor with a cheap hdmi to vga converter.
      Maybe thats why I have a good screen. Or my monitor does auto centering.
      I don't actually know.

      But can you move around in Melt Down before you shoot? Or do you have to shoot and then you can move? I'll try that again later.

      lr-quasi88:
      Shoot first, otherwise you can't move !

      A 1 Reply Last reply Reply Quote 0
      • A
        AdamBeGood @Folly
        last edited by

        @folly Ah well, I guess I will just have to deal with it. There was some issue like this on DosBox before I changed something in the config file.

        Mine is definitely not like yours, it is very off centre really. I am annoyed it didn't work when I changed the RunCommand screen size.

        Melt Down works on lr-quasi88, you are right. I was just trying all the movement options, left off the fire button... I think in quasi88, the fire button doesn't work either. So I tried that there, and then didn't bother trying it in lr-quasi88.

        F 1 Reply Last reply Reply Quote 0
        • F
          Folly @AdamBeGood
          last edited by Folly

          @adambegood said in Old Japanese Computer Appreciation Thread:

          @folly Ah well, I guess I will just have to deal with it. There was some issue like this on DosBox before I changed something in the config file.

          Did you ever experiment with lr-dosbox ?

          I did, and it seems to work quite good, you know.
          Just run .exe or make .bat files. and run this. just like a .cmd or .m3u

          Z A 2 Replies Last reply Reply Quote 0
          • Z
            Zering @Folly
            last edited by

            @folly I was actually wondering how to use lr-dosbox, since you can't easily use DOS launching games seems quite haphazard.

            F 1 Reply Last reply Reply Quote 0
            • A
              AdamBeGood @Folly
              last edited by

              @folly said in Old Japanese Computer Appreciation Thread:

              @adambegood said in Old Japanese Computer Appreciation Thread:

              @folly Ah well, I guess I will just have to deal with it. There was some issue like this on DosBox before I changed something in the config file.

              Did you ever experiment with lr-dosbox ?

              I did, and it seems to work quite good, you know.
              Just run .exe or make .bat files. and run this. just like a .cmd or .m3u

              I've always been able to do what I wanted with dosbox, so didn't feel the need to try the libretro version.

              1 Reply Last reply Reply Quote 0
              • F
                Folly @Zering
                last edited by Folly

                @zering said in Old Japanese Computer Appreciation Thread:

                @folly I was actually wondering how to use lr-dosbox, since you can't easily use DOS launching games seems quite haphazard.

                lr-dosbox :
                Here I have an example of Lemming 3 :

                This is in directory 3D Lemmings Winterland (1995) (eXoDOS) :
                lemmi3d -> containing the hd files (no images)
                lm3d.cd ->directory containing just 2 nessesary files (no images)
                lemmi3d.BAT
                setup.BAT

                lemmi3d.BAT :

                mount D LM3D.CD
                cd lemmi3d
                L3D
                

                setup.BAT:

                mount D LM3D.CD
                cd lemmi3d
                SETUP
                
                Z 1 Reply Last reply Reply Quote 0
                • Z
                  Zering @Folly
                  last edited by

                  @folly So then you select the .bat files in ES and the game runs?

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    Folly @Zering
                    last edited by

                    @zering said in Old Japanese Computer Appreciation Thread:

                    @folly So then you select the .bat files in ES and the game runs?

                    Yes.

                    Above example is not the best.
                    I have a better one.

                    Z 1 Reply Last reply Reply Quote 0
                    • Z
                      Zering @Folly
                      last edited by

                      @folly If anything I'd be more interested in something like System Shock, which uses a CD.

                      1 Reply Last reply Reply Quote 0
                      • F
                        Folly
                        last edited by Folly

                        lr-dosbox:
                        file structure :

                        RAYMAN.BAT
                        cd/RAYMAN.bin
                        cd/RAYMAN.cue
                        RAYMAN/<harddrive files>(no image file)

                        RAYMAN.BAT:

                        @echo off
                        imgmount D cd/RAYMAN.cue -t iso
                        C:
                        cd C:\RAYMAN
                        rayman.exe save=C:\RAYMAN
                        
                        Z 2 Replies Last reply Reply Quote 0
                        • Z
                          Zering @Folly
                          last edited by

                          @folly Are your bin and cue in a separate directory inside the main folder in this instance?

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            Folly @Zering
                            last edited by Folly

                            @zering said in Old Japanese Computer Appreciation Thread:

                            @folly Are your bin and cue in a separate directory inside the main folder in this instance?

                            Yes
                            And hd files are also in a seperate RAYMAN directory.

                            Z 1 Reply Last reply Reply Quote 0
                            • Z
                              Zering @Folly
                              last edited by

                              @folly So essentially you're putting the commands in the .bat file you'd normally input into DOS?

                              So if I created a blood.bat file it would be :

                              cd blood
                              blood.exe

                              Right?

                              F 1 Reply Last reply Reply Quote 0
                              • F
                                Folly @Zering
                                last edited by Folly

                                @zering said in Old Japanese Computer Appreciation Thread:

                                @folly So essentially you're putting the commands in the .bat file you'd normally input into DOS?

                                So if I created a blood.bat file it would be :

                                cd blood
                                blood.exe

                                Right?

                                Yes that should work.
                                You can remove .exe

                                1 Reply Last reply Reply Quote 0
                                • Z
                                  Zering @Folly
                                  last edited by

                                  @folly said in Old Japanese Computer Appreciation Thread:

                                  lr-dosbox:
                                  file structure :

                                  RAYMAN.BAT
                                  cd/RAYMAN.bin
                                  cd/RAYMAN.cue
                                  RAYMAN/<harddrive files>(no image file)

                                  RAYMAN.BAT:

                                  @echo off
                                  imgmount D cd/RAYMAN.cue -t iso
                                  C:
                                  cd C:\RAYMAN
                                  rayman.exe save=C:\RAYMAN
                                  

                                  So I'm trying to figure out what's going on here.
                                  Imgmount is mounting the CD image.
                                  C: is indicating to DOS where to look for RAYMAN?
                                  I can't tell what echo off and save=C:\RAYMAN are meant to do.

                                  F A 2 Replies Last reply Reply Quote 0
                                  • F
                                    Folly @Zering
                                    last edited by Folly

                                    @zering said in Old Japanese Computer Appreciation Thread:

                                    @folly said in Old Japanese Computer Appreciation Thread:

                                    lr-dosbox:
                                    file structure :

                                    RAYMAN.BAT
                                    cd/RAYMAN.bin
                                    cd/RAYMAN.cue
                                    RAYMAN/<harddrive files>(no image file)

                                    RAYMAN.BAT:

                                    @echo off
                                    imgmount D cd/RAYMAN.cue -t iso
                                    C:
                                    cd C:\RAYMAN
                                    rayman.exe save=C:\RAYMAN
                                    

                                    So I'm trying to figure out what's going on here.
                                    Imgmount is mounting the CD image.

                                    Yep

                                    C: is indicating to DOS where to look for RAYMAN?

                                    Yep (EDIT: tip from adambegood -> not necessary in this example)

                                    I can't tell what echo off and save=C:\RAYMAN are meant to do.

                                    "echo off" -> you don't see the commands while loading (not necessary)
                                    "save=" -> game specific, I think

                                    1 Reply Last reply Reply Quote 0
                                    • F
                                      Folly
                                      last edited by

                                      @Zering

                                      I also run Philips P2000 on lr-dosbox :
                                      https://retropie.org.uk/forum/topic/7271/philips-p2000/3

                                      Z 1 Reply Last reply Reply Quote 0
                                      • Z
                                        Zering @Folly
                                        last edited by

                                        @folly I did not even know the P2000 existed.
                                        You keep giving me things to tinker with! ^^

                                        F A 2 Replies Last reply Reply Quote 0
                                        • F
                                          Folly @Zering
                                          last edited by Folly

                                          @zering said in Old Japanese Computer Appreciation Thread:

                                          @folly I did not even know the P2000 existed.
                                          You keep giving me things to tinker with! ^^

                                          Cool, isn't it ?

                                          Seems that cas support is now added in lr-mess for Philips P2000.
                                          So I have to try.
                                          But I think display is still monochrome.

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            AdamBeGood @Zering
                                            last edited by

                                            @zering said in Old Japanese Computer Appreciation Thread:

                                            @folly said in Old Japanese Computer Appreciation Thread:

                                            lr-dosbox:
                                            file structure :

                                            RAYMAN.BAT
                                            cd/RAYMAN.bin
                                            cd/RAYMAN.cue
                                            RAYMAN/<harddrive files>(no image file)

                                            RAYMAN.BAT:

                                            @echo off
                                            imgmount D cd/RAYMAN.cue -t iso
                                            C:
                                            cd C:\RAYMAN
                                            rayman.exe save=C:\RAYMAN
                                            

                                            So I'm trying to figure out what's going on here.
                                            Imgmount is mounting the CD image.
                                            C: is indicating to DOS where to look for RAYMAN?
                                            I can't tell what echo off and save=C:\RAYMAN are meant to do.

                                            DOSBOX mounts /home/pi/RetroPie/roms/pc as the C:\ drive by default.

                                            F 1 Reply Last reply Reply Quote 1
                                            • 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.