Awesome!
Most of the memory changes were minor, just efforts to free up SRAM. It should (hopefully) have no obvious changes in device behavior. The only 'feature' added was a check and flash code for stack overflow, which could be a risk on the poor 64A3U if I make a mistake in the firmware...
I'm also new at Mac programming but as I understand it you're best off using short and long explicitly instead of relying on int, and if 16 bit performance is faster use shorts whenever appropriate. The compiler may promote the types if appropriate, which is a complex subject I do not understand...
Dusting off this old thread, I've just pushed a minor update to scuznet that adds support for downloading files directly off the memory card using scuzEMU. As of now it only supports downloads, not uploads or file images, and is only lightly tested. If you want to try it out, make sure to...
Lacie made external SCSI burners with Yamaha drives; those shipped with Adaptec Toast, might be worth trying out the Toast extension as well and see if that works.
Doesn't seem like it'd be pointless at all, I think the use case @LaPorta has seems quite reasonable.
The way Wikipedia describes it, it might be technically doable. For sure it would require work on the emulator side to avoid clobbering the metadata and/or update it as needed. Seems like a...
It shouldn't matter as long as the file prefix matches the "hdX" syntax and the suffix isn't a known archive format. On ZuluSCSI I use .img as my normal suffix and I think that code is (more or less) identical to BlueSCSI.
I haven't personally tried it, but their wiki indicates you can mount them in 10.5 and lower if the image files end with .img.
https://github.com/BlueSCSI/BlueSCSI-v2/wiki/Transferring-Files
The Basilisk option is what I use with more modern systems, it works reasonably well. As an...
Version 0.4 is ready! This includes:
Support for uploading files to the memory card,
Keyboard navigation of the list,
Mode page parsing of the API version (see below),
Included support for Compact Pro archives.
Future versions of the toolbox API may break backwards compatibility so I've added...
This problem seems like a good match for a RP2040 with an Ethernet chip hung off it. The second core and/or PIO could handle LocalTalk's timing critical code. Like noted earlier this would probably have more horsepower than a period router solution
It's also a nearly from-scratch solution...
Excellent, thank you for pointing that option out. I spent a head-scratching half hour last night trying to figure out why a function was returning only the bottom half of a long. Like here, I had a missing include. I had some choice words for why it wasn't an explicit error, explains what I was...
Looks simple, just one magic number and files with the .cpt suffix according to this reference; the other pages in there have been a gold mine of data for anyone who needs to dig into the internals of Mac archives.
Thank you!
To help streamline installation, I've attached a disk image that...
Version 0.3 is up on Github, featuring some general quality of life improvements:
Automatic disk switching! No more dragging CDs to the Trash, that's handled for you: just double-click and the new disk should appear.
Type/creator will be automatically assigned to downloaded files matching a...
Awesome, thanks for writing this! I'll echo @cheesestraws comment, if you end up deciding to release the source I'd love to take a look, this is doing some cool work.
Parts of the card, yes. The files come from a folder you can create called "shared" in the base of the SD card. After you've copied stuff in, all you need to do is pick any SCSI ID assigned to the emulator, pick Files, and they should show up. Double-click anything to download.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.