diff options
| author | 2022-07-11 14:14:45 +0700 | |
|---|---|---|
| committer | 2022-07-11 14:14:45 +0700 | |
| commit | 1a6147aeb9fd887ffe240844bb2d4e643ac0264e (patch) | |
| tree | b33028944b7c0589f18187294987136f6cb957d6 /scripts | |
| parent | 27f2febd810dfcdc207b332783bbdb447148177e (diff) | |
opus100pm: add opus 108pm isa bus card
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 443fe4c3922..655757c856c 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1753,6 +1753,8 @@ if (BUSES["ISA"]~=null) then MAME_DIR .. "src/devices/bus/isa/3xtwin.h", MAME_DIR .. "src/devices/bus/isa/lrk330.cpp", MAME_DIR .. "src/devices/bus/isa/lrk330.h", + MAME_DIR .. "src/devices/bus/isa/opus100pm.cpp", + MAME_DIR .. "src/devices/bus/isa/opus100pm.h", } end |
