diff options
author | 2020-03-03 12:55:35 +0100 | |
---|---|---|
committer | 2020-03-03 12:55:35 +0100 | |
commit | d469028abc5b86b0748c9d2167b91cac2ca0a5ee (patch) | |
tree | 157befea2a007edb3a7d0c3e3544205b13862f0c /scripts/src | |
parent | c1169e6d2dc2d97ffbeed3b660aca7ad7de2397d (diff) |
hp80: added HP82900 CP/M module
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 87b372b9e50..90aea315fcb 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3940,6 +3940,8 @@ if (BUSES["HP80_IO"]~=null) then files { MAME_DIR .. "src/devices/bus/hp80_io/hp80_io.cpp", MAME_DIR .. "src/devices/bus/hp80_io/hp80_io.h", + MAME_DIR .. "src/devices/bus/hp80_io/82900.cpp", + MAME_DIR .. "src/devices/bus/hp80_io/82900.h", MAME_DIR .. "src/devices/bus/hp80_io/82937.cpp", MAME_DIR .. "src/devices/bus/hp80_io/82937.h", MAME_DIR .. "src/devices/bus/hp80_io/82939.cpp", |