diff options
| author | 2018-03-09 20:30:29 -0500 | |
|---|---|---|
| committer | 2018-03-09 20:30:29 -0500 | |
| commit | b4a7ef663dae6746b860e8774e1a7e33387c38bb (patch) | |
| tree | d82e4da2bd35e8bed0d68cfc8b5a2eb402288e2d /scripts | |
| parent | e6e3804ce8d6c57f265803cac310d059805cc9ff (diff) | |
vt100_kbd: Rewrite as UART-based serial device
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 9550ce5b735..a32c6225fb9 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -533,7 +533,7 @@ MACHINES["ROC10937"] = true MACHINES["RP5C01"] = true MACHINES["RP5C15"] = true MACHINES["RP5H01"] = true ---MACHINES["RSTBUF"] = true +MACHINES["RSTBUF"] = true MACHINES["RTC4543"] = true MACHINES["RTC65271"] = true MACHINES["RTC9701"] = true |
