Exactly! Been at this for hours, and got it mixed up in the confusionYou mean CWB OS 3.1
ThanksAh congrats on managing to get hold of an aca1231
I have thought about it, as it looks really awesome, but again... I'm really only after gaming and as long as I don't have a 1260 I'll just stick to 3.1Why not push the boat out and move on to OS 3.9


C:ACATune -maprom System:kick31.rom -cache on -burst on >NIL:
1> ACATune -status
Since u use an ACA1231... anything but the cache or burst DOESN'T work by design so it's obsolete to put it.
The correct command would be this:
To be sure that everything works correctly just issue the following command from a CLI windows once your system boots into Workbench succesfully:Code:C:ACATune -maprom System:kick31.rom -cache on -burst on >NIL:
... and check if everything reports as it shouldCode:1> ACATune -status![]()
I don't quite follow mate sorry.Do you still need the patch rom? adding * after kickrom bit?
Since u use an ACA1231... anything but the cache or burst DOESN'T work by design so it's obsolete to put it.
The correct command would be this:
To be sure that everything works correctly just issue the following command from a CLI windows once your system boots into Workbench succesfully:Code:C:ACATune -maprom System:kick31.rom -cache on -burst on >NIL:
... and check if everything reports as it shouldCode:1> ACATune -status![]()

How come maprom function is now disabled?
I thought you had ks 3.0 and need to maprom 3.1?
C:ACATune -maprom * -cache on -burst on >NIL:
NO ACA doesn't have ROM pre-installed.
You don't need Kickstart 3.1 to see the memory, you just need the MapROM afaik.
From the screenshot, MapROM doesn't initialize, becase you just telling him to load an image from System: partition named kick31.rom (which certainly DOESN'T exist) alas the command fails.
Just replace the declaration with that...
Code:C:ACATune -maprom * -cache on -burst on >NIL:
... and report back with a screenshot of ACATune -status
This is from the short manual:
"One MB is reserved for a copy of your Kickstart ROM: This can be made using the ACATune tool."
But again, I have no idea how to do thisicard