File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ registers. Reads return $FF. Other writes do not appear to do anything
40
40
(Partially unconfirmed). Note that you cannot re-latch the accelerometer
41
41
value without first erasing it; attempts to do so yield no change.
42
42
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 µs since HALTing turns off the PHI cartridge
45
+ signal (the System Clock) which the MBC7 accelerometer sensor relies on.
46
+ If that clock is turned off too soon the X and Y values will have significantly
47
+ more noise in the sampled data.
48
+
43
49
### Ax2x/Ax3x - Accelerometer X value (Read Only)
44
50
45
51
Ax2x contains the low byte of the X value (lower values are towards the
@@ -134,5 +140,5 @@ enable section as well (0000-1FFF)
134
140
135
141
## External links
136
142
137
- - Source: [ GBDev Forums thread by endrift] ( https://web.archive.org/web/20240429225227/http ://gbdev.gg8.se/forums/viewtopic.php?id=448 )
143
+ - Source: [ GBDev Forums thread by endrift] ( https://web.archive.org/web/20250424080817/https ://gbdev.gg8.se/forums/viewtopic.php?id=448 )
138
144
You can’t perform that action at this time.
0 commit comments