TomHarte / CLK

A latency-hating emulator of: the Acorn Electron and Archimedes, Amstrad CPC, Apple II/II+/IIe and early Macintosh, Atari 2600 and ST, ColecoVision, Enterprise 64/128, Commodore Vic-20 and Amiga, MSX 1/2, Oric 1/Atmos, early PC compatibles, Sega Master System, Sinclair ZX80/81 and ZX Spectrum.
MIT License
911 stars 50 forks source link

Question: Where is config stored? I'd like to start fresh for demonstration purposes. #1295

Closed IO101010 closed 6 months ago

IO101010 commented 6 months ago

I've dragged in a ROM as requested, and the application launched. This is great, but I'd like to demo how to do it from scratch for others. I'm on macOS. Can you tell me what to do to "reset" the application?

Great work, by the way.

TomHarte commented 6 months ago

ROMs are stored in whatever Apple identifies as the user's NSApplicationSupportDirectory; because the app is sandboxed that's likely to be:

~/Library/Containers/TH.Clock-Signal/Data/Library/Application Support/

I dare imagine you can delete the entire folder, but just removing ROMImages should be sufficient.

Let me know whether that works; I'll leave the ticket open for now.

IO101010 commented 6 months ago

That works, thanks so much!