diff options
author | 2018-03-18 09:26:45 +0100 | |
---|---|---|
committer | 2018-04-05 15:01:26 +0200 | |
commit | 1d338061af66eed2cbf3e19655bb840f4e801c9c (patch) | |
tree | b5968d5bf972f7aa7fd7b3daa1e1ca90cb24c5c5 /scripts/src/machine.lua | |
parent | 7bc00fc17ef961494e276060aed3b5333e4ce993 (diff) |
mb86233/4 rewrite [O. Galibert]
model1: Use the real 315-5573 Virtua Racing coprocessor program [Team Caps0ff]
model2: Rewamp the coprocessors communications [O. Galibert]
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 120c158a560..8d7fd3d2739 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3445,3 +3445,15 @@ if (MACHINES["28FXXX"]~=null) then MAME_DIR .. "src/devices/machine/28fxxx.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/gen_fifo.h,MACHINES["GEN_FIFO"] = true +--------------------------------------------------- + +if (MACHINES["GEN_FIFO"]~=null) then + files { + MAME_DIR .. "src/devices/machine/gen_fifo.cpp", + MAME_DIR .. "src/devices/machine/gen_fifo.h", + } +end |