diff options
author | 2016-10-12 16:29:02 +0200 | |
---|---|---|
committer | 2016-10-12 16:29:02 +0200 | |
commit | 561ded45240c1d83d31c9b834788ca5f57afc4f0 (patch) | |
tree | b120a746fc580d8cfd89ff84e3d7c5bcc311c865 /scripts/src | |
parent | d030ab2755f5ef7757d11f1cd41abd19fe2a7bb4 (diff) |
hp9845: handling of I/O slots added. Implemented HP98035 RTC card.
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 85131fa8094..1534e2cf561 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2913,6 +2913,18 @@ end --------------------------------------------------- -- +--@src/devices/bus/hp9845_io/hp9845_io.h,BUSES["HP9845_IO"] = true +--------------------------------------------------- + +if (BUSES["HP9845_IO"]~=null) then + files { + MAME_DIR .. "src/devices/bus/hp9845_io/hp9845_io.cpp", + MAME_DIR .. "src/devices/bus/hp9845_io/98035.cpp" + } +end + +--------------------------------------------------- +-- --@src/devices/bus/compis/graphics.h,BUSES["COMPIS_GRAPHICS"] = true --------------------------------------------------- |