]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cpu/8080/emulator/emulator.factor
Revert "use tilde paths in more places."
[factor.git] / extra / cpu / 8080 / emulator / emulator.factor
index b2744af4b9bcc5f215b634cc479acd7432cbb358..7f6eaa62f6c922aaa3def287da6d352b45a5c643 100644 (file)
@@ -453,7 +453,7 @@ SYMBOL: rom-root
 
 : rom-dir ( -- string )
     rom-root get [
-        "~/roms" dup file-exists? [ drop f ] unless
+        home "roms" append-path dup file-exists? [ drop f ] unless
     ] unless* ;
 
 : load-rom* ( seq cpu -- )