diff options
| author | 2017-12-16 14:24:24 -0600 | |
|---|---|---|
| committer | 2017-12-16 14:24:24 -0600 | |
| commit | a3e4c79be61d389d8e7db87b94c10b25414c6711 (patch) | |
| tree | bfdcae739fa95afd5eeced7f240c4170d9210117 /scripts | |
| parent | 145bbb789cbfc2331f55b2fb3a39b6e1849546dd (diff) | |
i386: x87 bug fixes and FERR support [Andrey Merkulov]
i8087: separate 8087 device [Carl]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 12 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
2 files changed, 13 insertions, 1 deletions
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 @@ -1090,6 +1090,18 @@ 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 --------------------------------------------------- diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 03a80c4a6f0..bc193c331c3 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -424,7 +424,7 @@ MACHINES["1MB5"] = true MACHINES["I2CMEM"] = true MACHINES["I7220"] = true MACHINES["I80130"] = true -MACHINES["I8089"] = true +MACHINES["I8087"] = true MACHINES["I8155"] = true MACHINES["I8212"] = true MACHINES["I8214"] = true |
