You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case0xDF: // D6DF: FPGA die temperature, high byte: assuming to be 164 (just because I see that on a real MEGA65 currently at my room's temperature ...)
263
261
return164;
262
+
case0xF4:
263
+
returnmixer_register;
264
+
case0xF5:
265
+
returnaudio65_read_mixer_register();
264
266
default:
265
267
DEBUG("MEGA65: reading MEGA65 specific I/O @ $D6%02X result is $%02X"NL, addr, D6XX_registers[addr]);
0 commit comments