To run a System ROM, use the command
run "http://aquarius.plus/files/sysrom/romname.rom"

'; $agent = $_SERVER['HTTP_USER_AGENT']; $dirlist = scandir("."); if (substr($agent,0,5) == "ESP32" or $agent == "Aquarius+ emulator") { foreach ($dirlist as $file) { if (substr($file,0,1) == '.') continue; if (substr($file,-5) == '.html') continue; if (substr($file,-4) == '.php') continue; $date = date("y-m-d H:i",filemtime($file)); $size = sprintf("%5d", filesize($file)); $line = $date . " " . $size . " " . $file; print chr(strlen($line)) . $line; } } else { ?> Aquarius+ Files "; print ""; print ""; print "
FilenameSizeDate
" . $file . "" . filesize($file) . "" . date ("F d Y H:i:s.", filemtime($file)) . "\n"; } ?>