This Retro Programmer's Workshop (RPW) extension provides VSCode editor support for HIRES graphics, and file system support for ProDOS and DOS 3.3 disk images. (See the RPW 65 extension for other related funtionality.) HIRES Graphics EditorNOTESThere is not a separate zoom tool. Just move the cursor over the image to where you want to zoom in/out and press a number from 1 to 6. Copying a graphics selection puts that data on the clipboard in text form, ready to be pasted into 6502 source code. The reverse is also supported, with the extension attempting to determine the dimensions of the data. File System Provider
NOTESNew volume images can be created by right clicking and choosing "New File..." in your project. Name the new file with one of the supported suffixes (.dsk, .po, etc.) and then Mount it. A non-bootable, empty image will be initialized, ready for files to be added to it. All write operations are treated as transactions. The volume is verified before and after any operation. If verification fails, the operation is rolled back and the volume left unmodified. That said, back up any important disk image data before modifying with this extension. This extension has been tested by opening and verifying most images in the Asimov archive. It will refuse to open any image with any questionable or unknown formatting. This conservative approach could be relaxed in the future if necessary. The file conversion functionality in RPW A2 is enough to access old code and graphics, but is not intendend as a general-purpose file export and conversion tool. For more complete conversion functionality, see tools like Ciderpress. Known Problems
ProDOS
DOS 3.3
|