]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/jaguar.cpp
Initial gamepad support.
[virtualjaguar] / src / jaguar.cpp
index 191630423107e7ac26c74d5adc975c0dadb65842..f930c9a31e5b2a6965457b7dacc3d4956dd10758 100644 (file)
@@ -2007,7 +2007,7 @@ void JaguarExecuteNew(void)
 // it will be half this number for a half frame. BUT, since we're counting
 // HALF lines, we double this number and we're back at 525 for NTSC, 625 for PAL.
 //
-// Scanline times are 63.5555... \0s in NTSC and 64 \0s in PAL
+// Scanline times are 63.5555... μs in NTSC and 64 μs in PAL
 // Half line times are, naturally, half of this. :-P
 void HalflineCallback(void)
 {