[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging an (unsuccessful) prodos boot
On Feb 10, 6:25 am, schmidtd <schmi...@my-deja.com> wrote:
> On Feb 10, 7:14 am, Steven Hirsch <snhir...@gmail.com> wrote:
>
> > BLuRry wrote:
> > > So, the code is checked in to sourceforge, but the volume root folder
> > > is hardcoded for now in CardMassStorage.
>
> > And, the name of the project is... what? I've read this thread with great
> > interest, but must admit I have no idea what it is you're working on!
>
> Jace
> Java-ace
> Java apple computer emulator
>
> http://groups.google.com/group/comp.emulators.apple2/browse_frm/threa...
Sorry Steve! I guess looking back on the thread I was being a little
cryptic in that regard.
https://sourceforge.net/projects/java-ace/
Be advised that the beta version for download doesn't include the
recent mass storage addition -- so until I repackage it the only way
to play with the new bits is to grab the source tree from the
sourceforge SVN and compile it. There are no external dependencies so
it shouldn't be too hard to build with any standard IDE. just make
sure the resources folder is included in the built JAR file. Also,
make sure to update CardMassStorage and fix the hard-coded (SORRY!)
path of the volume to point to a directory on your filesystem. Grab
the "ProdosVolume.zip" from the downloads section of the project and
unzip to that same directory. Should boot without a hitch if all goes
well. If it doesn't, you should see some interesting error messages
on the console.
-B