diff options
| author | 2022-12-12 20:44:33 +0000 | |
|---|---|---|
| committer | 2022-12-12 20:44:33 +0000 | |
| commit | 3e8cb6894cd0970a3940fc52570bfab3219eab60 (patch) | |
| tree | 4f024f1b8f111a035ad9d71cc369fb82069485e1 /scripts/src/bus.lua | |
| parent | cc7af448c6d2b972679ab4231a25001560e8fa75 (diff) | |
bus/archimedes/podules: Added Ethernet podules (not working)
- Acorn AEH50 Ethernet II
- Acorn AEH54 10Base2 Ethernet Podule
- ANT Ethernet 10base2 mini-podule
Diffstat (limited to 'scripts/src/bus.lua')
| -rw-r--r-- | scripts/src/bus.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 9c892278cd7..85906111ee4 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -354,6 +354,12 @@ if (BUSES["ARCHIMEDES_PODULE"]~=null) then MAME_DIR .. "src/devices/bus/archimedes/podule/eaglem2.h", MAME_DIR .. "src/devices/bus/archimedes/podule/ether1.cpp", MAME_DIR .. "src/devices/bus/archimedes/podule/ether1.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/ether2.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/ether2.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/ether3.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/ether3.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/ethera.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/ethera.h", MAME_DIR .. "src/devices/bus/archimedes/podule/etherd.cpp", MAME_DIR .. "src/devices/bus/archimedes/podule/etherd.h", MAME_DIR .. "src/devices/bus/archimedes/podule/etherr.cpp", |
