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:
parent
e5be55c1f9
commit
113ca632ab
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user