mirror of https://github.com/bsnes-emu/bsnes.git
Typo fix
This commit is contained in:
parent
939817df73
commit
d9b9385eb4
2
BESS.md
2
BESS.md
|
@ -26,7 +26,7 @@ BESS uses a block format where each block contains the following header:
|
|||
| 0 | A four-letter ASCII identifier |
|
||||
| 4 | Length of the block, excluding header |
|
||||
|
||||
Every block is followed by another blocked, until the END block is reached. If an implementation encounters an unsupported block, it should be completely ignored (Should not have any effect and should not trigger a failure).
|
||||
Every block is followed by another block, until the END block is reached. If an implementation encounters an unsupported block, it should be completely ignored (Should not have any effect and should not trigger a failure).
|
||||
|
||||
#### NAME block
|
||||
|
||||
|
|
Loading…
Reference in New Issue