diff options
| author | 2016-11-22 09:51:28 +0100 | |
|---|---|---|
| committer | 2016-11-22 09:53:39 +0100 | |
| commit | a7ee0a41e9bdbf267313ca1def3d923071aef6cf (patch) | |
| tree | 573ad3fc310c219fc106869dfbe2d18aafff95af /scripts/src/bus.lua | |
| parent | 0d3a8a98a7ba4fd6a56cf0ee1cbc37f2318cfb23 (diff) | |
hp9845: implemented 98034 module (HPIB interface)
Diffstat (limited to 'scripts/src/bus.lua')
| -rw-r--r-- | scripts/src/bus.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 38fea58bf1f..30393418485 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2919,8 +2919,9 @@ end 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" - } + MAME_DIR .. "src/devices/bus/hp9845_io/98034.cpp", + MAME_DIR .. "src/devices/bus/hp9845_io/98035.cpp", + } end --------------------------------------------------- |
