diff options
| author | 2018-04-16 16:59:29 -0400 | |
|---|---|---|
| committer | 2018-04-16 16:59:29 -0400 | |
| commit | b00b178510adb6cbf08edb835f57e2270debbd06 (patch) | |
| tree | 89c8ccaeaae0ce7c0fa41171512639c87ef0b48e /scripts/src/bus.lua | |
| parent | cd8809b96016c2efcdcdc23680d6f5dc0f8dad93 (diff) | |
| parent | 5832c7c2de9ce0ca1baa840050d689bf2b79a96b (diff) | |
Merge pull request #3463 from sschnelle/98603_split
split up hp98603 basic rom card
Diffstat (limited to 'scripts/src/bus.lua')
| -rw-r--r-- | scripts/src/bus.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index d57cd09c690..b2e0b5abe27 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -836,8 +836,10 @@ if (BUSES["HPDIO"]~=null) then MAME_DIR .. "src/devices/bus/hp_dio/hp_dio.h", MAME_DIR .. "src/devices/bus/hp_dio/hp98544.cpp", MAME_DIR .. "src/devices/bus/hp_dio/hp98544.h", - MAME_DIR .. "src/devices/bus/hp_dio/hp98603.cpp", - MAME_DIR .. "src/devices/bus/hp_dio/hp98603.h", + MAME_DIR .. "src/devices/bus/hp_dio/hp98603a.cpp", + MAME_DIR .. "src/devices/bus/hp_dio/hp98603a.h", + MAME_DIR .. "src/devices/bus/hp_dio/hp98603b.cpp", + MAME_DIR .. "src/devices/bus/hp_dio/hp98603b.h", MAME_DIR .. "src/devices/bus/hp_dio/hp98644.cpp", MAME_DIR .. "src/devices/bus/hp_dio/hp98644.h", } |
