1
1
mirror of https://github.com/wader/fq.git synced 2024-11-29 12:14:17 +03:00

tap: remove Probe group

This commit is contained in:
Michael R. Cook 2024-08-02 12:25:01 +02:00
parent 66345fec29
commit e5be55c1f9

View File

@ -21,7 +21,6 @@ func init() {
format.TAP,
&decode.Format{
Description: "TAP tape format for ZX Spectrum computers",
Groups: []*decode.Group{format.Probe},
DecodeFn: tapDecoder,
})
interp.RegisterFS(tapFS)