mirror of
https://github.com/pevans/erc-c.git
synced 2025-02-17 07:32:05 +00:00
Sort read switches
This commit is contained in:
parent
e51e643294
commit
92ac77e8f5
@ -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,
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user