diff options
author | 2020-05-09 16:45:19 +0200 | |
---|---|---|
committer | 2020-05-09 16:45:45 +0200 | |
commit | 97879948c2b6e5800447b0255039d3176b6ad7ae (patch) | |
tree | 898c3050ca341c48ffc62c8010f57a86c3dfd1b7 /scripts/src | |
parent | 67e22e2477b2a62ffab157bb19ed26a7b5011ad1 (diff) |
6801: remove hack, the real cause of adam locking up at boot was fixed recently with TCSR_OCF clear (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 ff3315b13de..b758031f6e2 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2781,7 +2781,7 @@ end --------------------------------------------------- -- ---@src/devices/machine/scnxx562.h,MACHINES["SCN_PCI"] = true +--@src/devices/machine/scn_pci.h,MACHINES["SCN_PCI"] = true --------------------------------------------------- if (MACHINES["SCN_PCI"]~=null) then |