diff options
Diffstat (limited to 'src/lib/formats/all.cpp')
| -rw-r--r-- | src/lib/formats/all.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/formats/all.cpp b/src/lib/formats/all.cpp index 00d60c8e718..2af46a41ded 100644 --- a/src/lib/formats/all.cpp +++ b/src/lib/formats/all.cpp @@ -1230,6 +1230,9 @@ void mame_formats_full_list(mame_formats_enumerator &en) #ifdef HAS_FORMATS_FMSX_CAS en.add(fmsx_cassette_formats); // fmsx_cas.h #endif +#ifdef HAS_FORMATS_TZX_CAS + en.add(tsx_cassette_formats); // tzx_cas.h +#endif #ifdef HAS_FORMATS_MSX_DSK en.add(FLOPPY_MSX_FORMAT); // msx_dsk.h #endif |
