Iacob

Results 2 comments of Iacob

Start the game looping, the initial screen is shown ![looping](https://github.com/user-attachments/assets/ac215afc-ae41-49d9-95cc-761bdad67207) But got segment fault when starting the game ` Attempting load of mame.ini Parsing mame.ini Attempting load of mame.ini Parsing...

The build command is: >export CFLAGS="-DPTR64=1 -g" >export CXXFLAGS="-g" >export LDFLAGS="-L/usr/local/lib" >make SUBTARGET=tiny PTR64=1 DEBUG=0 USE_QTDEBUG=0 OVERRIDE_CC=clang-13 OVERRIDE_CXX='clang++-13' OVERRIDE_LD=lld-13 OVERRIDE_AR=llvm-ar-13 VERBOSE=1 Because loongson compiler doesn't support the -m64 option, so...