[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Launching programs from ProDOS
- Subject: Re: Launching programs from ProDOS
- From: "Craig Bower" <to.email.me@post.a.request>
- Date: Mon, 05 Feb 2007 21:46:08 GMT
- Newsgroups: comp.sys.apple2
- References: <x4zxh.41505$Gr2.36727@newssvr21.news.prodigy.net> <17ves21a1tkv086ofutiae8534uekp0pso@4ax.com>
- Xref: g2news2.google.com comp.sys.apple2:17155
From: "Jeff Blakeney" <jeff.blakeney@a2central.com.remove-yv1-this>
> The NO BUFFERS AVAILABLE error can be given if the file you are trying
> to execute is being loaded into a section of memory that ProDOS has
> marked as protected.
> If you need the proper POKE command and can't find or figure it out
> yourself, let me know and I'll figure it out from my ProDOS Technical
> Reference Manual. I believe this has been discussed in this newsgroup
> before so doing a Google search might find it too.
Try this: POKE 48984,192
It works for running old DOS 3.3 games under ProDOS when they load into
areas of memory normally reserved by ProDOS.
Cheers,
Craig