From 62dafbbeee0b5a926c12265e1a2448f31688fc78 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Sat, 9 Dec 2023 18:11:41 +0100 Subject: cpu/pps4/pps4.cpp: Fix comment that incorrectly described iTM [Arcade Hacker] (#11786) --- src/devices/cpu/pps4/pps4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/pps4/pps4.cpp b/src/devices/cpu/pps4/pps4.cpp index de09b96166f..aaf83860407 100644 --- a/src/devices/cpu/pps4/pps4.cpp +++ b/src/devices/cpu/pps4/pps4.cpp @@ -978,7 +978,7 @@ void pps4_device::iT() * @brief pps4_device::iTM Transfer and mark indirect * HEX BINARY CYCLES MNEMONIC * ---------------------------------- - * 0xc0+ 11xx xxxx 2 TM x + * 0xd0+ 11x1 xxxx 2 TM x * yyyy yyyy from page 3 * * Symbolic equation -- cgit v1.2.3