English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 02 March 2017, 09:02   #1
Pjeff18
Registered User
 
Join Date: Mar 2017
Location: Stafford
Posts: 13
Anyone with a ACA1233n? Help with Maprom

Hello
I am struggling to get booted into WB when I attempt the Maprom command so I must be doing something wrong. Here are the steps I have done so far:

Downloaded the specific 1233n software from: http://wiki.icomp.de/wiki/ACA1233n

Step 1: unpacked ACA1233n.lha
Step 2: Located drawer and installed into C: (nice and easy installer thank you)
Step 3: checked libs file is in libs drawer - it is
Step 4: checked ACAMapRom and ACA1233n are in C:
Step 5: Added Kick31.rom kickstart into DEVS

Step 6: Edited s:/startup-sequence and tried the following:

Attempt 1: C:ACA1233n - maprom DEVS:kick31.rom
Attempt 2: C:ACA1233n - maprom DEVS:kick31.rom >NIL

Attempt 3: C:ACAMaprom DEVS:Kick31.rom
Attempt 4: C:ACAMaprom DEVS:Kick31.rom >NIL

It will not work, the above commands were added at the top and it wont boot into my workbench unless I edit the sequence back to original and delete the top command line that I have entered. Assuming my Kick31.rom file is in DEVS (which it is) what is the exact code I need to add please?
Pjeff18 is offline  
Old 02 March 2017, 10:39   #2
demolition
Unregistered User
 
demolition's Avatar
 
Join Date: Sep 2012
Location: Copenhagen / DK
Age: 43
Posts: 4,190
Quote:
Originally Posted by Pjeff18 View Post
Attempt 1: C:ACA1233n - maprom DEVS:kick31.rom
You should probably use '-maprom', not '- maprom'.
Did you try writing this command manually in CLI to see what happens?
demolition is offline  
Old 02 March 2017, 11:11   #3
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
@demolition: All quoted command calls are non-existent or full of errors. Please don't make it worse by going down the same route - guessing stuff without reading my documentation, first.
bubbob42 is offline  
Old 02 March 2017, 11:14   #4
demolition
Unregistered User
 
demolition's Avatar
 
Join Date: Sep 2012
Location: Copenhagen / DK
Age: 43
Posts: 4,190
I only know acatune myself which I use with ACA1232 and ACA620, and I assumed the OP had already checked the documentation for these tools in the first place. Perhaps I was too optimistic.
demolition is offline  
Old 02 March 2017, 13:06   #5
Toryglen-boy
Registered User
 
Join Date: Jan 2017
Location: Glesga
Posts: 265
you dont even need the dash

acamaprom i

to map the internal ROM

acamaprom FILENAME

no dash is needed, i use it myself, oh, and its case sensitive, so all lower case.
Toryglen-boy is offline  
Old 02 March 2017, 16:13   #6
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Quote:
Originally Posted by Toryglen-boy View Post
you dont even need the dash
oh, and its case sensitive, so all lower case.
No, it's not
bubbob42 is offline  
Old 03 March 2017, 01:34   #7
Toryglen-boy
Registered User
 
Join Date: Jan 2017
Location: Glesga
Posts: 265
Quote:
Originally Posted by bubbob42 View Post
No, it's not
tell you what my friend, good luck with solving this on your own.





>gone<
Toryglen-boy is offline  
Old 03 March 2017, 12:07   #8
Pjeff18
Registered User
 
Join Date: Mar 2017
Location: Stafford
Posts: 13
Quote:
Originally Posted by Toryglen-boy View Post
you dont even need the dash

acamaprom i

to map the internal ROM

acamaprom FILENAME

no dash is needed, i use it myself, oh, and its case sensitive, so all lower case.
Thank you so much, all I wanted was a simple explanation as to what I have done wrong as I have got confused, first using ACAtune before Jens at IC advised this was not correct. Personally for a complete novice with command line I find the instructions a bit sparse .... it would be good to have a dummies guide considering I like others have just paid £220 for a great product the support to date is not what I expected.

Can I just confirm, stupid Q as it may be - I do need to add it to the startup sequence using ed: ?

Thanks again
Pjeff18 is offline  
Old 03 March 2017, 13:27   #9
indigolemon
Bit Copying Bard
 
indigolemon's Avatar
 
Join Date: Jan 2017
Location: Kelty, Fife, Scotland
Age: 41
Posts: 1,293
You'll need to edit s:startup-sequence using ed or any other editor of your choice yes.
indigolemon is offline  
Old 03 March 2017, 14:03   #10
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Quote:
Originally Posted by Pjeff18 View Post
Thank you so much, all I wanted was a simple explanation as to what I have done wrong as I have got confused, first using ACAtune before Jens at IC advised this was not correct. Personally for a complete novice with command line I find the instructions a bit sparse .... it would be good to have a dummies guide considering I like others have just paid £220 for a great product the support to date is not what I expected.
There is a "dummys guide" included in the software archive. Its name even ends with ".guide".
bubbob42 is offline  
Old 04 March 2017, 05:45   #11
Toryglen-boy
Registered User
 
