diff options
| author | 2022-02-08 11:36:14 -0500 | |
|---|---|---|
| committer | 2022-02-09 03:36:14 +1100 | |
| commit | 8b5307cee063a5ce44f9af220e41881fa6d6cf3b (patch) | |
| tree | 8418f50840201409065a2996e5302ee6adff0c37 /scripts/src | |
| parent | 8f2247e1f2a2a678e263033210b5e6a7d518b557 (diff) | |
bus/epson_qx, qx10.cpp: Added Epson QX-10 expansion bus. (#9241)
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/bus.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index b86f1073c08..8667c54788e 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3735,6 +3735,17 @@ end --------------------------------------------------- -- +--@src/devices/bus/epson_qx/option.h,BUSES["EPSON_QX"] = true +--------------------------------------------------- +if (BUSES["EPSON_QX"]~=null) then + files { + MAME_DIR .. "src/devices/bus/epson_qx/option.cpp", + MAME_DIR .. "src/devices/bus/epson_qx/option.h", + } +end + +--------------------------------------------------- +-- --@src/devices/bus/pce/pce_slot.h,BUSES["PCE"] = true --------------------------------------------------- if (BUSES["PCE"]~=null) then |
