Skip to content

Commit 07cc2cf

Browse files
authored
cpu/mpk1839/kl1839vm1.cpp: Improved VAX-11 code decoder in user space (#13107)
1 parent 39aac1b commit 07cc2cf

File tree

7 files changed

+694
-211
lines changed

7 files changed

+694
-211
lines changed

scripts/src/cpu.lua

+2
Original file line numberDiff line numberDiff line change
@@ -1424,6 +1424,8 @@ if CPUS["KL1839VM1"] then
14241424
files {
14251425
MAME_DIR .. "src/devices/cpu/mpk1839/kl1839vm1.cpp",
14261426
MAME_DIR .. "src/devices/cpu/mpk1839/kl1839vm1.h",
1427+
MAME_DIR .. "src/devices/cpu/vax/vaxdasm.cpp",
1428+
MAME_DIR .. "src/devices/cpu/vax/vaxdasm.h",
14271429
}
14281430
end
14291431

0 commit comments

Comments
 (0)