AROS 68k updates from ApollOS repository

deadwood · 38121

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #75 on: November 25, 2021, 07:57:26 AM
Noi problems either

the first fix also is vampire V4 related as far as I can remember

sometimes keyboard was lost after boot and that fix solved the issue

Thanks. Is there a way to confirm that first change is V4 specific? I see it was applied on AROS in the past and then reverted...

EDIT: Ok, I found comment in pull request - indeed only for V4 so I will remove it.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #76 on: November 25, 2021, 08:45:30 AM
Hi,

Next ROM: https://axrt.org/development/aros-rom-20211125-2.zip

Contains two changes on top of previous:

Code: [Select]
4db0aecbc0 ("Update setchiprev.c", 2021-04-13)
d2e34179c9 ("Default AROS behavior is not AmigaOS-default and thus breaks compatibility", 2020-02-25)

Change 1) is supposed to make Deluxe Galaga AGA start on AROS (game should detect AGA correctly)
Change 2) is supposed to make "old applications requesting screen without mode id" work. The change does not say which applications it targets.
Also it has impact AROS behavious. So far if you had GFX card, it was automatically selected over Amiga Chipset. Now, the chipset mode will
be selected and you will have to select GFX mode manually in ScreenPrefs

Please validate 1) and let me know if 2) gives any real improvement.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #77 on: November 25, 2021, 11:23:24 AM
Made some tests even if it was not easy, there are many versions 1.x and 2x of Deluxe Galaga ECS/AGA, in addition to WHDLoad versions.

In fact the last two ROMs improve and fix the graphic aspect, menus and windows are full screen, with the other ROMs they were narrow/cut, in the game there are no more graphic artifacts.

Remains the problem fire that does not work or remains enchanted,


OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #78 on: November 25, 2021, 12:15:23 PM
Hi,

Next ROM: https://axrt.org/development/aros-rom-20211125-2.zip

Contains two changes on top of previous:

Code: [Select]
4db0aecbc0 ("Update setchiprev.c", 2021-04-13)
d2e34179c9 ("Default AROS behavior is not AmigaOS-default and thus breaks compatibility", 2020-02-25)

Change 1) is supposed to make Deluxe Galaga AGA start on AROS (game should detect AGA correctly)
Change 2) is supposed to make "old applications requesting screen without mode id" work. The change does not say which applications it targets.
Also it has impact AROS behavious. So far if you had GFX card, it was automatically selected over Amiga Chipset. Now, the chipset mode will
be selected and you will have to select GFX mode manually in ScreenPrefs

Please validate 1) and let me know if 2) gives any real improvement.

Second should affect many Games and older Applications who expect Pal or ntsc and often got rtg



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #79 on: November 25, 2021, 01:01:22 PM
Hi,

Next ROM: https://axrt.org/development/aros-rom-20211125-2.zip

Contains two changes on top of previous:

Code: [Select]
4db0aecbc0 ("Update setchiprev.c", 2021-04-13)
d2e34179c9 ("Default AROS behavior is not AmigaOS-default and thus breaks compatibility", 2020-02-25)

Change 1) is supposed to make Deluxe Galaga AGA start on AROS (game should detect AGA correctly)
Change 2) is supposed to make "old applications requesting screen without mode id" work. The change does not say which applications it targets.
Also it has impact AROS behavious. So far if you had GFX card, it was automatically selected over Amiga Chipset. Now, the chipset mode will
be selected and you will have to select GFX mode manually in ScreenPrefs

Please validate 1) and let me know if 2) gives any real improvement.

Thanks



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #80 on: November 26, 2021, 12:48:37 AM
Made some tests even if it was not easy, there are many versions 1.x and 2x of Deluxe Galaga ECS/AGA, in addition to WHDLoad versions.

In fact the last two ROMs improve and fix the graphic aspect, menus and windows are full screen, with the other ROMs they were narrow/cut, in the game there are no more graphic artifacts.

Remains the problem fire that does not work or remains enchanted,

Thanks for the tests and confirmation. I have changes to joystick lined up next.

