files from an HFS partition?
The Kzin Warrior published a block edit patch version in Computist #73 which lets you do this, at least on a ROM-01 GS. Using ProSel’s Zap utility (also called “Block Warden”) you search for $C9 08 00 D0 CE on the PaintWorks Gold diskette or a copy. (I found these bytes in Block $3D5 starting at byte $1DF.) Change the 08 to 7F and save the change. Copy Paintworks.Gold and the PaintTools folder (with its contents) to a folder on your hard disk. The Patch allows you to to start PWG under System 6 and use most PWG features. However, some Palette selection options will bomb the program. A few tests showed PWG will load files from an HFS partition. —————————- 009- How can I read a single ProDOS block into memory using Applesoft BASIC? After booting ProDOS, you can do a CALL-151 to enter the monitor and type in … 300: 4C 09 03 03 60 00 20 00 00 20 00 BF 80 03 03 85 FF 60 Do a CTRL-C to get back to the Applesoft prompt and enter … BSAVE PROZAP.BIN,A$300,L$20 The routine