diff options
| author | 2018-10-07 15:37:23 +0200 | |
|---|---|---|
| committer | 2018-10-07 15:37:23 +0200 | |
| commit | 395d6a93b1e0b3eb9c9d125a95c3f7d0f634b5f9 (patch) | |
| tree | 4a8d58fa2e58977954f4de1dd1f197df74eccf81 /scripts | |
| parent | 913a43546322a6a99443cdbf6825c3840be1294e (diff) | |
mb87030: add new SCSI controller (nw)
Diffstat (limited to 'scripts')
| -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 32f12d96b0b..1c0ecc07b59 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1647,6 +1647,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/mb87030.h,MACHINES["MB87030"] = true +--------------------------------------------------- + +if (MACHINES["MB87030"]~=null) then + files { + MAME_DIR .. "src/devices/machine/mb87030.cpp", + MAME_DIR .. "src/devices/machine/mb87030.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/mb87078.h,MACHINES["MB87078"] = true --------------------------------------------------- |
