diff options
| author | 2022-06-28 14:41:16 -0400 | |
|---|---|---|
| committer | 2022-06-28 14:41:16 -0400 | |
| commit | 21efb0e47cebcf7d175a79bcf6eb700d484e0d32 (patch) | |
| tree | d520ea57dd062608964aa6e028c227bdfd88c2e0 /scripts/target | |
| parent | f37e69828cdd65f21429ceebbd67c372e22589a9 (diff) | |
Start moving devices out of src/mame/shared to more appropriate places
Diffstat (limited to 'scripts/target')
| -rw-r--r-- | scripts/target/mame/mame.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/target/mame/mame.lua b/scripts/target/mame/mame.lua index ee740f62de6..8a02db33995 100644 --- a/scripts/target/mame/mame.lua +++ b/scripts/target/mame/mame.lua @@ -393,6 +393,8 @@ VIDEOS["I82730"] = true VIDEOS["I8275"] = true VIDEOS["IMS_CVC"] = true VIDEOS["JANGOU_BLITTER"] = true +VIDEOS["K051316"] = true +VIDEOS["K053936"] = true VIDEOS["LC7582"] = true VIDEOS["LC7985"] = true VIDEOS["M50458"] = true @@ -436,6 +438,7 @@ VIDEOS["T6963C"] = true VIDEOS["T6A04"] = true VIDEOS["TEA1002"] = true VIDEOS["TLC34076"] = true +VIDEOS["TMAP038"] = true VIDEOS["TMS34061"] = true VIDEOS["TMS3556"] = true VIDEOS["TMS9927"] = true @@ -512,6 +515,7 @@ MACHINES["AT_KEYBC"] = true MACHINES["AT_MB"] = true MACHINES["AUTOCONFIG"] = true MACHINES["AY31015"] = true +MACHINES["BACTA_DATALOGGER"] = true MACHINES["BANKDEV"] = true MACHINES["BIM68153"] = true MACHINES["BITMAP_PRINTER"] = true |
