summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nuon/nuondasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/nuon/nuondasm.cpp')
-rw-r--r--src/devices/cpu/nuon/nuondasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/nuon/nuondasm.cpp b/src/devices/cpu/nuon/nuondasm.cpp
index 7d16f399885..8dd747b5509 100644
--- a/src/devices/cpu/nuon/nuondasm.cpp
+++ b/src/devices/cpu/nuon/nuondasm.cpp
@@ -17,7 +17,7 @@
Instructions are built out of packets, which is a sub-instruction
for a specific execution unit. Each packet except the 16-bits alu
ones also have a bit to tell whether another packet follows for the
- same instruction. 17-bits alu packets are always at the end when
+ same instruction. 16-bits alu packets are always at the end when
present, the order or the packets seems otherwise free. There are
complicated instruction alignment, size and resource sharing
constraints the disassembler does not care about.