1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00

Sort read switches

This commit is contained in:
Peter Evans 2018-03-26 20:48:13 -05:00
parent e51e643294
commit 92ac77e8f5

View File

@ -23,6 +23,9 @@
* bank_switch_read function.
*/
static size_t switch_reads[] = {
0xC011,
0xC012,
0xC016,
0xC080,
0xC081,
0xC082,
@ -31,9 +34,6 @@ static size_t switch_reads[] = {
0xC089,
0xC08A,
0xC08B,
0xC011,
0xC012,
0xC016,
};
/*