From ba361e8550f1212d7364f37fb67f950783b91c26 Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Sat, 4 Oct 2025 21:11:42 +0300 Subject: formats/ap2_dsk.cpp: remove the RWTS18 format (#14262) It is completely non-functional. The loading code is commented out, and the saving code crashes, because it attempts to access 70 tracks regardless of how many there actually are. The code has been in this state ever since it's been added in 36ea482a, so it seems unlikely that it'll improve. Moreover, its utility seems questionable: I haven't been able to find a single floppy image with an .rti extension (and there are none listed in the software list). OTOH, for every game mentioned in the description, there are WOZ images that can be used instead (except for The Toy Shop, which has DSK images). --- docs/source/tools/floptool.rst | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs') diff --git a/docs/source/tools/floptool.rst b/docs/source/tools/floptool.rst index bf71c296aee..c2b34cced02 100644 --- a/docs/source/tools/floptool.rst +++ b/docs/source/tools/floptool.rst @@ -139,12 +139,6 @@ These are the formats supported by Floptool for conversion to other formats. File extensions: dsk, do, po -**A2_RWTS18** - - Apple II RWTS18-type image - - File extensions: rti - **A2_EDD** Apple II EDD image -- cgit v1.2.3