Skip to content

Sna128kFile.GetBank Method

Definition

Gets the data for the specified memory bank.

public ReadOnlySpan<Byte> GetBank(int bankNumber);

View source

Parameters

Name Type Description
bankNumber Int32 The bank number, from 0 to 7.

Returns

ReadOnlySpan<Byte>

The bank data.