diff options
author | 2014-10-10 15:28:46 +0000 | |
---|---|---|
committer | 2014-10-10 15:28:46 +0000 | |
commit | f0fad04eb68b545e6075f3b65d6d4db8c03e4025 (patch) | |
tree | e1a52b526fd0a7e306fd5cfe9adac62976555823 /src/mess/mess.mak | |
parent | 4de494250b26fc201171ac3b2b3c24f25ac08aab (diff) |
(MESS) converted vectrex and crvision to use slot devices for
their carts. nw.
(with these, we are done for the moment with new slot devices for carts...)
Diffstat (limited to 'src/mess/mess.mak')
-rw-r--r-- | src/mess/mess.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/mess.mak b/src/mess/mess.mak index 39e8aa225c5..a355f631bd3 100644 --- a/src/mess/mess.mak +++ b/src/mess/mess.mak @@ -582,6 +582,7 @@ BUSES += COLECO BUSES += COMPUCOLOR BUSES += COMX35 BUSES += CPC +BUSES += CRVISION BUSES += DMV BUSES += ECBBUS BUSES += ECONET @@ -628,6 +629,7 @@ BUSES += VBOY BUSES += VC4000 BUSES += VCS BUSES += VCS_CTRL +BUSES += VECTREX BUSES += VIC10 BUSES += VIC20 BUSES += VIDBRAIN |