summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/lh5801/5801dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/lh5801/5801dasm.cpp')
-rw-r--r--src/devices/cpu/lh5801/5801dasm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/lh5801/5801dasm.cpp b/src/devices/cpu/lh5801/5801dasm.cpp
index f289f4760a0..540074dec1c 100644
--- a/src/devices/cpu/lh5801/5801dasm.cpp
+++ b/src/devices/cpu/lh5801/5801dasm.cpp
@@ -301,13 +301,13 @@ const lh5801_disassembler::Entry lh5801_disassembler::table[0x100]={
{ TIN, Imp },
{ VEJ, Vej },
{ CIN, Imp },
- { ILL },
+ { VEJ, Vej },
{ REC, Imp },
- { ILL },
+ { VEJ, Vej },
{ SEC, Imp },
- { ILL },
+ { VEJ, Vej },
{ PREFD },
- { ILL },
+ { VEJ, Vej },
{ ILL }
};