Skip to content

Commit 9eccb9e

Browse files
authored
mbc7 time units + cgb info (#598)
1 parent ed49476 commit 9eccb9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/MBC7.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ registers. Reads return $FF. Other writes do not appear to do anything
4141
value without first erasing it; attempts to do so yield no change.
4242

4343
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
4545
signal (the System Clock) which the MBC7 accelerometer sensor relies on.
4646
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.
4849

4950
### Ax2x/Ax3x - Accelerometer X value (Read Only)
5051

0 commit comments

Comments
 (0)