Home
last modified time | relevance | path

Searched refs:LIBSPECTRUM_ID_TAPE_TAP (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/
H A Dlibspectrum.c534 { LIBSPECTRUM_ID_TAPE_TAP, "tap", 3, "\x13\0\0", 0, 3, 1 },
718 case LIBSPECTRUM_ID_TAPE_TAP:
H A Dtape.c221 case LIBSPECTRUM_ID_TAPE_TAP: in libspectrum_tape_read()
286 case LIBSPECTRUM_ID_TAPE_TAP: in libspectrum_tape_write()
H A Dlibspectrum.h.in163 LIBSPECTRUM_ID_TAPE_TAP, /* Z80-style .tap tape image */ enumerator
/dports/emulators/libspectrum/libspectrum-1.5.0/
H A Dlibspectrum.c530 { LIBSPECTRUM_ID_TAPE_TAP, "tap", 3, "\x13\0\0", 0, 3, 1 },
725 case LIBSPECTRUM_ID_TAPE_TAP:
H A Dtape.c219 case LIBSPECTRUM_ID_TAPE_TAP: in libspectrum_tape_read()
288 case LIBSPECTRUM_ID_TAPE_TAP: in libspectrum_tape_write()
H A Dlibspectrum.h.in174 LIBSPECTRUM_ID_TAPE_TAP, /* Z80-style .tap tape image */ enumerator
/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/test/
H A Dtest.c235 if( libspectrum_tape_write( &buffer, &length, tape, LIBSPECTRUM_ID_TAPE_TAP ) ) { in test_3()
394 LIBSPECTRUM_ID_TAPE_TAP ) ) { in test_19()
/dports/emulators/libspectrum/libspectrum-1.5.0/test/
H A Dtest.c238 if( libspectrum_tape_write( &buffer, &length, tape, LIBSPECTRUM_ID_TAPE_TAP ) ) { in test_3()
397 LIBSPECTRUM_ID_TAPE_TAP ) ) { in test_19()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/src/
H A Dlibretro.c585 case LIBSPECTRUM_ID_TAPE_TAP: // has same extension as LIBSPECTRUM_ID_TAPE_WARAJEVO in identify_file_get_ext()
H A Dlibspectrum.h319 LIBSPECTRUM_ID_TAPE_TAP, /* Z80-style .tap tape image */ enumerator