English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 09 October 2009, 11:44   #1
Asman
68k
 
Asman's Avatar
 
Join Date: Sep 2005
Location: Somewhere
Posts: 828
WHDLoad ,Hrtmon and access fault.

Hi,

I have problem which occurs when I write slave without kickstart emulation. When I use kickstart emu in slave then I use Hrtmon without any problems. But for slave without kick emu I obtained access fault. I found description in source kick13.s that Hrtmon read to much from stackframe - but I don't have knowledge how can I do similar thing in my slave. Any ideas how solve my problem ?

Regards
asman
Asman is offline  
Old 09 October 2009, 14:04   #2
rgen
Registered User
 
rgen's Avatar
 
Join Date: Mar 2002
Location: Aachen/Germany
Age: 46
Posts: 190
Send a message via ICQ to rgen
Find the stack pointer init instructions. Most probably one is set to the end of basemem, something like
Code:
lea $80000,a7
for 512k.
Replace this with a decreased by 8 value (that is used in the kickXX.s files if HRTMON is defined), e. g.
Code:
lea $7fff8,a7
rgen 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
Can WHDLoad games access the floppy drive mr_magnell project.WHDLoad 11 07 July 2011 10:49
UNCONFIRMED: Kings Quest 6 French (Access Fault) killergorilla project.Killergorilla's WHD packs 10 01 October 2007 20:30
1230scsi.device Access Fault???? CFou! support.Hardware 8 03 September 2006 15:43
HRTmon metalrules support.WinUAE 2 30 August 2006 18:53
WHDLOad problem access fault $7008 utri007 support.Games 4 03 October 2005 03:46

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 09:59.

Top

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