diff options
| author | 2018-02-18 14:35:11 -0500 | |
|---|---|---|
| committer | 2018-02-18 20:59:06 -0500 | |
| commit | 1a157c06007a45fc92d2105477bf20caa99951df (patch) | |
| tree | c845b90ea239339c3f1d844f2baecc1ffe218041 /scripts/src | |
| parent | d5b6deeca2d3285bb48a714db53135022598ca2b (diff) | |
Create RST interrupt buffer device
Diffstat (limited to 'scripts/src')
| -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 7e55d344f92..fc21510f620 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2342,6 +2342,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/rstbuf.h,MACHINES["RSTBUF"] = true +--------------------------------------------------- + +if (MACHINES["RSTBUF"]~=null) then + files { + MAME_DIR .. "src/devices/machine/rstbuf.cpp", + MAME_DIR .. "src/devices/machine/rstbuf.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/rtc4543.h,MACHINES["RTC4543"] = true --------------------------------------------------- |
