diff options
| author | 2018-03-18 09:26:45 +0100 | |
|---|---|---|
| committer | 2018-04-05 15:01:26 +0200 | |
| commit | 1d338061af66eed2cbf3e19655bb840f4e801c9c (patch) | |
| tree | b5968d5bf972f7aa7fd7b3daa1e1ca90cb24c5c5 /scripts/target | |
| 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/target')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 44f7d00c977..066b6d680fa 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -619,6 +619,7 @@ MACHINES["WATCHDOG"] = true MACHINES["INPUT_MERGER"] = true MACHINES["K054321"] = true MACHINES["ADC0844"] = true +MACHINES["GEN_FIFO"] = true -------------------------------------------------- -- specify available bus cores diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 96d9412bf5b..7bcff927ace 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -628,6 +628,7 @@ MACHINES["INPUT_MERGER"] = true -- MACHINES["K054321"] = true MACHINES["ADC0844"] = true MACHINES["28FXXX"] = true +-- MACHINES["GEN_FIFO"] = true -------------------------------------------------- -- specify available bus cores |
