diff options
| author | 2019-01-17 18:54:51 +0100 | |
|---|---|---|
| committer | 2019-01-17 19:05:46 +0100 | |
| commit | eb6223426dcc0f7de76e322c0cbeab9f89d01586 (patch) | |
| tree | 7f522882c978086df45589bd2f7fae73816f2836 /scripts/target | |
| parent | 67f39948454030bfe3fac43c3a24fc5bf2a2303d (diff) | |
-vsmile: Added proper slot device emulation for the cartridge slot. Gets vsmile techart fully working. [Ryan Holtz]
-vsmileb: Found enough port bits to show the VTech logo and V.Smile Baby intro. No game boots yet. [Ryan Holtz]
-spg2xx: Added separate logging for external interrupts and address mapping. [Ryan Holtz]
Diffstat (limited to 'scripts/target')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 597cd9a5755..68086de2aa5 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -742,6 +742,7 @@ BUSES["VECTREX"] = true --BUSES["VIDBRAIN"] = true --BUSES["VIP"] = true --BUSES["VME"] = true +--BUSES["VSMILE"] = true --BUSES["VTECH_IOEXP"] = true --BUSES["VTECH_MEMEXP"] = true --BUSES["WANGPC"] = true diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 89e17e9853b..484ffa695ef 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -823,6 +823,7 @@ BUSES["VIC20"] = true BUSES["VIDBRAIN"] = true BUSES["VIP"] = true BUSES["VME"] = true +BUSES["VSMILE"] = true BUSES["VTECH_IOEXP"] = true BUSES["VTECH_MEMEXP"] = true BUSES["WANGPC"] = true |
