diff options
author | 2017-05-15 23:25:08 +0200 | |
---|---|---|
committer | 2017-05-16 00:24:29 +0200 | |
commit | 94dc282a8f79b9f1163d830dfa73aa2d84b1f486 (patch) | |
tree | 1e1b0115ca594dfcc22f4e95203379b6fc06b0cc /scripts/target | |
parent | 85c01f572160407cf3eea0e4744c8c41cff01314 (diff) |
megaphx: Remove PIC MCU simulation, emulate it instead
* It's now emulated using the existing PIC16C54 dump
* Proper 8255 PPI hookup
* Clean up dip switches, add dip locations
* Add documentation
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 d2e80ad8762..fed378829d6 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -371,6 +371,7 @@ MACHINES["TTL74153"] = true MACHINES["TTL74157"] = true --MACHINES["TTL74161"] = true --MACHINES["TTL74164"] = true +MACHINES["TTL74166"] = true --MACHINES["TTL74175"] = true MACHINES["TTL74181"] = true MACHINES["TTL7474"] = true |