diff options
| author | 2024-02-01 12:02:53 +0100 | |
|---|---|---|
| committer | 2024-02-01 12:02:53 +0100 | |
| commit | d3ccee321ca0019fdabb7f9cf515bfbde1b17bb1 (patch) | |
| tree | 81315d8f8f1b7c0fb258299c5e23fd8f95be5416 /scripts | |
| parent | a1b7e3cd2dd373b3bd0428a56b98c0b41004dbad (diff) | |
tim011: Add expansion bus support and AY card [Marko Solajic, Miodrag Milanovic]
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 6891b5d1d9a..cf314ccb3da 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2475,6 +2475,21 @@ end --------------------------------------------------- -- +--@src/devices/bus/tim011/exp.h,BUSES["TIM011"] = true +--------------------------------------------------- + +if (BUSES["TIM011"]~=null) then + files { + MAME_DIR .. "src/devices/bus/tim011/exp.cpp", + MAME_DIR .. "src/devices/bus/tim011/exp.h", + MAME_DIR .. "src/devices/bus/tim011/aycard.cpp", + MAME_DIR .. "src/devices/bus/tim011/aycard.h", + } +end + + +--------------------------------------------------- +-- --@src/devices/bus/tvc/tvc.h,BUSES["TVC"] = true --------------------------------------------------- |
