diff options
author | 2023-06-19 09:41:20 -0400 | |
---|---|---|
committer | 2023-06-19 09:41:20 -0400 | |
commit | 89698e42d602fbadfe1e76bf14bfaeed9a07e46c (patch) | |
tree | 112d1d36344df59ff236f4f28c7632ff353d57a1 /scripts/src/cpu.lua | |
parent | 6ae5b93d903905174aeba0f03042e5bf7e39e1c2 (diff) |
cpu.lua: Correct name of header
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r-- | scripts/src/cpu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 4b52c2415e9..c860aa6441d 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -3836,7 +3836,7 @@ end -------------------------------------------------- -- SGS-Thomson ST9 ---@src/devices/cpu/st9/st9.h,CPUS["ST9"] = true +--@src/devices/cpu/st9/st905x.h,CPUS["ST9"] = true -------------------------------------------------- if CPUS["ST9"] then |