diff options
| author | 2016-03-05 15:00:40 -0600 | |
|---|---|---|
| committer | 2016-03-05 15:02:29 -0600 | |
| commit | c049a91f4a534ebc99f715a19a2a6aae151869bb (patch) | |
| tree | 6135a5a3a150349d439e11ec85c041a72772fccc /scripts/src/machine.lua | |
| parent | 675068f30de4e7fd9fae106e1a701437850cdd44 (diff) | |
pcxt: use pc motherboard device and banking (nw)
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 fbc923b3073..0b38879b20c 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2724,3 +2724,15 @@ if (MACHINES["PDC"]~=null) then MAME_DIR .. "src/devices/machine/pdc.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/genpc.h,MACHINES["GENPC"] = true +--------------------------------------------------- + +if (MACHINES["GENPC"]~=null) then + files { + MAME_DIR .. "src/devices/machine/genpc.cpp", + MAME_DIR .. "src/devices/machine/genpc.h", + } +end |
