From a3e4c79be61d389d8e7db87b94c10b25414c6711 Mon Sep 17 00:00:00 2001 From: cracyc Date: Sat, 16 Dec 2017 14:24:24 -0600 Subject: i386: x87 bug fixes and FERR support [Andrey Merkulov] i8087: separate 8087 device [Carl] --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 21f3ff46301..12ea9dac6cd 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1088,6 +1088,18 @@ if (MACHINES["I7220"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/i8087.h,MACHINES["I8087"] = true +--------------------------------------------------- + +if (MACHINES["I8087"]~=null) then + files { + MAME_DIR .. "src/devices/machine/i8087.cpp", + MAME_DIR .. "src/devices/machine/i8087.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/i8155.h,MACHINES["I8155"] = true -- cgit v1.2.3-70-g09d2