Skip to content

Commit fcfeeea

Browse files
committed
Minor typo
1 parent 0752198 commit fcfeeea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mikey_inline.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ inline void Mikey::WriteTimer(u16 address, u8 value)
507507
t->internal_cycles = (t->internal_period_cycles > 0) ? (rand() % t->internal_period_cycles) : 0;
508508
else
509509
t->internal_cycles = (t->internal_period_cycles / 2) + 1;
510-
511510
}
512511
else
513512
t->internal_cycles = 0;

0 commit comments

Comments
 (0)