English Amiga Board


Go Back   English Amiga Board > Main > Retrogaming General Discussion

 
 
Thread Tools
Old 24 January 2022, 12:01   #1
honx
Registered User
 
honx's Avatar
 
Join Date: Oct 2014
Location: Klagenfurt / Austria
Posts: 1,560
loading protection and c64 forever

i have a question about this release: the isle of the cursed prophet

this release uses some kind of loading protection to prevent load"*",8,1
thus i can't use this in cloanto's c64 forever to autoload and play.

what do i have to do for working autoload using cloanto's c64 forever?
honx is offline  
Old 24 January 2022, 13:59   #2
coldacid
WinUAE 4000/40, V4SA
 
coldacid's Avatar
 
Join Date: Apr 2020
Location: East of Oshawa
Posts: 538
You should be able to type in the actual load and run commands on the Automation tab. While the combo box dropdown has "Automatic" and "None" it is also editable. In addition, if you uncheck "Automatic" for the Run command, you should be able to type in one or more commands there which will be executed automatically after the load command.
coldacid is offline  
Old 25 January 2022, 00:22   #3
honx
Registered User
 
honx's Avatar
 
Join Date: Oct 2014
Location: Klagenfurt / Austria
Posts: 1,560
i can't get it working. if want to run load "isle otcp+5d[ex]" there is only syntax error.

//edit: nevermind. i forgot ,8,1 after filename... so following sequence seems to work:
Code:
LOAD"$",8
LIST
LOAD "ISLE OTCP+5D[EX]",8,1
RUN

Last edited by honx; 25 January 2022 at 10:19.
honx is offline  
Old 25 January 2022, 08:10   #4
Jope
-
 
Jope's Avatar
 
Join Date: Jul 2003
Location: Helsinki / Finland
Age: 43
Posts: 9,861
Why don't you just have the second LOAD + RUN combo? The first file off the dir is not useful. No need for ,1 either, but it doesn't break anything either.
Jope is offline  
Old 25 January 2022, 10:21   #5
honx
Registered User
 
honx's Avatar
 
Join Date: Oct 2014
Location: Klagenfurt / Austria
Posts: 1,560
as i said, there is some kind of load protection. thus LOAD"*",8,1 doesn't work.
so i have to list directory and THEN load and run the file.
honx is offline  
Old 25 January 2022, 13:52   #6
Anubis
Retro Gamer
 
Anubis's Avatar
 
Join Date: Jan 2005
Location: Underworld
Age: 51
Posts: 4,058
You don't need to list directory if you know what file to load.

Start with this only and see if it works

Code:
LOAD "ISLE OTCP+5D[EX]",8
RUN
Note, you don't need ,1 as Jope has already said. Use of ,1 is only when you use "*" to grab first program in list.
Anubis is offline  
Old 25 January 2022, 14:06   #7
ross
Defendit numerus
 
ross's Avatar
 
Join Date: Mar 2017
Location: Crossing the Rubicon
Age: 53
Posts: 4,468
It's probably just that the first program on the disk isn't the executable you want to run

'*' wildcard means 'first file of the device'
',8' is the floppy device
',1' load it into the memory location specified in the file itself

Since the file requires the RUN it means that it is loaded in the normal space used to load the basic programs, with the SYS command usually (the ',1' is used if the software loads in locations that allow autorun).
ross is offline  
Old 25 January 2022, 15:56   #8
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,099
Or just delete the first file and release it as a [100%][proper][fixed] crack
paraj is offline  
Old 25 January 2022, 20:52   #9
coldacid
WinUAE 4000/40, V4SA
 
coldacid's Avatar
 
Join Date: Apr 2020
Location: East of Oshawa
Posts: 538
Plenty of C64 programs require ,1 on the LOAD and still need RUN afterwards. All the ,1 does is tell KERNAL that the file needs to be loaded at the address specified by the first two bytes of the file instead of at the default location for loading BASIC programs.
coldacid 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
Master floppy write protection setting cleared on loading config mark_k support.WinUAE 5 21 March 2014 16:30
C64 Forever dcms61 Retrogaming General Discussion 4 19 November 2011 09:41
C64 Forever released... Paul_s Retrogaming General Discussion 45 03 July 2010 13:38
C64 Forever EAB Discount amigakit.com MarketPlace 0 19 June 2009 22:33
Amiga Forever and C64 Forever Live Video Meetup mcb News 1 30 May 2009 19:09

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 15:45.

Top

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