diff options
| author | 2016-12-22 23:34:56 -0500 | |
|---|---|---|
| committer | 2016-12-22 23:45:47 -0500 | |
| commit | 9537974530ca5a05cde310861dc768086452191c (patch) | |
| tree | cda3cd32c2517257a22ec2862682a45cf403aede /scripts | |
| parent | 386eb6b7b83a956c05d91e8d0a8649aeb19a9019 (diff) | |
Preliminary work towards improving emulation of Cedar Magnet sound board (nw)
- MSM5205 hooked up through 40105 FIFO
- Various notes based on Z80 code and schematics for related pinball sound board
40105 device improvements (nw)
- Split up configuration macros
- Tweaked device name and device type name
- New callback for automatic output write
- A few bug fixes for so_w
- Many comments and pinout added
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/arcade.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 787c70cbf02..6a4276981b3 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -389,7 +389,7 @@ MACHINES["AY31015"] = true MACHINES["BANKDEV"] = true MACHINES["CDP1852"] = true MACHINES["CDP1871"] = true ---MACHINES["CMOS40105"] = true +MACHINES["CMOS40105"] = true MACHINES["CDU76S"] = true MACHINES["COM8116"] = true MACHINES["CR589"] = true |
