diff options
| author | 2021-05-26 20:25:13 +0200 | |
|---|---|---|
| committer | 2021-05-26 20:25:20 +0200 | |
| commit | fd4f9f237c3faf0f722cf003a727e767032960f2 (patch) | |
| tree | 7969020750f78e98fec93df3dc85d750b16b1e7a | |
| parent | 4c3db1d280141c5b5945a86e16e998d7c8a8f033 (diff) | |
Copy/paste fix
| -rw-r--r-- | src/lib/formats/all.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp index 7eaf27d4d91..70fc497e6d1 100644 --- a/src/lib/formats/all.cpp +++ b/src/lib/formats/all.cpp @@ -1387,7 +1387,7 @@ void mame_formats_full_list(mame_formats_enumerator &en) en.add(vtech1_cassette_formats); // vt_cas.h en.add(vtech2_cassette_formats); // vt_cas.h #endif -#ifdef HAS_FORMATS_VT_CAS +#ifdef HAS_FORMATS_VT_DSJ en.add(FLOPPY_VTECH_BIN_FORMAT); // vt_dsk.h en.add(FLOPPY_VTECH_DSK_FORMAT); // vt_dsk.h #endif |