Join Date: Jan 2017
Location: Glesga
Posts: 265
Quote:
Originally Posted by Pjeff18 View Post
Thank you so much, all I wanted was a simple explanation as to what I have done wrong as I have got confused, first using ACAtune before Jens at IC advised this was not correct. Personally for a complete novice with command line I find the instructions a bit sparse .... it would be good to have a dummies guide considering I like others have just paid £220 for a great product the support to date is not what I expected.

Can I just confirm, stupid Q as it may be - I do need to add it to the startup sequence using ed: ?

Thanks again
you're welcome.

yes.

ed s:startup-sequence put it near the top

Toryglen-boy is offline  
Old 04 March 2017, 21:03   #12
Vypr
Registered User
 
Vypr's Avatar
 
Join Date: Dec 2016
Location: East Kilbride, Scotland
Posts: 451
Quote:
Originally Posted by Toryglen-boy View Post
you're welcome.

yes.

ed s:startup-sequence put it near the top

What I did.

Put ACAMApROM command in the C: directory.

Add the following to the top of startup-sequence

Code:
c:ACAMapROM I q
q switch is required to suppress messages which can screw up the boot sequence.
Vypr is offline  
Old 05 March 2017, 15:43   #13
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Quote:
Originally Posted by Vypr View Post

Code:
c:ACAMapROM I q
q switch is required to suppress messages which can screw up the boot sequence.
That's indeed the recommended variant, although "ACAMapROM i > NIL:" should work the same.
bubbob42 is offline  
Old 07 March 2017, 01:33   #14
Pjeff18
Registered User
 
Join Date: Mar 2017
Location: Stafford
Posts: 13
Thanks for all your help guys, all working as it should now.
Pjeff18 is offline  
Old 07 March 2017, 04:05   #15
Pat the Cat
Banned
 
Join Date: Dec 2016
Location: Nottingham, UK
Posts: 481
Quote:
Originally Posted by bubbob42 View Post
No, it's not
Perhaps both you and Toryglen-boy are partially correct?

In that spelling out an Amiga command does not matter for case, so

ACAMAPROM

and

acamaprom

... Both activate the command. However, if that command is fussy about the FILENAME of a rom file being perfectly correct, there is not a lot the end user can do about it.

I could be entirely wrong about this particular command, but I have seen a couple others that were so fussy and UNIX conformal in their approach.
Pat the Cat is offline  
Old 07 March 2017, 06:36   #16
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
@Pat: sorry, no. AmigaDOS is by default and on an Amiga filesystem almost completely case insensitive. ACAMapRom utilizes dos.library's ReadArgs() function which returns a pointer. That's being relayed to Open() which does not care about case at all. I know because I wrote the software for this particular accelerator.

@Toryglen-boy: sorry for appearing a bit harsh, but it appeared like a typical case of "user did not read docs which took programmer lots of time to write. Other user comes along and spreads partially superficial knowledge to help. Programmer cries RTFM"
bubbob42 is offline  
Old 09 March 2017, 13:56   #17
Pjeff18
Registered User
 
Join Date: Mar 2017
Location: Stafford
Posts: 13
In the end bubbob42 was very helpful and guided me. I am
So used to reading docs and readmes in PCs and failed to look at the included docs on the Amiga hence the confusion with the ACAtune tool.

Thank you for getting me up and running
Pjeff18 is offline  
Old 07 March 2019, 17:42   #18
kulamario
Registered User
 
Join Date: Dec 2018
Location: Greystones
Posts: 60
Can anybody tell me how to turn off maprom in aca1233n please
Please write command to startup-sequence
kulamario is offline  
Old 07 June 2019, 02:09   #19
quantum8
Registered User
 
Join Date: Jun 2019
Location: BNE AU
Posts: 216
Quote:
Originally Posted by kulamario View Post
Can anybody tell me how to turn off maprom in aca1233n please
Please write command to startup-sequence

Open up your startup-sequence in S: and find the ACAmapROM command. It should be near or at the top.


Just put a ; in front of it to comment the line out.

Save and reboot.
quantum8 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
Problem with new ACA1233n arti040 support.Hardware 95 29 June 2018 13:04
AC1221 maprom help mforcevirus support.Hardware 9 07 April 2016 21:37
Can I use MapRom with a 68EC020? Leandro Jardim support.WinUAE 4 25 August 2012 01:32
MapROM problem Romanujan support.WinUAE 4 23 October 2009 20:15
WHDLoad and Maprom fortytwo project.WHDLoad 4 02 June 2007 21:50

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 07:06.

Top

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