English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 03 September 2011, 15:25   #1
h0ffman
Registered User
 
Join Date: Aug 2008
Location: Salisbury
Posts: 746
Ripping the RNC sector loader...

Hi Guys

I've been trying to rip the RNC sector loader out of Rod-Land (Can be found at $E936 when the game is loaded). I found the start point and ripped a good 6k off it so still needs trimming.

I've also determined the registers for calling are...

D0 = Drive No
D1 = Start Sector
D2 = Number of Sectors

A0 = Load Address
A1 = MFM Buffer (I'm guess)

However, every time I call it, all I get back is $1B in D0 and no data loaded. I can see it moving to the track I'm asking it to load, just wont load any data.

I've eneabled DiskDMA before calling the routine, was don't think its that..


Any ideas anyone? Binary attached.
Attached Files
File Type: zip rnc.zip (3.2 KB, 302 views)
h0ffman is offline  
Old 03 September 2011, 17:28   #2
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,298
i think rnc tools are available on codetapper page (www.zap something action)

codetapper is the expert about those tools

hum i supposed you passed a chip buffer in a1
jotd is offline  
Old 03 September 2011, 18:57   #3
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 9,014
Set d0 as null, d1 start sector. D2 amount of sectors to read, d3 as null, a0 is load address, a1 is trackbuffer and must be in chipram
Galahad/FLT is offline  
Old 03 September 2011, 21:55   #4
h0ffman
Registered User
 
Join Date: Aug 2008
Location: Salisbury
Posts: 746
Dam it. Thats exactly how I'm calling it. I found codetappers site but no RNC tools in sight. If anyone has these can they upload them to the zone?

Edit: Don't worry, I just re-ripped it from Qwak, working like a charm now

Last edited by h0ffman; 03 September 2011 at 22:31.
h0ffman is offline  
Old 06 September 2011, 12:26   #5
h0ffman
Registered User
 
Join Date: Aug 2008
Location: Salisbury
Posts: 746
BTW - If anyones interested, I resourced this loader and added cia timing switches. let me know and I'll upload the code.
h0ffman is offline  
Old 06 September 2011, 22:46   #6
WayneK
Registered User
 
Join Date: May 2004
Location: Somewhere secret
Age: 50
Posts: 366
The RNC loader already uses CIA timers... so I expect that was quite an easy job for you
By default the common version uses CIA-B Timer A, there is also a version using CIA-A Timer A in the RNC archive Galahad mentioned earlier in the thread.
WayneK is online now  
Old 06 September 2011, 23:56   #7
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 9,014
N.O.M.A.D. also created a shortened RNC Sector loader that had all write code removed so that the loader could fit in place of the PDOS loader, as the PDOS loader was quite a bit smaller.
Galahad/FLT is offline  
Old 07 September 2011, 02:46   #8
Carlos Ace
Junior Member
 
Carlos Ace's Avatar
 
Join Date: Jul 2001
Location: Lusitania
Posts: 455
Send a message via ICQ to Carlos Ace
Quote:
Originally Posted by h0ffman View Post
Dam it. Thats exactly how I'm calling it. I found codetappers site but no RNC tools in sight. If anyone has these can they upload them to the zone?
Edit: Don't worry, I just re-ripped it from Qwak, working like a charm now
In the Zone now, if someone else wants it too
Carlos Ace is offline  
Old 07 September 2011, 12:11   #9
h0ffman
Registered User
 
Join Date: Aug 2008
Location: Salisbury
Posts: 746
Quote:
Originally Posted by WayneK View Post
The RNC loader already uses CIA timers... so I expect that was quite an easy job for you
By default the common version uses CIA-B Timer A, there is also a version using CIA-A Timer A in the RNC archive Galahad mentioned earlier in the thread.
When I said timer switches, I meant switches so you can select CIA A / B and timer A / B. The loader originially used CIAB / Timer A which conflicted with my protracker replay.
h0ffman is offline  
Old 07 September 2011, 13:01   #10
dirkies
Zone Friend
 
dirkies's Avatar
 
Join Date: Aug 2002
Location: Belgium
Age: 51
Posts: 1,296
reminds me of some RNC removal tools which were on one of the disks of my cracked Xenon 2 game, as these were trackdisk disks but one day I had the weird idea inserting a disk (disk 2 I believe) under workbench and I saw RNC tools listed which looked from RNC itself which could install and modifiy their lock. Can someone confirm this?
dirkies is offline  
Old 07 September 2011, 22:18   #11
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
Quote:
Originally Posted by Carlos Ace View Post
In the Zone now, if someone else wants it too
Those tools have always been available from Codetapper's page here:
http://whdloadrules.tripod.com/rob_n...interview.html
prowler is offline  
Old 07 September 2011, 22:29   #12
h0ffman
Registered User
 
Join Date: Aug 2008
Location: Salisbury
Posts: 746
Is it just me being dim or cannot I not find the standard sector loader in that lot?
h0ffman is offline  
Old 07 September 2011, 22:45   #13
prowler
Global Moderator
 
prowler's Avatar
 
Join Date: Aug 2008
Location: Sidcup, England
Posts: 10,300
You're right; it doesn't seem to be there. That's all there is, though.
prowler is offline  
Old 07 September 2011, 23:00   #14
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 9,014
Look for any FLT crack of a pdos game cracked by NOMAD, mortal kombat for one should have his reduxed size rnc sector loader
Galahad/FLT 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
Do Dojo Dan's RNC chunks use any protection? MethodGit Coders. General 12 31 August 2013 14:43
How does one work out the 16-bit key for an RNC archive? MethodGit Coders. General 20 28 December 2011 00:23
Need help compiling RNC MC68000 source MethodGit Coders. General 5 31 January 2011 11:26
RNC IDE CD32 loader Galahad/FLT support.WinUAE 19 24 June 2006 10:05
RNC Data File Depacker v2.1 Nico New to Emulation or Amiga scene 8 05 May 2002 18:05

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 12:10.

Top

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