diff options
| author | 2018-06-21 19:53:45 -0400 | |
|---|---|---|
| committer | 2018-06-21 19:53:45 -0400 | |
| commit | 96bc593eaa81a3a92b27c78332ed8317fb4bfc2f (patch) | |
| tree | b9f27e440284ff94ad8975ec03b8b3997fe79ffa /scripts/src | |
| parent | ee604f445499591ff8c5252b248d1e269a791134 (diff) | |
Fix copy/paste mistake (nw)
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 15eae3e6f12..7f65e8ac024 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2256,7 +2256,7 @@ end --------------------------------------------------- -- ---@src/devices/machine/pla.h,MACHINES["PXA255"] = true +--@src/devices/machine/pxa255.h,MACHINES["PXA255"] = true --------------------------------------------------- if (MACHINES["PXA255"]~=null) then |
