diff options
| author | 2018-10-11 07:49:08 -0400 | |
|---|---|---|
| committer | 2018-10-11 07:49:08 -0400 | |
| commit | 2226914ddffeb0a57f716629043a3c2f5d72d1bb (patch) | |
| tree | ceed6602b707a043e850860172168e9db03a2318 /scripts/src | |
| parent | edb660feb6d7d460b1fd2427b8e7202f20456079 (diff) | |
| parent | 75fde4b0f0fa52f3a28f28d535fc21049abd238a (diff) | |
Merge pull request #4119 from hp9k/hp_hil_mouse
hp_hil: add HP 46060B mouse
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/bus.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 44bbb9f1502..5a08c32275a 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -869,6 +869,10 @@ if (BUSES["HPHIL"]~=null) then MAME_DIR .. "src/devices/bus/hp_hil/hp_hil.h", MAME_DIR .. "src/devices/bus/hp_hil/hil_devices.cpp", MAME_DIR .. "src/devices/bus/hp_hil/hil_devices.h", + MAME_DIR .. "src/devices/bus/hp_hil/hlebase.cpp", + MAME_DIR .. "src/devices/bus/hp_hil/hlebase.h", + MAME_DIR .. "src/devices/bus/hp_hil/hlemouse.cpp", + MAME_DIR .. "src/devices/bus/hp_hil/hlemouse.h", MAME_DIR .. "src/devices/bus/hp_hil/hlekbd.cpp", MAME_DIR .. "src/devices/bus/hp_hil/hlekbd.h", } |
