Andy McFadden

Results 35 issues of Andy McFadden

The timestamps on extracted files are set to match the original, but when files are exported (e.g. Applesoft BASIC to text), the dates aren't changed. In some contexts it makes...

enhancement

When finding files in the GUI, the application tries to scroll the window contents so that the found item is selected. It needs to do this in the file list...

bug

_(There have been a number of requests for enhancements to the address table formatter. I'm collecting them here.)_ The "Format Address Table" feature formats tables of addresses. These can come...

enhancement

The project file is currently serialized and deserialized with `JavaScriptSerializer` from `System.Web.Script.Serialization`. This is an older library that lacks some features, which is why the SourceGen implementation does a series...

enhancement

Looking at Total Replay II v1.0-alpha.4.hdv: W First block of sapling file is sparse: X/AMER.CHALL.1 W First block of tree file is sparse: X/A2.SD1 W First block of tree file...

The current github REST API has a limit of 60 requests per hour. This isn't a lot if you're iterating on development of a batch documentation converter. Authentication raises the...

Reverse-engineered file type note: https://docs.google.com/document/d/1zeEoiHd63DU0WZ74t4qu_3yPwji8zx0psJMYjyDjukU/edit?tab=t.0

enhancement

If the system crashes while disk writes are pending on an HFS volume, the filesystem can be left in an inconsistent state. HFS sets a "was unmounted" flag in the...

enhancement

400KB/800KB/twiggy disk images have 524-byte sectors: 512 bytes of data and 12 bytes of "tag". The tag bytes are available in nibble images (e.g. WOZ), Disk Copy 4.2, and DART....

enhancement

It would be useful to have a CLI command that dumps disk information, such as the volume name and disk geometry (such as tracks/sectors for 5.25" disks). Currently, the closest...

enhancement