File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ registers. Reads return $FF. Other writes do not appear to do anything
41
41
value without first erasing it; attempts to do so yield no change.
42
42
43
43
Once the latch for a sample update has been triggered the CPU should not be
44
- put into HALT for at least 1.2 microseconds since HALTing turns off the PHI cartridge
44
+ put into HALT for at least 1.2 milliseconds since HALTing turns off the PHI cartridge
45
45
signal (the System Clock) which the MBC7 accelerometer sensor relies on.
46
46
If that clock is turned off too soon the X and Y values will have significantly
47
- more noise in the sampled data.
47
+ more noise in the sampled data. The 1.2 milliseconds duration is the same
48
+ regardless of whether or not the CPU is in CGB Double-speed mode.
48
49
49
50
### Ax2x/Ax3x - Accelerometer X value (Read Only)
50
51
You can’t perform that action at this time.
0 commit comments