summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/barcrest/mpu4_characteriser_pal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/barcrest/mpu4_characteriser_pal.cpp')
-rw-r--r--src/mame/barcrest/mpu4_characteriser_pal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/barcrest/mpu4_characteriser_pal.cpp b/src/mame/barcrest/mpu4_characteriser_pal.cpp
index 197f5da46d5..f2cbe5cb0ae 100644
--- a/src/mame/barcrest/mpu4_characteriser_pal.cpp
+++ b/src/mame/barcrest/mpu4_characteriser_pal.cpp
@@ -201,7 +201,7 @@ uint8_t mpu4_characteriser_pal::protection_r()
}
else if (m_allow_68k_cheat)
{
- // MPU4 Video (question decrambling where used not handled)
+ // MPU4 Video (question descrambling where used not handled)
ret = m_cpu->state_int(M68K_D0) & 0xff;
logerror("%s: Characteriser protection_r WITH 68000 CHEAT (col is %02x returning %02x)\n", machine().describe_context(), m_prot_col, ret);
}