Closed dp111 closed 3 years ago
%lx in format string (no. 5) requires 'unsigned long' but the argument type is 'unsigned int'.
line 353 : printf("def=%x divider=%x banking=%x banknum=%x mask=%lx\r\n", def, divider, banking, banknum, w65816mask);
This one should be fixed now.
%lx in format string (no. 5) requires 'unsigned long' but the argument type is 'unsigned int'.
line 353 : printf("def=%x divider=%x banking=%x banknum=%x mask=%lx\r\n", def, divider, banking, banknum, w65816mask);