Sna128kFile.GetBank Method
Definition
Gets the data for the specified memory bank.
public ReadOnlySpan<Byte> GetBank(int bankNumber);
Parameters
| Name | Type | Description |
|---|---|---|
| bankNumber | Int32 | The bank number, from 0 to 7. |
Returns
The bank data.
Gets the data for the specified memory bank.
public ReadOnlySpan<Byte> GetBank(int bankNumber);
| Name | Type | Description |
|---|---|---|
| bankNumber | Int32 | The bank number, from 0 to 7. |
The bank data.