English Amiga Board


Go Back   English Amiga Board > Requests > Games images which need to be WHDified

 
 
Thread Tools
Old 04 March 2013, 18:24   #21
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,412
Send a message via MSN to dlfrsilver
a dongle plugged in the joystick port or serial port, i'm not sure, since it was missing in my ST original. the atari st release uses it too, and an ST cracker has removed the dongle check on the disk 2 if i remember well.
dlfrsilver is offline  
Old 05 March 2013, 08:32   #22
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
I have checked the suspicious code I found yesterday now and it is indeed a dongle check. Code is like this:

Code:
	move.l	#$BFD200,CIAB_DDRA	; CIAB ddra
	move.l	#$BFD000,CIAB_PRA	; CIAB pra
	move.l	CIAB_DDRA,a0		; set port a directions
	move.b	#%11000000,(a0)		; com line DTR+RTS output
	moveq	#0,d0
	move.l	CIAB_PRA,a0
	move.b	d0,(a0)
	move.b	d0,-1(a5)
.loop
	cmp.b	#100,-1(a5)		; test 100 times
	bcc.b	.done
	move.l	CIAB_PRA,a0
	move.b	(a0),d0
	and.b	#%00100000,d0		; bit 5 = com line carrier detect
	move.b	d0,PROTECTION_RESULT
	addq.b	#1,-1(a5)
	bra.b	.loop


.done	...
It checks if a dongle is connected to the serial port, I don't know why this check passes, either it's because the system uses the CIAs (game doesn't disable interrupts ect. before performing the check) or the result check is wrong (is bit5 (com line carrier detect) in CIA B/port A low active?).
StingRay is offline  
Old 05 March 2013, 17:18   #23
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
I have checked a bit more now, it seems the protection checks are never called, played the French version for quite a while and the protection checks never occured. No idea when or if the protection is checked but I disabled the dongle checks anyway.
StingRay is offline  
Old 05 March 2013, 17:35   #24
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,412
Send a message via MSN to dlfrsilver
If this game was not that rare, i would have done something better Sorry for proposing ADFs with missing files....
dlfrsilver is offline  
Old 05 March 2013, 17:52   #25
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
No worries, such things can happen. I wonder why there are so many files missing in your version though.
StingRay is offline  
Old 05 March 2013, 17:54   #26
dlfrsilver
CaptainM68K-SPS France
 
dlfrsilver's Avatar
 
Join Date: Dec 2004
Location: Melun nearby Paris/France
Age: 46
Posts: 10,412
Send a message via MSN to dlfrsilver
i guess that the original disks i made the ADF from (not mines unfortunately were already modified and badly with that).

Maybe the protection has been tampered in files of the ackerlight release ? I don't know and can't check that.....

However, i think i have scans of the box and the manual.

EDIT : i do have them Meaning i will be able to create boxscans of the french release + a little manual

Last edited by dlfrsilver; 05 March 2013 at 18:03.
dlfrsilver is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Joan of Arc Mrk Games images which need to be WHDified 27 22 February 2024 15:59
Joan of arc strategist support.Games 0 07 June 2007 23:18
Joan of Arc BippyM HOL data problems 3 28 July 2006 11:18

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 18:22.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08148 seconds with 15 queries