diff options
| author | 2018-05-15 21:01:13 +0700 | |
|---|---|---|
| committer | 2018-05-15 16:01:13 +0200 | |
| commit | 90dc8100237508469cbd741dd8e3d9787c207878 (patch) | |
| tree | 41327b9f411be77c15aa7216a2a7de192f91fdae /scripts/src | |
| parent | 4a0bbac3b5972755e66bfe322fc750e1087075ce (diff) | |
interpro: wip checkpoint (nw) (#3573)
* softfloat3: do we like this better? (nw)
* softfloat3: it gets the hose again (nw)
* softfloat3: sonofa (nw)
* interpro: wip checkpoint (nw)
* added 6x00 models
* added EDGE graphics skeleton
* split bus/cards into two types
* various fixes/changes
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 fecb4721bbe..fa21eeb2482 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3404,6 +3404,8 @@ if (BUSES["INTERPRO_SR"]~=null) then MAME_DIR .. "src/devices/bus/interpro/sr/sr_cards.h", MAME_DIR .. "src/devices/bus/interpro/sr/gt.cpp", MAME_DIR .. "src/devices/bus/interpro/sr/gt.h", + MAME_DIR .. "src/devices/bus/interpro/sr/edge.cpp", + MAME_DIR .. "src/devices/bus/interpro/sr/edge.h", } end |
