We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83f130 commit 359ba6bCopy full SHA for 359ba6b
pico/sms.c
@@ -178,11 +178,11 @@ static void write_bank(unsigned short a, unsigned char d)
178
switch (a & 0x0f)
179
{
180
case 0x0c:
181
- elprintf(EL_STATUS|EL_ANOMALY, "%02x written to control reg!", d);
+ //elprintf(EL_STATUS|EL_ANOMALY, "%02x written to control reg!", d);
182
break;
183
case 0x0d:
184
- if (d != 0)
185
- elprintf(EL_STATUS|EL_ANOMALY, "bank0 changed to %d!", d);
+ /*if (d != 0)
+ elprintf(EL_STATUS|EL_ANOMALY, "bank0 changed to %d!", d);*/
186
187
case 0x0e:
188
d &= bank_mask;
0 commit comments