From 6fff18773b6d23fecf177dd9bea13e5242e982d1 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 19 May 2019 17:41:44 -0400 Subject: i386: Improve splitting of unaligned accesses (excluding program fetches) (nw) This entails a major code reorganization just to keep the scale of it all halfway sane. --- scripts/src/cpu.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/src/cpu.lua') diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 536bcf974bf..1fb7e3262cd 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -1087,6 +1087,8 @@ if (CPUS["I386"]~=null) then files { MAME_DIR .. "src/devices/cpu/i386/i386.cpp", MAME_DIR .. "src/devices/cpu/i386/i386.h", + MAME_DIR .. "src/devices/cpu/i386/athlon.cpp", + MAME_DIR .. "src/devices/cpu/i386/athlon.h", MAME_DIR .. "src/devices/cpu/i386/cache.h", MAME_DIR .. "src/devices/cpu/i386/cycles.h", MAME_DIR .. "src/devices/cpu/i386/i386op16.hxx", @@ -1094,6 +1096,7 @@ if (CPUS["I386"]~=null) then MAME_DIR .. "src/devices/cpu/i386/i386ops.h", MAME_DIR .. "src/devices/cpu/i386/i386ops.hxx", MAME_DIR .. "src/devices/cpu/i386/i386priv.h", + MAME_DIR .. "src/devices/cpu/i386/i386segs.hxx", MAME_DIR .. "src/devices/cpu/i386/i486ops.hxx", MAME_DIR .. "src/devices/cpu/i386/pentops.hxx", MAME_DIR .. "src/devices/cpu/i386/x87ops.hxx", -- cgit v1.2.3-70-g09d2