dev: promote DOSBox-X and remove QEMU support

This commit is contained in:
2026-08-16 22:14:50 +09:00
parent 4ad3e3097b
commit 594704a07d
26 changed files with 176 additions and 2481 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Repository and local cache paths shared by Ferro developer tools."""
from pathlib import Path
ROOT = Path(__file__).resolve().parents[2]