diff --git a/Config/Games.xml b/Config/Games.xml index 748a1eb..bfeab72 100644 --- a/Config/Games.xml +++ b/Config/Games.xml @@ -1221,8 +1221,8 @@ Magical Truck Adventure - Sega Japan + Sega 1998 diff --git a/Src/OSD/SDL/Main.cpp b/Src/OSD/SDL/Main.cpp index def1ff0..e185a43 100644 --- a/Src/OSD/SDL/Main.cpp +++ b/Src/OSD/SDL/Main.cpp @@ -874,7 +874,7 @@ static void SuperSleepUntil(uint64_t target) ******************************************************************************/ #ifdef SUPERMODEL_DEBUGGER -int Supermodel(const Game &game, ROMSet *rom_set, IEmulator *Model3, CInputs *Inputs, COutputs *Outputs, IScripting* scripting, std::shared_ptr Debugger) +int Supermodel(const Game &game, ROMSet *rom_set, IEmulator *Model3, CInputs *Inputs, COutputs *Outputs, std::shared_ptr Debugger) { std::shared_ptr oldLogger; #else