From eb2a8346252aa4ee15e602bb8dc578a6f95077a9 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 3 Nov 2024 17:43:13 -0500 Subject: Add support for reading SAP (Systeme d'Archivage Pukall) disk images to Thomson systems --- src/lib/formats/all.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/lib/formats/all.cpp') diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp index 02f5b636cf5..c068969db2e 100644 --- a/src/lib/formats/all.cpp +++ b/src/lib/formats/all.cpp @@ -576,6 +576,10 @@ #include "rx50_dsk.h" #endif +#ifdef HAS_FORMATS_SAP_DSK +#include "sap_dsk.h" +#endif + #ifdef HAS_FORMATS_SC3000_BIT #include "sc3000_bit.h" #endif @@ -1339,6 +1343,9 @@ void mame_formats_full_list(mame_formats_enumerator &en) en.add(FLOPPY_THOMSON_525_FORMAT); // thom_dsk.h en.add(FLOPPY_THOMSON_35_FORMAT); // thom_dsk.h #endif +#ifdef HAS_FORMATS_SAP_DSK + en.add(FLOPPY_SAP_FORMAT); +#endif en.category("Texas Instruments"); #ifdef HAS_FORMATS_TI99_DSK -- cgit v1.2.3-70-g09d2