diff options
| author | 2018-09-22 19:40:43 +0200 | |
|---|---|---|
| committer | 2018-09-22 19:41:10 +0200 | |
| commit | 27ee4f39156863330dd2c369b47699ad774306aa (patch) | |
| tree | 9d4eeaa19182bfc7842eea1b3c27087b639c5bf4 /scripts/src/machine.lua | |
| parent | fb5818cc7ef24abeb4407ccfddd2e5b6b2fcd492 (diff) | |
-sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buffer, S4-cache, and S4-MMU, will eventually be split. [Ryan Holtz]
-sun4: Significant optimization, from 150% -> 330% unthrottled on an i7-5930K. [Ryan Holtz]
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index cd141b26cb3..b161f1ddbcf 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3747,3 +3747,15 @@ if (MACHINES["IOPTIMER"]~=null) then MAME_DIR .. "src/devices/machine/ioptimer.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/sun4c_mmu.h,MACHINES["SUN4C_MMU"] = true +--------------------------------------------------- + +if (MACHINES["SUN4C_MMU"]~=null) then + files { + MAME_DIR .. "src/devices/machine/sun4c_mmu.cpp", + MAME_DIR .. "src/devices/machine/sun4c_mmu.h", + } +end |
