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(); }