diff options
| author | 2017-02-01 20:03:45 +0200 | |
|---|---|---|
| committer | 2017-02-01 21:16:28 +0200 | |
| commit | e4be985024a87863b5c4a9f93118f90a2cb76cc2 (patch) | |
| tree | 91df971ed4214201aa520dab9479d593ce5a6d31 /scripts | |
| parent | 9f76ddc78a4010282072c112ec75dcda4123ed5f (diff) | |
vic20: Emulated the PPP SpeakEasy (Votrax SC-01-A) cartridge. [Curt Coder]
Diffstat (limited to 'scripts')
| -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 3f8f3f1d233..ed0a643d277 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1425,6 +1425,8 @@ if (BUSES["VIC20"]~=null) then MAME_DIR .. "src/devices/bus/vic20/vic1112.h", MAME_DIR .. "src/devices/bus/vic20/vic1210.cpp", MAME_DIR .. "src/devices/bus/vic20/vic1210.h", + MAME_DIR .. "src/devices/bus/vic20/speakeasy.cpp", + MAME_DIR .. "src/devices/bus/vic20/speakeasy.h", MAME_DIR .. "src/devices/bus/vic20/user.cpp", MAME_DIR .. "src/devices/bus/vic20/user.h", MAME_DIR .. "src/devices/bus/vic20/4cga.cpp", |
