]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cpu/8080/emulator/emulator.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / extra / cpu / 8080 / emulator / emulator.factor
index 8df417e207b69e81df142d38d62416de9d106b2e..5cbec86c999128a42c448dcf3a827f9fee800ea9 100644 (file)
@@ -453,7 +453,7 @@ SYMBOL: rom-root
 
 : rom-dir ( -- string )
     rom-root get [
-        home "roms" append-path dup exists? [ drop f ] unless
+        home "roms" append-path dup file-exists? [ drop f ] unless
     ] unless* ;
 
 : load-rom* ( seq cpu -- )