From 85345b221008bc11e05bb707dc181dd33b196ae7 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Fri, 15 Feb 2008 07:04:25 +0000 Subject: [PATCH] Cleaned up silly comments --- src/emu/cpu/v60/am2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emu/cpu/v60/am2.c b/src/emu/cpu/v60/am2.c index abbd2e5682c..f9376737ade 100644 --- a/src/emu/cpu/v60/am2.c +++ b/src/emu/cpu/v60/am2.c @@ -940,13 +940,13 @@ static UINT32 bam2DirectAddressDeferredIndexed(void) static UINT32 am2Immediate(void) { - // Fuck off LDPR + // ignore LDPR return am1Immediate(); } static UINT32 am2ImmediateQuick(void) { - // fuck off LDPR + // ignore LDPR return am1ImmediateQuick(); }