beardypig / ghidra-emotionengine

Ghidra Processor for the Play Station 2's Emotion Engine MIPS based CPU
Apache License 2.0
198 stars 35 forks source link

Ghidra 9.2 support #35

Closed VelocityRa closed 3 years ago

VelocityRa commented 3 years ago

Ghidra 9.2 released and trying to compile this results in the following error:

ghidra-emotionengine/src/main/java/ghidra/emotionengine/MipsR5900AddressAnalyzer.java:335: error: cannot find symbol
                                                          instr.getMinAddress().getAddressSpace().getBaseSpaceID(),
                                                                                                 ^
  symbol:   method getBaseSpaceID()
  location: interface AddressSpace