badvision / lawless-legends

Open-source code and assets from Lawless Legends and its supporting tools
Apache License 2.0
67 stars 15 forks source link

can't run from a HDD subdirectory #38

Closed peterferrie closed 3 years ago

peterferrie commented 3 years ago

The call to ProRWTS init function happens after ProDOS is overwritten by the copy of ROM to LC RAM. ProRWTS needs to call a ProDOS function to determine the current prefix, which fails if LC RAM was written first. The fix is to call init before making the ROM to LC RAM copy.

martinhaye commented 3 years ago

Fixed in our latest round of ProRWTS upgrades. Tested and working from a subdirectory.