| |
wacek
Registered: Nov 2007 Posts: 513 |
Load/autostart with Vice
I have a question.
Can you make vice autostart a .prg that goes above >d000? Without it crashing obviously...
Thanks in advance for any help :) |
|
| |
Conrad
Registered: Nov 2006 Posts: 849 |
Haven't tried it, but I think its done like this:
Menu -> "Autostart Settings"
then under PRG autostart mode, choose "Inject to RAM". |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
yep, inject to ram is the trick.... remember though that in this case some pointers will not be correct after "loading", so your code (depacker etc) should not rely on it. |
| |
wacek
Registered: Nov 2007 Posts: 513 |
This works in 2.2 and above, right? |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
i think so :) |
| |
wacek
Registered: Nov 2007 Posts: 513 |
Thanks guys. This was very helpful :) |