-
Notifications
You must be signed in to change notification settings - Fork 114
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
jdredd/jdreddb stuck on red screen at boot #1208
Comments
ist is a chd game ? can you post a debug log as well if possible. The reason for this is the bios is handled as a nodump which isint good in any way do you have acpsx.zip? edit this game has protection thats not emulated unless arcadez or anyone updates it will be a no go. the used to be an information screen that came up when this happened but it was removed for some reason. |
Thank you for your response and the clarification. Yes, this game requires a CHD. I don't have the acpsx.zip file. Would that be needed if/when this were to work someday? I generated a verbose log on my pi and did see that warning about protection:
Should I change the title to better reflect the issue? EDIT: formatting |
@arcadez2003 @mahoneyt944 Is support for this game's protection something that could be added / something that would interest either of you? |
The driver that supports these is a long way from working so very doubtful. Though we do support a prototype version in another driver, rom "jdreddp", which is playable. |
Ah, I see. Thanks. The unfortunate thing is that jdreddp is a different game. It's a fighting/beat-em-up game kind of like Pit-Fighter, while jdredd/jdreddb is a lightgun game. |
Ah ok. Yeah probably a no go here. |
@grant2258 I was looking through the code and found this. Is there more protection outside of this? mame2003-plus-libretro/src/machine/midtunit_machine.c Lines 277 to 399 in 755e64e
|
havent even looked at this game to be honest not sure about it all |
I'm wondering if it just wasn't hooked in fully. Or maybe it's incomplete. |
I dont have any chds for this core at all look up the driver history on it night give you some pointers |
Looks like this is setup for the prototype version so might not be it mame2003-plus-libretro/src/machine/midtunit_machine.c Lines 546 to 570 in 755e64e
|
do you have the acpsx.zip because rom managers wont ask for it and mame will happily skip it if you have a link to the chd ill have a look |
The chd is on archive.org, there's a big change over in .80 which gets built up through 120s. Our driver is very premature. It would be possible to update our driver to take these new changes..... though I haven't looked to see if these changes also require additional changes. I may take a stab at it this weekend. zn.c |
Problem is I don't want to dl 32 gigs for 1 children frustrating that is |
You can download them individually |
cheers |
My plan is to port to .80 first then back port all the nodumps found through 120s. And see how that goes. Here's a quick slap in on 80: Need to separate the zn_map though and look into the changes to the init banking plus other missing stuff. |
i have mame084 ported to libretro here in case arcadez ever wanted to use it s his xbox and libretro porting would be less work alas its unused but you can test on this core use the wip branch, Will save you some time before porting it over if you choose too https://github.com/grant2258/ame084/commits/wip I can confrim teh game does boot in mame084 |
That's odd, 84 says it boots without guns, which I assume is a input hook up or nvram calibration. If we can't get it to boot in 84 I might as well stop now because 80 hits hard with changes and it only spirals from there. |
I posted above it does boot on 084 really is slow even on a ryzen 3 laptop though |
Oh my bad. Yeah I imagine it's very taxing |
Well looking into it, I think it's going to be more work than I want to take on. Looks like this update digs it's roots in. |
With all due respect bigman as i've no doubt said many times before i dont have the dev setup to compile In life there is always a penalty for being lazy you buy grated cheese they steal 50g off ya you buy mashed However in my defense i think it right to point out i never asked ya to create that core :) |
Even using the 78 core which is as well all know faster by default the games wont perform all that much better |
Hi, all. Thanks so much for looking further into this. While I am unable to offer help in the way of coding, I can convey my experiences with this game in the various cores that I have tried within RetroPie on a Raspberry Pi 4B. All of this is with the proper ROM, CHD, and BIOS versions placed in the appropriate places. I figured I'd drop this here in case anyone else reads through this discussion while searching about this game. In short, lr-mame2015 plays this game the best on a Raspberry Pi 4B, as of this post. advmame (.106)
lr-mame2010 (.139)
lr-mame2015 (???)
lr-mame2016 (.174)
lr-mame (.235)
Finally, in a funny "Charlie Brown trying to kick the ball" turn of events, the PlayStation version has compatibility issues (freezing, crashing) on lr-pcsx-rearmed, the only core I have come across with full lightgun support that launches the game. |
@arcadez2003 didnt say you asked me to do wasnt that big of a job in all honesty mame is very portable as is. Like you I dont really use RA unless im coding something. |
Hello,
On Raspberry Pi 4 running RetroPie, jdredd/jdreddb (the Judge Dredd lightgun game) launches to a red screen and stays there indefinitely. For reference on how it should load, the version in the .160 romset does open in lr-mame2015.
The text was updated successfully, but these errors were encountered: