Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPC - Games with issues #110

Open
DSkywalk opened this issue Mar 6, 2022 · 9 comments
Open

CPC - Games with issues #110

DSkywalk opened this issue Mar 6, 2022 · 9 comments

Comments

@DSkywalk
Copy link
Collaborator

DSkywalk commented Mar 6, 2022

Games with emulation issues

Legend:
❌ UNPLAYABLE
⚡ Have Issues
🆗 Playable

GAME comment fix
Bonanza Bross [1991] ⚡ display in the main menu and in the game jumps (*1)
Hero Quest - Comercial Release [1991] [EC279622] ❌ freezes after load fixed after 467c4fe
Shadows of Sergoth [2020] screen corruption, generates random crashes problem persist after 84c5ad6
  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

DSkywalk pushed a commit that referenced this issue Mar 12, 2022
… his help.

This fixes Heroquest original release, see #110.
@Snapouille
Copy link

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

DSkywalk pushed a commit that referenced this issue Dec 23, 2022
This fixes Shadows Of Sergoth release, see #110. Thx @Snapouille
@zognic
Copy link

zognic commented Jul 14, 2023

Random Crashes persist

@DSkywalk
Copy link
Collaborator Author

DSkywalk commented Jul 14, 2023 via email

@zognic
Copy link

zognic commented Jul 14, 2023

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
Copy link

zognic commented Jul 14, 2023

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
Copy link
Contributor

Ploggy commented Aug 11, 2023

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
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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 👍

@Ploggy
Copy link
Contributor

Ploggy commented Dec 30, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants