j
k
j a
j l
... if ((port0 == 0x60) && (port1 == 0x64)) { Same thing here, right? I like the idea, but ... Shouldn't we drop that whole function instead? It's a runtime check for compile time settings, which generally sounds like a bad idea.
if ((port0 == 0x60) && (port1 == 0x64)) { Same thing here, right?
if ((port0 == 0x60) && (port1 == 0x64)) {
Same thing here, right?
I like the idea, but ... Shouldn't we drop that whole function instead? It's a runtime check for compile time settings, which generally sounds like a bad idea.
Yes. You're right.
Thanks, Myles
Back to the thread
Back to the list