|
|
wackee
Registered: Nov 2007 Posts: 262 |
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 Account closed
Registered: Nov 2006 Posts: 604 |
Haven't tried it, but I think its done like this:
Menu -> "Autostart Settings"
then under PRG autostart mode, choose "Inject to RAM". |
| |
Groepaz
Registered: Dec 2001 Posts: 5807 |
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. |
| |
wackee
Registered: Nov 2007 Posts: 262 |
This works in 2.2 and above, right? |
| |
Groepaz
Registered: Dec 2001 Posts: 5807 |
i think so :) |
| |
wackee
Registered: Nov 2007 Posts: 262 |
Thanks guys. This was very helpful :) |