Jump to content

pmc2

Members+
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by pmc2

  1. Quote

    For the picture it's normal, it's the integer scaling in action, redownload the latest binary as I said, the one from 23:44, and it should fix that.
     

    I will retest^^

    in reality for XP it's simple: I used my 91.21 config file that I put in .92 and I noticed the malfunctions mentioned above :)

  2. yes the controls are problematic. I would see tomorrow. Some fonts are too big too. and otherwise the display is not the same either, the image is smaller, as if we were in letter box or something like that, I could not say.
     

    old:
    https://www.noelshack.com/2021-48-3-1638313295-91-21.jpg 


    new:

    https://www.noelshack.com/2021-48-3-1638313295-92.jpg


    old menu:
    https://www.noelshack.com/2021-48-3-1638313557-91-21-menu.jpg
     

    new menu:
    https://www.noelshack.com/2021-48-3-1638313560-92-menu1.jpg
    https://www.noelshack.com/2021-48-3-1638313560-92-menu2.jpg

  3. i use multiple pc.

    0.92x work on xp but on the other hand, I have trouble dissociating the controls of players 1 and 2, and depending on the game, the 2 controllers are recognized as one, it is very strange. There is something wrong with this level (not had time to test in depth).

     

  4.  RAINE (680x0 Arcade Emulation) 0.92 (c)1998-2021(!) Raine Team
    
    CPU: 
    load_emulator joys
    no index found, 0 assigned
    controller 0 opened (iBuffalo SNES Controller) index 0
    can't get any index, using 1
    no index found, 1 assigned
    controller 1 opened (vJoy Device) index 1
    This seems to be the first time you have run Raine 0.92.
    Please read the docs before running... also read raine.cfg.
    If you have any problems, please visit
    http://raine.1emulation.com/
    
    Game controller device 0 added.
    Already have controller 0

    64bits.


     

    got base 114a000 length 53248
    got base 1137000 length 77824
    got base 1132000 length 4096
    got base 10cf000 length 389120
    got base 10c9000 length 24576
    got base 1134000 length 12288
     RAINE (680x0 Arcade Emulation) 0.92 (c)1998-2021(!) Raine Team
    
    CPU: Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz
    load_emulator joys
    no index found, 0 assigned
    controller 0 opened (iBuffalo SNES Controller) index 0
    can't get any index, using 1
    no index found, 1 assigned
    controller 1 opened (vJoy Device) index 1
    This seems to be the first time you have run Raine32 0.92.
    Please read the docs before running... also read raine.cfg.
    If you have any problems, please visit
    http://raine.1emulation.com/
    
    Game controller device 0 added.
    Already have controller 0

    32 bits

  5. Only for info (i've test on all system), 0.91.6 break the compatibility with xp:
    miss LIBGCC_S_DW2-1.DLL
    the procedure entry point __gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll
    etc

    I guess we don't care even if it was one of the interests of 32 bit binaries. I had to signal you ;)

  6. Hi, the 32-bit version is stamped 0.90.1 and not 0.90.2.

    Another thing: what is the difference between this (new 64 bits) version and 0.90.2 available on 11/20/2019 (crc32: 89d34ad6) , the version number being the same ???

    thanks

    ps: miss unibios v4.0, 3.3,.3.2 and unibioscd 3.3 in the bios list^^

  7. hi Robbbert,

    mame xp also works using gcc 6.3 (see 7), only the 8 seems to exclude it. So I do not know if keeping the 5.3 still has interest?

    best regards

  8. hi and thanks Robert !


    for info:
    I wanted to compile a simple mamearcade. There are errors. Do you have an idea?


    Compiling src/devices/cpu/s2650/s2650.cpp...
    Compiling src/devices/cpu/saturn/saturn.cpp...
    Compiling src/devices/cpu/sc61860/sc61860.cpp...
    In file included from ../../../../../src/devices/cpu/saturn/saturn.cpp:79:0:
    ../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void satur                               n_device::saturn_exchange(int, int, int, int)':
    ../../../../../src/devices/cpu/saturn/satops.hxx:806:6: error: assuming signed o                               verflow does not occur when assuming that (X + c) < X is always false [-Werror=s                               trict-overflow]
     void saturn_device::saturn_exchange(int left, int begin, int count, int right)
          ^~~~~~~~~~~~~
    ../../../../../src/devices/cpu/saturn/satops.hxx:806:6: error: assuming signed o                               verflow does not occur when assuming that (X + c) < X is always false [-Werror=s                               trict-overflow]
    ../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void satur                               n_device::saturn_copy(int, int, int, int)':
    ../../../../../src/devices/cpu/saturn/satops.hxx:824:6: error: assuming signed o                               verflow does not occur when assuming that (X + c) < X is always false [-Werror=s                               trict-overflow]
     void saturn_device::saturn_copy(int dest, int begin, int count, int src)
          ^~~~~~~~~~~~~
    ../../../../../src/devices/cpu/saturn/satops.hxx:824:6: error: assuming signed o                               verflow does not occur when assuming that (X + c) < X is always false [-Werror=s                               trict-overflow]
    ../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void satur                               n_device::saturn_or(int, int, int, int)':
    ../../../../../src/devices/cpu/saturn/satops.hxx:1040:6: error: assuming signed                                overflow does not occur when assuming that (X + c) < X is always false [-Werror=                               strict-overflow]
     void saturn_device::saturn_or(int dest, int begin, int count, int src)
          ^~~~~~~~~~~~~
    ../../../../../src/devices/cpu/saturn/satops.hxx:1040:6: error: assuming signed                                overflow does not occur when assuming that (X + c) < X is always false [-Werror=                               strict-overflow]
    ../../../../../src/devices/cpu/saturn/satops.hxx: In member function 'void satur                               n_device::saturn_and(int, int, int, int)':
    ../../../../../src/devices/cpu/saturn/satops.hxx:1055:6: error: assuming signed                                overflow does not occur when assuming that (X + c) < X is always false [-Werror=                               strict-overflow]
     void saturn_device::saturn_and(int dest, int begin, int count, int src)
          ^~~~~~~~~~~~~
    ../../../../../src/devices/cpu/saturn/satops.hxx:1055:6: error: assuming signed                                overflow does not occur when assuming that (X + c) < X is always false [-Werror=                               strict-overflow]
    Compiling src/devices/cpu/scmp/scmp.cpp...
    Compiling src/devices/cpu/score/score.cpp...
    cc1plus.exe: all warnings being treated as errors
    make[2]: *** [optional.make:7000: ../../../../mingw-gcc/obj/x32/Release/src/devi                               ces/cpu/saturn/saturn.o] Error 1
    make[2]: *** Attente des tâches non terminées....
    make[1]: *** [Makefile:88: optional] Error 2
    make: *** [makefile:1015: windows_x86] Error 2
    
    
×
×
  • Create New...