diff options
author | 2013-04-09 06:46:57 +0000 | |
---|---|---|
committer | 2013-04-09 06:46:57 +0000 | |
commit | c6cd8a09c87f9830898b0c2eb236492b70f0c255 (patch) | |
tree | cf528302c3e6ea6ce70addf4a2a133c5115124a6 /src/mess/machine/nes_ines.c | |
parent | 8fb2921edb6e1c8146e6348972eb1d23df2fd093 (diff) |
Cleanups and version bumpmame0148u3
Diffstat (limited to 'src/mess/machine/nes_ines.c')
-rw-r--r-- | src/mess/machine/nes_ines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/nes_ines.c b/src/mess/machine/nes_ines.c index 0a65acdb2bc..6f51bbadb70 100644 --- a/src/mess/machine/nes_ines.c +++ b/src/mess/machine/nes_ines.c @@ -30,7 +30,7 @@ there are 3 dots to every 1 CPU cycle, hence 114 is the number of cycles per sca void nes_state::ffe_irq( int scanline, int vblank, int blanked ) { - // 114 is the number of cycles per scanline + // 114 is the number of cycles per scanline // TODO: change to reflect the actual number of cycles spent if (m_IRQ_enable) { |