Skip to content

Commit 113ca63

Browse files
committed
tap: add DefaultInArg
1 parent e5be55c commit 113ca63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

format/tap/tap.go

+4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ func init() {
2222
&decode.Format{
2323
Description: "TAP tape format for ZX Spectrum computers",
2424
DecodeFn: tapDecoder,
25+
DefaultInArg: format.TAP_In{
26+
ReadOneBlock: false,
27+
},
2528
})
29+
2630
interp.RegisterFS(tapFS)
2731
}
2832

0 commit comments

Comments
 (0)