diff options
| author | 2021-03-02 12:23:45 +0100 | |
|---|---|---|
| committer | 2021-03-02 12:24:01 +0100 | |
| commit | dd75841b96ec3a16e937ae970a986b87cc9c9ee2 (patch) | |
| tree | f0d50539de107d9c7fc5c980a5f76ccff878c7f5 /scripts/src | |
| parent | c89cbcd0e599d7baca6d294e451fcd4249b4a74e (diff) | |
machine.lua: correct applefdintf file pointer
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 4be35a2eaff..f0c97c133dc 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4614,7 +4614,7 @@ end --------------------------------------------------- -- ---@src/devices/machine/applefdc.h,MACHINES["APPLE_FDINTF"] = true +--@src/devices/machine/applefdintf.h,MACHINES["APPLE_FDINTF"] = true --------------------------------------------------- if (MACHINES["APPLE_FDINTF"]~=null) then files { |
