libretro / libretro-cap32

caprice32 4.2.0 libretro
21 stars 34 forks source link

CPC - Games with issues #110

Open DSkywalk opened 2 years ago

DSkywalk commented 2 years ago

Games with emulation issues

Legend: :x: UNPLAYABLE :zap: Have Issues :ok: Playable

GAME comment fix
Bonanza Bross [1991] :zap: display in the main menu and in the game jumps (*1)
Hero Quest - Comercial Release [1991] [EC279622] :x: freezes after load fixed after 467c4fefb7c861d14be88760ee421d99897e65d9
Shadows of Sergoth [2020] :x: screen corruption, generates random crashes problem persist after 84c5ad63191fcb0f9a398933ffe7968330418196

1) The screen size of the game is bigger than normal: CRTC R1 = 32 (instead of 40); CRTC R6 = 32 (instead of 25); (R1*R6 = 1024 against 1000 for a normal display) but the visible area is smaller. In fact the R9 has been modified (Value &07 to &05), a line of text is no longer 8 pixels high but only 6. You just have to change the value of the CRTC register 4 (&2B to &2C).

Games with loading problems

Snapouille commented 1 year ago

For "Shadows of Sergoth [2020]" you need to add 576k memory and he run perfectly. No more screen corruption.

zognic commented 1 year ago

Random Crashes persist

DSkywalk commented 1 year ago

You need to change the memory to 576 to play this gamešŸ‘

El vie., 14 jul. 2023 11:04, Modhack @.***> escribiĆ³:

Random Crashes persist

ā€” Reply to this email directly, view it on GitHub https://github.com/libretro/libretro-cap32/issues/110#issuecomment-1635543301, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEIZNXLU3J6Z2CPG7RRR5TXQEDSPANCNFSM5QAZB26A . You are receiving this because you authored the thread.Message ID: @.***>

zognic commented 1 year ago

You need to change the memory to 576 to play this gamešŸ‘ El vie., 14 jul. 2023 11:04, Modhack @.> escribiĆ³: ā€¦ Random Crashes persist ā€” Reply to this email directly, view it on GitHub <#110 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEIZNXLU3J6Z2CPG7RRR5TXQEDSPANCNFSM5QAZB26A . You are receiving this because you authored the thread.Message ID: @.>

The memory was set to 576 as explained, and the game crash at some point. Reproduced on windows & Linux. Also I have screen glitchs when I die screenshot-2023 07 14-11h11 57

zognic commented 1 year ago

Shadows Of Sergoth, The (2018)(PD)(M3)(v1.0)(Side A)[576K].state6.zip

you can try this .state enter the portal , you will pass the checkpoint, choose a skill to upgrade and the game crash

Ploggy commented 1 year ago

Hi, Burnin' Rubber also has issues, its a 6128+ game. It used to work on v1.10.2 but was broken by the next release v1.10.3 so I think somewhere between March and April 2022? The games Graphics are a little scrambled, I have shots of the title screen but it happens in game too with the car too far to the right of the screen and also scrambled. Before (v1.10.2) Burnin' Rubber (UK) (1990)  CARTOUCHE -230811-163956

After (v1.10.3) Burnin' Rubber (UK) (1990)  CARTOUCHE -230811-164145

DSkywalk commented 8 months ago

Hi, Burnin' Rubber also has issues, its a 6128+ game. It used to work on v1.10.2 but was broken by the next release v1.10.3 so I think somewhere between March and April 2022? The games Graphics are a little scrambled...

You are using the core on 16bits mode, change option to 24bits. imagen

DSkywalk commented 8 months ago

Shadows Of Sergoth, The (2018)(PD)(M3)(v1.0)(Side A)[576K].state6.zip

you can try this .state enter the portal , you will pass the checkpoint, choose a skill to upgrade and the game crash

Thank you for your report :+1:

Ploggy commented 8 months ago

Hi, Burnin' Rubber also has issues, its a 6128+ game. It used to work on v1.10.2 but was broken by the next release v1.10.3 so I think somewhere between March and April 2022? The games Graphics are a little scrambled...

You are using the core on 16bits mode, change option to 24bits. imagen

Ahh, thank you that fixed it :) its still really slow on WiiU but at least it works correctly now :P