diff options
| author | 2018-03-24 13:40:45 +0100 | |
|---|---|---|
| committer | 2018-03-24 08:40:45 -0400 | |
| commit | 2ad88fd875f04a801cedb87a27d5d93d9b4bf302 (patch) | |
| tree | f3b4af1e783a6357a5a191ac37068458c9ef7750 /scripts/target | |
| parent | 8cc881837a18c96d2d31b546c6c617ebedb9d046 (diff) | |
M1COMM: Add preliminary MB89374 emulation (#3378)
* M1COMM: Add preliminary MB89374 emulation (nw)
* M1COMM: moved knowns roms to device. (nw)
* MB89374: arrays and savestates (nw)
Diffstat (limited to 'scripts/target')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 94ce17252dd..1c2af45b3bf 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -480,6 +480,7 @@ MACHINES["MB87078"] = true --MACHINES["MB8795"] = true MACHINES["MB89352"] = true MACHINES["MB89371"] = true +MACHINES["MB89374"] = true --MACHINES["MC14411"] = true MACHINES["MC146818"] = true MACHINES["MC2661"] = true |
