diff options
| author | 2021-07-18 13:53:08 -0300 | |
|---|---|---|
| committer | 2021-07-18 12:53:08 -0400 | |
| commit | 4ab4f741069e9a8fac60a1f941ea3e7e0a944602 (patch) | |
| tree | c5100c520829ebf6158e6374e52b11989ce814be /scripts | |
| parent | 651049397e7084e45d2f3f7e0d448489e789aee1 (diff) | |
Implement 68k FPU FATAN instruction (#8287)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/3rdparty.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index f7aa6280533..e8b08df8f0c 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -197,6 +197,7 @@ end files { MAME_DIR .. "3rdparty/softfloat/softfloat.c", MAME_DIR .. "3rdparty/softfloat/fsincos.c", + MAME_DIR .. "3rdparty/softfloat/fpatan.c", MAME_DIR .. "3rdparty/softfloat/fyl2x.c", } |
