hoglet67 / PiTubeDirect

Bare-metal Raspberry Pi project that attaches to the Acorn TUBE interface and emulates many BBC Micro Co Processors
GNU General Public License v3.0
188 stars 23 forks source link

cppcheck warning 65816.c #109

Closed dp111 closed 3 years ago

dp111 commented 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);

hoglet67 commented 3 years ago

This one should be fixed now.