diff options
author | 2021-06-23 16:41:27 -0500 | |
---|---|---|
committer | 2021-06-23 16:41:27 -0500 | |
commit | 3f5cec732b9b248d481ce238af58ff7e8aa45c1e (patch) | |
tree | 8dc064a048c44a0bafa360bdb78622dead9dcc21 /scripts/src | |
parent | 4c92baf89619788e699ca60bad54de069ce336c6 (diff) |
vis: fix card comms and crc
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 456b21e836d..abe1e10ac28 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1199,7 +1199,7 @@ end --------------------------------------------------- -- ---@src/devices/machine/ds2404.h,MACHINES["DS6417"] = true +--@src/devices/machine/ds6417.h,MACHINES["DS6417"] = true --------------------------------------------------- if (MACHINES["DS6417"]~=null) then |