mirror of https://github.com/stella-emu/stella.git
Fix typo.
This commit is contained in:
parent
9593de911a
commit
4cd530e048
|
@ -760,7 +760,7 @@ bool CartDetector::isProbablyDF(const ByteBuffer& image, size_t size,
|
|||
Bankswitch::Type& type)
|
||||
{
|
||||
|
||||
// BF carts store strings 'DFDF' and 'DFSC' starting at address $FFF8
|
||||
// DF carts store strings 'DFDF' and 'DFSC' starting at address $FFF8
|
||||
// This signature is attributed to "RevEng" of AtariAge
|
||||
uInt8 df[] = { 'D', 'F', 'D', 'F' };
|
||||
uInt8 dfsc[] = { 'D', 'F', 'S', 'C' };
|
||||
|
|
Loading…
Reference in New Issue