-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't mount .DSK image from command line. #28
Comments
Hmm -- I think you're right. I'll have to do a binary search and see at what point did this start occurring. |
OK -- Not sure why the startup bit isn't working for commandline arguments but I got rid of that agonizing startup lurch. |
Alright!! This is awesome. Now the mystery of the broken command line argument is solved as well as the horrific showstopper on startup. We should be back to stable again. |
Hell yeah! Verified fix. (My Pronto-DOS test image starts up in 2 secs again now, instead of 30.) Thanks for listening to me kvitch and more importantly for getting this fixed, Blurry!! Happy camper again as the ability to auto-mount a .DSK image from the command line will speed up my assemble+link+run dev cycle 👍 I really should get back to working on AppleWin; having too much fun writing 6502 assembly on the Mac. :-) |
@Michaelangel007 Not that it's the assembler you like using, but ACME is built in if you want to make things really fast. 😃 |
Thanks for the mention about ACME. I've added it to the "TO DO" list. :-) |
NOT a happy camper with the new versions.
I'm not sure if something is going on with my Java, but each new version is getting worse and worse for startup time (pressing Shift-Ctrl-C takes 3 seconds before anything of the menus are displayed, expanding on "Computer" takes 5 seconds when both used to be instantaneous), Drag-n-Drop .DSK file onto the window isn't working at all, the DISK icon isn't displayed at started, and I can't even mount DSK from the command line:
Gives this error in the console:
Thankfully I have a
target/jace-2.0-SNAPSHOT-jar-with-dependencies.jar
so I'm not completely boned.The text was updated successfully, but these errors were encountered: