1
1
mirror of https://github.com/wader/fq.git synced 2024-11-25 23:13:19 +03:00

tap: add DefaultInArg

This commit is contained in:
Michael R. Cook 2024-08-02 23:50:00 +02:00
parent e5be55c1f9
commit 113ca632ab

View File

@ -22,7 +22,11 @@ func init() {
&decode.Format{
Description: "TAP tape format for ZX Spectrum computers",
DecodeFn: tapDecoder,
DefaultInArg: format.TAP_In{
ReadOneBlock: false,
},
})
interp.RegisterFS(tapFS)
}