diff options
author | 2020-05-16 20:49:54 +0200 | |
---|---|---|
committer | 2020-05-16 20:50:15 +0200 | |
commit | 4feb71b0a7d0dc967a7bac52fa9a890ac4855bd9 (patch) | |
tree | a27c9252422f209807848d0aca67648a8f93d9ce /scripts/src/machine.lua | |
parent | 79f08d5431b0ce3a3c177b54b2411a3a52f11f16 (diff) |
-unsp: Added DIVQ and extended BIT_OP opcodes. [Ryan Holtz]
Diffstat (limited to 'scripts/src/machine.lua')
-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 b758031f6e2..8e582b648a4 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2879,7 +2879,7 @@ end -- --@src/devices/machine/spg2xx.h,MACHINES["SPG2XX"] = true --@src/devices/machine/spg110.h,MACHINES["SPG2XX"] = true ---@src/devices/machine/sunplus_gpl16250soc.h,MACHINES["SPG2XX"] = true +--@src/devices/machine/generalplus_gpl16250soc.h,MACHINES["SPG2XX"] = true --------------------------------------------------- if (MACHINES["SPG2XX"]~=null) then |