diff options
author | 2014-10-05 11:51:41 +0000 | |
---|---|---|
committer | 2014-10-05 11:51:41 +0000 | |
commit | 66fab3cf5c75cd1eca9e4d1b1df29964c052ada3 (patch) | |
tree | 8e8d5f30a02229312cd04ecf1ed3aaa85c575146 /src/mess/mess.mak | |
parent | 218bf5c577b9fa2bdfb3c786a990ae1582e04af8 (diff) |
(MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli]
out of whatsnew: another case of on-cart SRAM & EEPROM pointers removed from the main system...
Diffstat (limited to 'src/mess/mess.mak')
-rw-r--r-- | src/mess/mess.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/mess.mak b/src/mess/mess.mak index 58cabc3ea51..ca411b1e79d 100644 --- a/src/mess/mess.mak +++ b/src/mess/mess.mak @@ -633,6 +633,7 @@ BUSES += VIP BUSES += VTECH_IOEXP BUSES += VTECH_MEMEXP BUSES += WANGPC +BUSES += WSWAN BUSES += X68K BUSES += Z88 BUSES += ZORRO |