Can you describe how you test joystick? Do you connect real joysting or emulate it via keyboyard?
Can you give me names of 2-3 non-WHDLoad games that have joystick not working?
« Last Edit: November 26, 2021, 01:07:17 AM by deadwood »



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #81 on: November 26, 2021, 03:56:33 AM
I enclose a HardFile with two games installed (last porting) for OS3, as a matter of space I have not added the audio tracks, the games work perfectly if I replace the "lowlevel.library" of the system.
 
 
I use Keyboard (I will make a test also with a USB JoyPad in the afternoon):

Blood:
- Enchanted Fire (fire button constantly pressed)
- Directional arrows, don't go back and forth

Exiting Blood Wanderer is frozen, no folders open.


Shadow Warrior:
The game can't start because the enter/fire key doesn't work in the menu, for the same keys you can't even exit the game anymore.


HardFile Bootable AROS One 68k + Games Blood and Shadow Warrior:

Posted in PM my HardFile with games




« Last Edit: November 26, 2021, 07:17:48 AM by AMIGASYSTEM »



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #82 on: November 26, 2021, 04:09:47 AM
Made some tests even if it was not easy, there are many versions 1.x and 2x of Deluxe Galaga ECS/AGA, in addition to WHDLoad versions.

In fact the last two ROMs improve and fix the graphic aspect, menus and windows are full screen, with the other ROMs they were narrow/cut, in the game there are no more graphic artifacts.

Remains the problem fire that does not work or remains enchanted,

Thanks for the tests and confirmation. I have changes to joystick lined up next.

Can you describe how you test joystick? Do you connect real joysting or emulate it via keyboyard?
Can you give me names of 2-3 non-WHDLoad games that have joystick not working?

To me it seems sometimes fire button is constantly pressed or not recognized at all

Exhumed is not working too. I do not know what it causes. I will upload it and givr you a link, And also look if I find some games with problems.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #83 on: November 26, 2021, 05:57:07 AM

To me it seems sometimes fire button is constantly pressed or not recognized at all


Yes that's what happens on the game/porting Blood, I as said solved this problem by replacing the "lowlevel.library", see flooded video of Blood working on AROS One 68k.

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


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #84 on: November 26, 2021, 07:29:40 AM
I enclose a HardFile with two games installed (last porting) for OS3, as a matter of space I have not added the audio tracks, the games work perfectly if I replace the "lowlevel.library" of the system.
 
 
I use Keyboard (I will make a test also with a USB JoyPad in the afternoon):

Blood:
- Enchanted Fire (fire button constantly pressed)
- Directional arrows, don't go back and forth

Exiting Blood Wanderer is frozen, no folders open.


Shadow Warrior:
The game can't start because the enter/fire key doesn't work in the menu, for the same keys you can't even exit the game anymore.


HardFile Bootable AROS One 68k + Games Blood and Shadow Warrior:

Posted in PM my HardFile with games

Are there any ADF-based games that have problem with joystick?



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #85 on: November 26, 2021, 07:43:15 AM
Try it now, no need to be a Google user, I distribute all my files this way !

Now I see to find some game from Floppy that has the same problems, however it is better to test the games that I have sent you because they interest almost all the porting


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #86 on: November 26, 2021, 08:39:27 AM
I'm using your new ROMs

For me with WinUAE/AROS 68k ShadowWorrior and Blood work perfectly without JIT but are very slow (you have to wait a long time) "unplayable".

Many of these kinds of games require JIT and FPU.

There are plenty of ADF OCS/ECS/AGA games that don't work with AROS 68k, so it becomes difficult to find the ones that have keyboard/Joystik problems.

I'll try searching my archives, I haven't played a game in over 30 years :)

« Last Edit: November 26, 2021, 08:42:56 AM by AMIGASYSTEM »



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #87 on: November 26, 2021, 10:46:53 AM
Thanks. If my ROMs work for you I'll just assume this this something FS-UAE related again and will use ShadowWarrior to test changes from Apollo team.
[/quote

One game with problems is exu]t, I have uploaded it

http://www.aros-platform.de/exult.zs



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #88 on: November 26, 2021, 11:15:02 AM
this game not reacts on fire button

http://www.aros-platform.de/Galagawars.7z



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #89 on: November 26, 2021, 11:34:09 AM
in this demo fire button also not works

http://www.aros-platform.de/tinylittleslug.7z