mirror of https://github.com/stella-emu/stella.git
Minor cosmetic change of previous commit
This commit is contained in:
parent
e3a4022b8b
commit
742c0d6334
|
@ -1698,7 +1698,7 @@ std::array<const char*, 32> CartDebug::ourIOMnemonic = {
|
|||
"$286", "$287", "$288", "$289", "$28a", "$28b", "$28c",
|
||||
"$28d", "$28e", "$28f", "$290", "$291", "$292", "$293",
|
||||
"TIM1T", "TIM8T", "TIM64T", "T1024T",
|
||||
"$298", "$299", "$29A", "$29B",
|
||||
"$298", "$299", "$29a", "$29b",
|
||||
"TIM1I", "TIM8I", "TIM64I", "T1024I"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue