summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nes_ines.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/nes_ines.c')
-rw-r--r--src/mess/machine/nes_ines.c2
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)
{