[ARM64] No build warnings or errors, core dumped upon running
Commodore 64, Atari XL/XE and NES debugger that works in real time.
Brought to you by:
slajerek
Hi there!
I've been trying to create a small C64 coding kit on the Raspberry Pi4B that's running Ubuntu 20.04LTS 64-bit.
I've managed to compile the program without any errors, but upon running it, there's a core dump-crash right after the program windows try to fire up.
I could be completely off the rails here, but also it'd be interesting to know if this thing could actually work in a aarch64/arm64 Linux environment. VICE's latest version (v3.4) works very well.
Attached is the summary of the compile and the warnings/errors + eventual core dump when launching.
:~/builds/C64-65XE/c64-debugger-code/MTEngine$ make -j4 MM -- Engine/Pool/CPool.o MM -- Engine/Pool/SYS_Pool.o MM -- Engine/libjson/_internal/Source/JSONWriter.o MM -- Engine/libjson/_internal/Source/internalJSONNode.o MM -- Engine/libjson/_internal/Source/JSONDebug.o MM -- Engine/libjson/_internal/Source/JSONWorker.o MM -- Engine/libjson/_internal/Source/JSONAllocator.o MM -- Engine/libjson/_internal/Source/JSONPreparse.o MM -- Engine/libjson/_internal/Source/JSONChildren.o MM -- Engine/libjson/_internal/Source/JSONStream.o MM -- Engine/libjson/_internal/Source/JSONNode.o MM -- Engine/libjson/_internal/Source/JSONValidator.o MM -- Engine/libjson/_internal/Source/JSONIterators.o MM -- Engine/libjson/_internal/Source/JSONNode_Mutex.o MM -- Engine/libjson/_internal/Source/JSONMemory.o MM -- Engine/Core/RES_ResourceManager.o MM -- Engine/Core/CByteBuffer.o MM -- Engine/Core/CSlrImageContainer.o MM -- Engine/Core/MTH_FixedPoint.o MM -- Engine/Core/CSlrFileFromMemory.o MM -- Engine/Core/CSlrImageMask2.o MM -- Engine/Core/CContinuousParamLinear.o MM -- Engine/Core/CSlrFontBitmap.o MM -- Engine/Core/CBitBuffer.o MM -- Engine/Core/SYS_PlatformGuiSettings.o MM -- Engine/Core/SYS_CommandLine.o MM -- Engine/Core/M_CSlrList.o MM -- Engine/Core/MTH_FastMath.o MM -- Engine/Core/SYS_PIPE.o MM -- Engine/Core/CConfigStorage.o MM -- Engine/Core/CSlrAnimationState.o MM -- Engine/Core/SYS_PauseResume.o MM -- Engine/Core/CSlrFont.o MM -- Engine/Core/CSlrFileMemory.o MM -- Engine/Core/CContinuousParamSin.o MM -- Engine/Core/CBufferOffsets.o MM -- Engine/Core/CSlrResourceBase.o MM -- Engine/Core/RES_DeployFile.o MM -- Engine/Core/COneTouchData.o MM -- Engine/Core/CSlrString.o MM -- Engine/Core/CSlrImageBase.o MM -- Engine/Core/CContinuousParamSinHalf.o MM -- Engine/Core/CContinuousParam.o MM -- Engine/Core/CImageData.o MM -- Engine/Core/SYS_KeyCodes.o MM -- Engine/Core/M_ColorSpaces.o MM -- Engine/Core/CSlrTextParser.o MM -- Engine/Core/CSlrDate.o MM -- Engine/Core/CSlrTexture.o MM -- Engine/Core/CSlrKeyboardShortcuts.o MM -- Engine/Core/CSlrDataAdapter.o MM -- Engine/Core/GFX_WriteImage.o MM -- Engine/Core/CSlrImageTexture.o MM -- Engine/Core/SYS_Threading.o MM -- Engine/Core/CSlrFile.o MM -- Engine/Core/CSlrFontProportional.o MM -- Engine/Core/CSlrFileZlib.o MM -- Engine/Core/CSlrAnimation.o MM -- Engine/Core/SYS_Funct.o MM -- Engine/Core/CContinuousParamBezier.o MM -- Engine/Core/SYS_Main.o MM -- Engine/Core/MTH_Random.o MM -- Engine/Core/VID_ImageBinding.o MM -- Engine/Audio/CAudioChannel.o MM -- Engine/Audio/CAudioChannelMusicPlayer.o MM -- Engine/Audio/SND_Main.o MM -- Engine/Audio/CAudioChannelBusInt.o MM -- Engine/Audio/WAV/SND_WavReader.o MM -- Engine/Audio/CSlrMusicFile.o MM -- Engine/Audio/CAudioChannelBusFloat.o MM -- Engine/Audio/CMusicChannel.o MM -- Engine/Audio/CSlrMusicSwitcher.o MM -- Engine/Audio/CSlrMusicFileOgg.o MM -- Engine/Funct/FUN_IntervalTree.o MM -- Engine/Funct/ImageProcessing/CImageKernel.o MM -- Engine/Funct/ImageProcessing/IMG_SimpleSegmentation.o MM -- Engine/Funct/ImageProcessing/IMG_Scale.o MM -- Engine/Funct/ImageProcessing/resampler/resampler.o MM -- Engine/Funct/ImageProcessing/IMG_HoughLines.o MM -- Engine/Funct/ImageProcessing/IMG_Filters.o MM -- Engine/Funct/DataTable/FUN_CSVParser.o MM -- Engine/Funct/DataTable/CDataTable.o MM -- Engine/Funct/DataTable/CGuiViewDataTable.o MM -- Engine/mtrand/MTH_MTRand.o MM -- Engine/mtrand/mtrand.o MM -- Engine/Embedded/RES_Embedded.o MM -- Engine/GUI/CGuiMain.o MM -- Engine/GUI/Controls/CGuiElement.o MM -- Engine/GUI/Controls/CGuiListTree.o MM -- Engine/GUI/Controls/CGuiViewMessageBox.o MM -- Engine/GUI/Controls/CGuiButtonSwitch.o MM -- Engine/GUI/Controls/CGuiBackground.o MM -- Engine/GUI/Controls/CGuiView.o MM -- Engine/GUI/Controls/CGuiEditHex.o MM -- Engine/GUI/Controls/CGuiViewSaveFile.o MM -- Engine/GUI/Controls/CGuiViewList.o MM -- Engine/GUI/Controls/CGuiList.o MM -- Engine/GUI/Controls/CGuiButton.o MM -- Engine/GUI/Controls/CGuiSlider.o MM -- Engine/GUI/Controls/CGuiViewHorizontalScroll.o MM -- Engine/GUI/Controls/CGuiViewWindowsManager.o MM -- Engine/GUI/Controls/CGuiWindow.o MM -- Engine/GUI/Controls/CGuiEditBoxInt.o MM -- Engine/GUI/Controls/CGuiLabel.o MM -- Engine/GUI/Controls/CGuiRichTextLabel.o MM -- Engine/GUI/Controls/CGuiRadio.o MM -- Engine/GUI/Controls/CGuiViewEditWithTitle.o MM -- Engine/GUI/Controls/CGuiButtonText.o MM -- Engine/GUI/Controls/CGuiEditBoxText.o MM -- Engine/GUI/Controls/CGuiViewSelectFile.o MM -- Engine/GUI/Controls/CGuiViewNumKeys.o MM -- Engine/GUI/Controls/CGuiEditBoxHex.o MM -- Engine/GUI/Controls/CGuiViewMenu.o MM -- Engine/GUI/Controls/CGuiButtonMenu.o MM -- Engine/GUI/Controls/CGuiEditBoxFloat.o MM -- Engine/GUI/Controls/CGuiViewFrame.o MM -- Engine/GUI/Controls/CGuiViewSplit4.o MM -- Engine/GUI/Controls/CGuiViewFade.o MM -- Engine/GUI/Controls/CGuiTheme.o MM -- Engine/GUI/Controls/CGuiViewVerticalScroll.o MM -- Engine/GUI/Controls/CGuiViewSelectFolder.o MM -- Engine/GUI/Controls/CGuiViewToolBox.o MM -- Engine/GUI/Helpers/ResourceManager/CGuiViewBaseResourceManager.o MM -- Engine/GUI/Helpers/ResourceManager/CGuiViewResourceManager.o MM -- Engine/GUI/Helpers/CGuiViewConsole.o MM -- Engine/GUI/Helpers/CGuiViewDummy.o MM -- Engine/GUI/Helpers/LoadingScreen/CGuiViewLoadingScreen.o MM -- Engine/GUI/Helpers/LoadingScreen/CGuiViewBaseLoadingScreen.o MM -- Engine/GUI/Helpers/GUI_Debug.o MM -- Games/Plugins/C64DebuggerPluginDummy.o MM -- Games/Plugins/C64D_InitPlugins.o MM -- Games/c64/Screens/CViewKeyboardShortcuts.o MM -- Games/c64/Screens/CViewColodore.o MM -- Games/c64/Screens/CViewAbout.o MM -- Games/c64/Screens/CViewSnapshots.o MM -- Games/c64/Screens/CViewMainMenu.o MM -- Games/c64/Screens/CViewFileD64.o MM -- Games/c64/Screens/VicEditor/CVicEditorLayerImage.o MM -- Games/c64/Screens/VicEditor/CViewC64Sprite.o MM -- Games/c64/Screens/VicEditor/CVicEditorTool.o MM -- Games/c64/Screens/VicEditor/CViewC64Charset.o MM -- Games/c64/Screens/VicEditor/CViewVicEditor.o MM -- Games/c64/Screens/VicEditor/CViewVicEditorCreateNewPicture.o MM -- Games/c64/Screens/VicEditor/CVicEditorLayerUnrestrictedBitmap.o MM -- Games/c64/Screens/VicEditor/CVicEditorLayer.o MM -- Games/c64/Screens/VicEditor/CViewVicEditorDisplayPreview.o MM -- Games/c64/Screens/VicEditor/CViewVicEditorLayers.o MM -- Games/c64/Screens/VicEditor/C64DisplayListCodeGenerator.o MM -- Games/c64/Screens/VicEditor/CVicEditorLayerVirtualSprites.o MM -- Games/c64/Screens/VicEditor/CVicEditorLayerC64Screen.o MM -- Games/c64/Screens/VicEditor/CVicEditorLayerC64Sprites.o MM -- Games/c64/Screens/VicEditor/CViewC64Palette.o MM -- Games/c64/Screens/VicEditor/CVicEditorLayerC64Canvas.o MM -- Games/c64/Screens/VicEditor/CVicEditorUndoData.o MM -- Games/c64/Screens/CViewBreakpoints.o MM -- Games/c64/Screens/CViewC64.o MM -- Games/c64/Screens/CViewSettingsMenu.o MM -- Games/c64/Screens/CViewC64KeyMap.o MM -- Games/c64/DebugInterface/CDebuggerEmulatorPlugin.o MM -- Games/c64/DebugInterface/INT_BinaryProtocol.o MM -- Games/c64/DebugInterface/C64DebugInterface.o MM -- Games/c64/DebugInterface/CDebuggerBreakpoints.o MM -- Games/c64/DebugInterface/CDebugInterface.o MM -- Games/c64/DebugInterface/CDebuggerAPI.o MM -- Games/c64/Tools/C64Palette.o MM -- Games/c64/Tools/C64SharedMemory.o MM -- Games/c64/Tools/C64SIDFrequencies.o MM -- Games/c64/Tools/C64FileDataAdapter.o MM -- Games/c64/Tools/CDiskImageD64.o MM -- Games/c64/Tools/C64ColodoreScreen.o MM -- Games/c64/Tools/C64Symbols.o MM -- Games/c64/Tools/C64KeyboardShortcuts.o MM -- Games/c64/Tools/CSnapshotsManager.o MM -- Games/c64/Tools/C64KeyMap.o MM -- Games/c64/Tools/C64AsmSourceSymbols.o MM -- Games/c64/Tools/C64Tools.o MM -- Games/c64/Tools/C64CommandLine.o MM -- Games/c64/Tools/C64SettingsStorage.o MM -- Games/c64/Tools/CGuiLockableList.o MM -- Games/c64/Views/CViewC64StateVIC.o MM -- Games/c64/Views/CViewDrive1541StateVIA.o MM -- Games/c64/Views/CViewC64ScreenWrapper.o MM -- Games/c64/Views/CViewBaseStateCPU.o MM -- Games/c64/Views/CViewC64StateREU.o MM -- Games/c64/Views/CViewNesStateCPU.o MM -- Games/c64/Views/CViewC64Screen.o MM -- Games/c64/Views/CViewC64StateCPU.o MM -- Games/c64/Views/CViewDisassemble.o MM -- Games/c64/Views/CViewNesScreen.o MM -- Games/c64/Views/CViewC64AllGraphics.o MM -- Games/c64/Views/CViewEmulationState.o MM -- Games/c64/Views/CViewAtariStateANTIC.o MM -- Games/c64/Views/CViewSourceCode.o MM -- Games/c64/Views/CViewDataDump.o MM -- Games/c64/Views/CViewMonitorConsole.o MM -- Games/c64/Views/CViewAtariStateGTIA.o MM -- Games/c64/Views/CViewC64StateCIA.o MM -- Games/c64/Views/CViewC64StateSID.o MM -- Games/c64/Views/CViewMemoryMap.o MM -- Games/c64/Views/JukeboxPlaylist/CJukeboxPlaylist.o MM -- Games/c64/Views/JukeboxPlaylist/CViewJukeboxPlaylist.o MM -- Games/c64/Views/CViewAtariStatePIA.o MM -- Games/c64/Views/CViewTimeline.o MM -- Games/c64/Views/CViewDataWatch.o MM -- Games/c64/Views/CViewC64SpritesSheet.o MM -- Games/c64/Views/CViewAtariStateCPU.o MM -- Games/c64/Views/CViewAtariStatePOKEY.o MM -- Games/c64/Views/CViewEmulationCounters.o MM -- Games/c64/Views/CViewDriveStateCPU.o MM -- Games/c64/Views/VicDisplay/C64VicDisplayCanvasBlank.o MM -- Games/c64/Views/VicDisplay/C64VicDisplayCanvasHiresBitmap.o MM -- Games/c64/Views/VicDisplay/C64CharMulti.o MM -- Games/c64/Views/VicDisplay/C64SpriteHires.o MM -- Games/c64/Views/VicDisplay/C64VicDisplayCanvas.o MM -- Games/c64/Views/VicDisplay/C64Sprite.o MM -- Games/c64/Views/VicDisplay/C64CharsetHires.o MM -- Games/c64/Views/VicDisplay/C64VicDisplayCanvasMultiText.o MM -- Games/c64/Views/VicDisplay/CViewC64VicControl.o MM -- Games/c64/Views/VicDisplay/C64SpriteMulti.o MM -- Games/c64/Views/VicDisplay/C64VicDisplayCanvasExtendedText.o MM -- Games/c64/Views/VicDisplay/C64VicDisplayCanvasMultiBitmap.o MM -- Games/c64/Views/VicDisplay/C64Bitmap.o MM -- Games/c64/Views/VicDisplay/C64VicDisplayCanvasHiresText.o MM -- Games/c64/Views/VicDisplay/C64CharHires.o MM -- Games/c64/Views/VicDisplay/CViewC64VicDisplay.o MM -- Games/c64/Views/CViewAtariScreen.o MM -- Games/c64/Views/CViewC64EmulationCounters.o MM -- Games/c64/Emulators/nestopiaue/NestopiaInterface/NesWrapper.o MM -- Games/c64/Emulators/nestopiaue/NestopiaInterface/CNesAudioChannel.o MM -- Games/c64/Emulators/nestopiaue/NestopiaInterface/NesDataAdapters.o MM -- Games/c64/Emulators/nestopiaue/NestopiaInterface/NesDebugInterface.o MM -- Games/c64/Emulators/atari800/AtariInterface/AtariDebugInterface.o MM -- Games/c64/Emulators/atari800/AtariInterface/CAtariAudioChannel.o MM -- Games/c64/Emulators/atari800/AtariInterface/AtariDataAdapters.o MM -- Games/c64/Emulators/atari800/AtariInterface/AtariWrapper.o MM -- Games/c64/Emulators/vice/ViceInterface/C64DataAdaptersVice.o MM -- Games/c64/Emulators/vice/ViceInterface/ViceLogWrapper.o MM -- Games/c64/Emulators/vice/ViceInterface/C64DebugInterfaceVice.o MM -- Games/c64/Emulators/vice/ViceInterface/CViceAudioChannel.o MM -- Games/c64/Emulators/vice/ViceInterface/ViceWrapper.o MM -- Games/c64/Layout/CColorsTheme.o MM -- Linux/CSlrFileFromResources.o MM -- Linux/SYS_SharedMemory.o MM -- Linux/CSlrFileFromDocuments.o MM -- Linux/SYS_Accelerometer.o MM -- Linux/CSlrFileFromTemp.o MM -- Linux/CSlrFontSystem.o MM -- Linux/SYS_Memory.o MM -- Linux/SYS_CFileSystem.o MM -- Linux/CSlrFileFromOS.o CC -- Engine/libpng/pngrutil.o CC -- Engine/libpng/pngwtran.o CC -- Engine/libpng/pngmem.o CC -- Engine/libpng/pngrio.o CC -- Engine/libpng/pngtrans.o CC -- Engine/libpng/png.o CC -- Engine/libpng/pngwio.o CC -- Engine/libpng/pngerror.o CC -- Engine/libpng/pngrtran.o CC -- Engine/libpng/pngset.o CC -- Engine/libpng/pngwrite.o CC -- Engine/libpng/pngpread.o CC -- Engine/libpng/pngread.o CC -- Engine/libpng/pngget.o CC -- Engine/libpng/pngwutil.o CC -- Engine/minizip/unzip.o CC -- Engine/minizip/mztools.o CC -- Engine/minizip/zip.o CC -- Engine/minizip/ioapi.o CC -- Engine/Funct/ImageProcessing/stb_image/stb_image.o CC -- Engine/jpeg/jpeg-9a/wrgif.o CC -- Engine/jpeg/jpeg-9a/jctrans.o CC -- Engine/jpeg/jpeg-9a/rdtarga.o CC -- Engine/jpeg/jpeg-9a/jaricom.o CC -- Engine/jpeg/jpeg-9a/cdjpeg.o CC -- Engine/jpeg/jpeg-9a/jdsample.o CC -- Engine/jpeg/jpeg-9a/wrbmp.o CC -- Engine/jpeg/jpeg-9a/jfdctfst.o CC -- Engine/jpeg/jpeg-9a/jquant2.o CC -- Engine/jpeg/jpeg-9a/jcomapi.o CC -- Engine/jpeg/jpeg-9a/jdmainct.o CC -- Engine/jpeg/jpeg-9a/rdswitch.o CC -- Engine/jpeg/jpeg-9a/jdtrans.o CC -- Engine/jpeg/jpeg-9a/jdapistd.o CC -- Engine/jpeg/jpeg-9a/jcarith.o CC -- Engine/jpeg/jpeg-9a/jdpostct.o CC -- Engine/jpeg/jpeg-9a/wrrle.o CC -- Engine/jpeg/jpeg-9a/jcapimin.o CC -- Engine/jpeg/jpeg-9a/jcmaster.o CC -- Engine/jpeg/jpeg-9a/jcinit.o CC -- Engine/jpeg/jpeg-9a/rdppm.o CC -- Engine/jpeg/jpeg-9a/jdmarker.o CC -- Engine/jpeg/jpeg-9a/jdarith.o CC -- Engine/jpeg/jpeg-9a/jfdctflt.o CC -- Engine/jpeg/jpeg-9a/jcdctmgr.o CC -- Engine/jpeg/jpeg-9a/jutils.o CC -- Engine/jpeg/jpeg-9a/jmemansi.o CC -- Engine/jpeg/jpeg-9a/transupp.o CC -- Engine/jpeg/jpeg-9a/jccoefct.o CC -- Engine/jpeg/jpeg-9a/rdgif.o CC -- Engine/jpeg/jpeg-9a/jdhuff.o CC -- Engine/jpeg/jpeg-9a/jdinput.o CC -- Engine/jpeg/jpeg-9a/jcparam.o CC -- Engine/jpeg/jpeg-9a/jerror.o CC -- Engine/jpeg/jpeg-9a/jchuff.o CC -- Engine/jpeg/jpeg-9a/jdatadst.o CC -- Engine/jpeg/jpeg-9a/jidctint.o CC -- Engine/jpeg/jpeg-9a/jddctmgr.o CC -- Engine/jpeg/jpeg-9a/jcmainct.o CC -- Engine/jpeg/jpeg-9a/jdapimin.o CC -- Engine/jpeg/jpeg-9a/jcprepct.o CC -- Engine/jpeg/jpeg-9a/jfdctint.o CC -- Engine/jpeg/jpeg-9a/jdmaster.o CC -- Engine/jpeg/jpeg-9a/jdatasrc.o CC -- Engine/jpeg/jpeg-9a/jdcoefct.o CC -- Engine/jpeg/jpeg-9a/wrppm.o CC -- Engine/jpeg/jpeg-9a/jmemmgr.o CC -- Engine/jpeg/jpeg-9a/jdcolor.o CC -- Engine/jpeg/jpeg-9a/rdcolmap.o CC -- Engine/jpeg/jpeg-9a/wrtarga.o CC -- Engine/jpeg/jpeg-9a/jdmerge.o CC -- Engine/jpeg/jpeg-9a/rdrle.o CC -- Engine/jpeg/jpeg-9a/jcapistd.o CC -- Engine/jpeg/jpeg-9a/jcsample.o CC -- Engine/jpeg/jpeg-9a/jidctfst.o CC -- Engine/jpeg/jpeg-9a/jquant1.o CC -- Engine/jpeg/jpeg-9a/jccolor.o CC -- Engine/jpeg/jpeg-9a/jcmarker.o CC -- Engine/jpeg/jpeg-9a/jidctflt.o CC -- Engine/jpeg/jpeg-9a/rdbmp.o CC -- Engine/Tremor/mdct.o CC -- Engine/Tremor/Ogg/framing.o CC -- Engine/Tremor/Ogg/bitwise.o CC -- Engine/Tremor/mapping0.o CC -- Engine/Tremor/vorbisfile.o CC -- Engine/Tremor/registry.o CC -- Engine/Tremor/codebook.o CC -- Engine/Tremor/info.o CC -- Engine/Tremor/res012.o CC -- Engine/Tremor/block.o CC -- Engine/Tremor/sharedbook.o CC -- Engine/Tremor/window.o CC -- Engine/Tremor/synthesis.o CC -- Engine/Tremor/floor1.o CC -- Engine/Tremor/floor0.o CC -- Engine/zlib/gzclose.o CC -- Engine/zlib/gzlib.o CC -- Engine/zlib/uncompr.o CC -- Engine/zlib/zutil.o CC -- Engine/zlib/inffast.o CC -- Engine/zlib/gzread.o CC -- Engine/zlib/adler32.o CC -- Engine/zlib/gzwrite.o CC -- Engine/zlib/inflate.o CC -- Engine/zlib/infback.o CC -- Engine/zlib/trees.o CC -- Engine/zlib/crc32.o CC -- Engine/zlib/deflate.o CC -- Engine/zlib/inftrees.o CC -- Engine/zlib/compress.o CC -- Games/c64/Tools/exomizer/exomizer-chunkpool.o CC -- Games/c64/Tools/exomizer/exomizer-optimal.o CC -- Games/c64/Tools/exomizer/exomizer-sfx64ne.o CC -- Games/c64/Tools/exomizer/exomizer-radix.o CC -- Games/c64/Tools/exomizer/exomizer-search.o CC -- Games/c64/Tools/exomizer/exomizer-match.o CC -- Games/c64/Tools/exomizer/exomizer.o CC -- Games/c64/Tools/exomizer/exomizer-output.o CC -- Games/c64/Tools/64tass/64tass-encoding.o CC -- Games/c64/Tools/64tass/64tass-misc.o CC -- Games/c64/Tools/64tass/64tass-eval.o CC -- Games/c64/Tools/64tass/64tass-ternary.o CC -- Games/c64/Tools/64tass/64tass.o CC -- Games/c64/Tools/64tass/64tass-error.o CC -- Games/c64/Tools/64tass/64tass-section.o CC -- Games/c64/Tools/64tass/64tass-my_getopt.o CC -- Games/c64/Tools/64tass/64tass-avl.o CC -- Games/c64/Tools/64tass/64tass-opcodes.o CC -- Games/c64/Emulators/atari800/pokeyrec.o CC -- Games/c64/Emulators/atari800/votrax.o CC -- Games/c64/Emulators/atari800/a-ui.o CC -- Games/c64/Emulators/atari800/sndsave.o CC -- Games/c64/Emulators/atari800/rtime.o CC -- Games/c64/Emulators/atari800/colours_external.o CC -- Games/c64/Emulators/atari800/pbi_mio.o CC -- Games/c64/Emulators/atari800/devices.o CC -- Games/c64/Emulators/atari800/mzpokeysnd.o CC -- Games/c64/Emulators/atari800/cycle_map.o CC -- Games/c64/Emulators/atari800/a-log.o CC -- Games/c64/Emulators/atari800/pbi_xld.o CC -- Games/c64/Emulators/atari800/xep80.o CC -- Games/c64/Emulators/atari800/votraxsnd.o CC -- Games/c64/Emulators/atari800/atari.o CC -- Games/c64/Emulators/atari800/af80.o CC -- Games/c64/Emulators/atari800/ui_basic.o CC -- Games/c64/Emulators/atari800/a-crc32.o CC -- Games/c64/Emulators/atari800/cpu.o CC -- Games/c64/Emulators/atari800/pokey.o CC -- Games/c64/Emulators/atari800/colours_ntsc.o CC -- Games/c64/Emulators/atari800/pbi.o CC -- Games/c64/Emulators/atari800/a-monitor.o CC -- Games/c64/Emulators/atari800/colours.o CC -- Games/c64/Emulators/atari800/gtia.o CC -- Games/c64/Emulators/atari800/voicebox.o CC -- Games/c64/Emulators/atari800/bit3.o CC -- Games/c64/Emulators/atari800/antic.o CC -- Games/c64/Emulators/atari800/atari_ntsc/atari_ntsc.o CC -- Games/c64/Emulators/atari800/cfg.o CC -- Games/c64/Emulators/atari800/a-cartridge.o CC -- Games/c64/Emulators/atari800/ide.o CC -- Games/c64/Emulators/atari800/pbi_scsi.o CC -- Games/c64/Emulators/atari800/esc.o CC -- Games/c64/Emulators/atari800/pokeysnd.o CC -- Games/c64/Emulators/atari800/pbi_proto80.o CC -- Games/c64/Emulators/atari800/screen.o CC -- Games/c64/Emulators/atari800/a-sound.o CC -- Games/c64/Emulators/atari800/sysrom.o CC -- Games/c64/Emulators/atari800/sio.o CC -- Games/c64/Emulators/atari800/statesav.o CC -- Games/c64/Emulators/atari800/a-util.o CC -- Games/c64/Emulators/atari800/binload.o CC -- Games/c64/Emulators/atari800/compfile.o CC -- Games/c64/Emulators/atari800/filter_ntsc.o CC -- Games/c64/Emulators/atari800/artifact.o CC -- Games/c64/Emulators/atari800/emuos.o CC -- Games/c64/Emulators/atari800/remez.o CC -- Games/c64/Emulators/atari800/videomode.o CC -- Games/c64/Emulators/atari800/xep80_fonts.o CC -- Games/c64/Emulators/atari800/colours_pal.o CC -- Games/c64/Emulators/atari800/cassette.o CC -- Games/c64/Emulators/atari800/pia.o CC -- Games/c64/Emulators/atari800/memory.o CC -- Games/c64/Emulators/atari800/sdl/a-palette.o CC -- Games/c64/Emulators/atari800/sdl/a-init.o CC -- Games/c64/Emulators/atari800/sdl/a-video_gl.o CC -- Games/c64/Emulators/atari800/sdl/a-main.o CC -- Games/c64/Emulators/atari800/sdl/a-video.o CC -- Games/c64/Emulators/atari800/sdl/a-sdl-sound.o CC -- Games/c64/Emulators/atari800/sdl/a-input.o CC -- Games/c64/Emulators/atari800/sdl/a-video_sw.o CC -- Games/c64/Emulators/atari800/pbi_bb.o CC -- Games/c64/Emulators/atari800/roms/altirra_basic.o CC -- Games/c64/Emulators/atari800/roms/altirra_5200_os.o CC -- Games/c64/Emulators/atari800/roms/altirraos_xl.o CC -- Games/c64/Emulators/atari800/roms/altirraos_800.o CC -- Games/c64/Emulators/atari800/afile.o CC -- Games/c64/Emulators/atari800/input.o CC -- Games/c64/Emulators/atari800/pal_blending.o CC -- Games/c64/Emulators/atari800/img_tape.o CC -- Games/c64/Emulators/vice/video/render1x2crt.o CC -- Games/c64/Emulators/vice/video/render1x1ntsc.o CC -- Games/c64/Emulators/vice/video/render1x1pal.o CC -- Games/c64/Emulators/vice/video/render2x2crt.o CC -- Games/c64/Emulators/vice/video/renderyuv.o CC -- Games/c64/Emulators/vice/video/video-viewport.o CC -- Games/c64/Emulators/vice/video/video-render-crt.o CC -- Games/c64/Emulators/vice/video/render1x1.o CC -- Games/c64/Emulators/vice/video/video-render-pal.o CC -- Games/c64/Emulators/vice/video/render2x4.o CC -- Games/c64/Emulators/vice/video/video-resources.o CC -- Games/c64/Emulators/vice/video/render2x2ntsc.o CC -- Games/c64/Emulators/vice/video/render1x2.o CC -- Games/c64/Emulators/vice/video/render2x2pal.o CC -- Games/c64/Emulators/vice/video/video-render-2x2.o CC -- Games/c64/Emulators/vice/video/video-cmdline-options.o CC -- Games/c64/Emulators/vice/video/render2x2.o CC -- Games/c64/Emulators/vice/video/video-canvas.o CC -- Games/c64/Emulators/vice/video/video-render.o CC -- Games/c64/Emulators/vice/video/render2x4crt.o CC -- Games/c64/Emulators/vice/video/render1x1crt.o CC -- Games/c64/Emulators/vice/video/video-sound.o CC -- Games/c64/Emulators/vice/video/renderscale2x.o CC -- Games/c64/Emulators/vice/video/video-color.o CC -- Games/c64/Emulators/vice/video/video-render-1x2.o CC -- Games/c64/Emulators/vice/tapeport/tape_diag_586220_harness.o CC -- Games/c64/Emulators/vice/tapeport/sense-dongle.o CC -- Games/c64/Emulators/vice/tapeport/tapeport.o CC -- Games/c64/Emulators/vice/tapeport/dtl-basic-dongle.o CC -- Games/c64/Emulators/vice/tapeport/tapelog.o CC -- Games/c64/Emulators/vice/tapeport/cp-clockf83.o CC -- Games/c64/Emulators/vice/arch/menu_tfe.o CC -- Games/c64/Emulators/vice/arch/menu_c64_common_expansions.o CC -- Games/c64/Emulators/vice/arch/joy.o CC -- Games/c64/Emulators/vice/arch/console.o CC -- Games/c64/Emulators/vice/arch/menu_c64model.o CC -- Games/c64/Emulators/vice/arch/fullscreen.o CC -- Games/c64/Emulators/vice/arch/uipoll.o CC -- Games/c64/Emulators/vice/arch/catweaselmkiii.o CC -- Games/c64/Emulators/vice/arch/lightpendrv.o CC -- Games/c64/Emulators/vice/arch/mousedrv.o CC -- Games/c64/Emulators/vice/arch/menu_drive.o CC -- Games/c64/Emulators/vice/arch/kbd.o CC -- Games/c64/Emulators/vice/arch/uifilereq.o CC -- Games/c64/Emulators/vice/arch/blockdev.o CC -- Games/c64/Emulators/vice/arch/uimenu.o CC -- Games/c64/Emulators/vice/arch/menu_common.o CC -- Games/c64/Emulators/vice/arch/uicmdline.o CC -- Games/c64/Emulators/vice/arch/rawnetarch.o CC -- Games/c64/Emulators/vice/arch/menu_c64cart.o CC -- Games/c64/Emulators/vice/arch/menu_help.o CC -- Games/c64/Emulators/vice/arch/menu_speed.o CC -- Games/c64/Emulators/vice/arch/menu_drive_rom.o CC -- Games/c64/Emulators/vice/arch/signals.o CC -- Games/c64/Emulators/vice/arch/menu_sid.o CC -- Games/c64/Emulators/vice/arch/menu_mouse.o CC -- Games/c64/Emulators/vice/arch/parsid.o CC -- Games/c64/Emulators/vice/arch/menu_ram.o CC -- Games/c64/Emulators/vice/arch/menu_screenshot.o CC -- Games/c64/Emulators/vice/arch/uipause.o CC -- Games/c64/Emulators/vice/arch/menu_vic20cart.o CC -- Games/c64/Emulators/vice/arch/menu_reset.o CC -- Games/c64/Emulators/vice/arch/rs232.o CC -- Games/c64/Emulators/vice/arch/menu_network.o CC -- Games/c64/Emulators/vice/arch/rs232net.o CC -- Games/c64/Emulators/vice/arch/uihotkey.o CC -- Games/c64/Emulators/vice/arch/menu_lightpen.o CC -- Games/c64/Emulators/vice/arch/uistatusbar.o CC -- Games/c64/Emulators/vice/arch/menu_c64_expansions.o CC -- Games/c64/Emulators/vice/arch/coproc.o CC -- Games/c64/Emulators/vice/arch/menu_vic20hw.o CC -- Games/c64/Emulators/vice/arch/menu_debug.o CC -- Games/c64/Emulators/vice/arch/sdlmain.o CC -- Games/c64/Emulators/vice/arch/menu_joystick.o CC -- Games/c64/Emulators/vice/arch/menu_video.o CC -- Games/c64/Emulators/vice/arch/menu_printer.o CC -- Games/c64/Emulators/vice/arch/menu_tape.o CC -- Games/c64/Emulators/vice/arch/menu_sound.o CC -- Games/c64/Emulators/vice/arch/menu_rs232.o CC -- Games/c64/Emulators/vice/arch/vkbd.o CC -- Games/c64/Emulators/vice/arch/dynlib.o CC -- Games/c64/Emulators/vice/arch/menu_ffmpeg.o CC -- Games/c64/Emulators/vice/arch/video.o CC -- Games/c64/Emulators/vice/arch/menu_midi.o CC -- Games/c64/Emulators/vice/arch/menu_rom.o CC -- Games/c64/Emulators/vice/arch/menu_snapshot.o CC -- Games/c64/Emulators/vice/arch/uimsgbox.o CC -- Games/c64/Emulators/vice/arch/rs232dev.o CC -- Games/c64/Emulators/vice/arch/hardsid.o CC -- Games/c64/Emulators/vice/arch/uimon.o CC -- Games/c64/Emulators/vice/arch/menu_settings.o CC -- Games/c64/Emulators/vice/arch/vsyncarch.o CC -- Games/c64/Emulators/vice/arch/x64sc_ui.o CC -- Games/c64/Emulators/vice/arch/ui.o CC -- Games/c64/Emulators/vice/arch/menu_c64hw.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/doodledrv.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/pcxdrv.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/gifdrv.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/bmpdrv.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/jpegdrv.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/koaladrv.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/ppmdrv.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/nativedrv.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/gfxoutput.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/godotdrv.o CC -- Games/c64/Emulators/vice/gfxoutputdrv/iffdrv.o CC -- Games/c64/Emulators/vice/drive/drivesync.o CC -- Games/c64/Emulators/vice/drive/driverom.o CC -- Games/c64/Emulators/vice/drive/drive-check.o CC -- Games/c64/Emulators/vice/drive/drivecpu.o CC -- Games/c64/Emulators/vice/drive/drivemem.o CC -- Games/c64/Emulators/vice/drive/drive.o CC -- Games/c64/Emulators/vice/drive/iecieee/iecieee.o CC -- Games/c64/Emulators/vice/drive/iecieee/via2d.o CC -- Games/c64/Emulators/vice/drive/drive-resources.o CC -- Games/c64/Emulators/vice/drive/ieee/memieee.o CC -- Games/c64/Emulators/vice/drive/ieee/fdc.o CC -- Games/c64/Emulators/vice/drive/ieee/ieeerom.o CC -- Games/c64/Emulators/vice/drive/ieee/riot1d.o CC -- Games/c64/Emulators/vice/drive/ieee/riot2d.o CC -- Games/c64/Emulators/vice/drive/ieee/ieee.o CC -- Games/c64/Emulators/vice/drive/ieee/via1d2031.o CC -- Games/c64/Emulators/vice/drive/ieee/ieee-resources.o CC -- Games/c64/Emulators/vice/drive/ieee/ieee-cmdline-options.o CC -- Games/c64/Emulators/vice/drive/drive-writeprotect.o CC -- Games/c64/Emulators/vice/drive/rotation.o CC -- Games/c64/Emulators/vice/drive/drive-cmdline-options.o CC -- Games/c64/Emulators/vice/drive/drivecpu65c02.o CC -- Games/c64/Emulators/vice/drive/iec/fdd.o CC -- Games/c64/Emulators/vice/drive/iec/iec-cmdline-options.o CC -- Games/c64/Emulators/vice/drive/iec/pc8477.o CC -- Games/c64/Emulators/vice/drive/iec/glue1571.o CC -- Games/c64/Emulators/vice/drive/iec/via4000.o CC -- Games/c64/Emulators/vice/drive/iec/wd1770.o CC -- Games/c64/Emulators/vice/drive/iec/memiec.o CC -- Games/c64/Emulators/vice/drive/iec/iecrom.o CC -- Games/c64/Emulators/vice/drive/iec/iec.o CC -- Games/c64/Emulators/vice/drive/iec/via1d1541.o CC -- Games/c64/Emulators/vice/drive/iec/c64exp/c64exp-resources.o CC -- Games/c64/Emulators/vice/drive/iec/c64exp/c64exp-cmdline-options.o CC -- Games/c64/Emulators/vice/drive/iec/c64exp/supercard.o CC -- Games/c64/Emulators/vice/drive/iec/c64exp/dolphindos3.o CC -- Games/c64/Emulators/vice/drive/iec/c64exp/profdos.o CC -- Games/c64/Emulators/vice/drive/iec/c64exp/stardos-exp.o CC -- Games/c64/Emulators/vice/drive/iec/c64exp/iec-c64exp.o CC -- Games/c64/Emulators/vice/drive/iec/cia1581d.o CC -- Games/c64/Emulators/vice/drive/iec/cia1571d.o CC -- Games/c64/Emulators/vice/drive/iec/iec-resources.o CC -- Games/c64/Emulators/vice/drive/drive-snapshot.o CC -- Games/c64/Emulators/vice/drive/driveimage.o CC -- Games/c64/Emulators/vice/drive/tcbm/tpid.o CC -- Games/c64/Emulators/vice/drive/drive-overflow.o CC -- Games/c64/Emulators/vice/drive/drive-sound.o CC -- Games/c64/Emulators/vice/sid/sid-snapshot.o CC -- Games/c64/Emulators/vice/sid/sid.o CC -- Games/c64/Emulators/vice/sid/sid-resources.o CC -- Games/c64/Emulators/vice/sid/sid-cmdline-options.o CC -- Games/c64/Emulators/vice/sid/fastsid.o CC -- Games/c64/Emulators/vice/fileio/p00.o CC -- Games/c64/Emulators/vice/fileio/fileio.o CC -- Games/c64/Emulators/vice/fileio/cbmfile.o CC -- Games/c64/Emulators/vice/diskimage/rawimage.o CC -- Games/c64/Emulators/vice/diskimage/diskimage.o CC -- Games/c64/Emulators/vice/diskimage/fsimage-check.o CC -- Games/c64/Emulators/vice/diskimage/fsimage-create.o CC -- Games/c64/Emulators/vice/diskimage/fsimage-p64.o CC -- Games/c64/Emulators/vice/diskimage/fsimage.o CC -- Games/c64/Emulators/vice/diskimage/fsimage-probe.o CC -- Games/c64/Emulators/vice/diskimage/fsimage-dxx.o CC -- Games/c64/Emulators/vice/diskimage/fsimage-gcr.o CC -- Games/c64/Emulators/vice/root/screenshot.o CC -- Games/c64/Emulators/vice/root/alarm.o CC -- Games/c64/Emulators/vice/root/fixpoint.o CC -- Games/c64/Emulators/vice/root/embedded.o CC -- Games/c64/Emulators/vice/root/palette.o CC -- Games/c64/Emulators/vice/root/machine-bus.o CC -- Games/c64/Emulators/vice/root/color.o CC -- Games/c64/Emulators/vice/root/datasette.o CC -- Games/c64/Emulators/vice/root/findpath.o CC -- Games/c64/Emulators/vice/root/clipboard.o CC -- Games/c64/Emulators/vice/root/ioutil.o CC -- Games/c64/Emulators/vice/root/opencbmlib.o CC -- Games/c64/Emulators/vice/root/sysfile.o CC -- Games/c64/Emulators/vice/root/zipcode.o CC -- Games/c64/Emulators/vice/root/autostart-prg.o CC -- Games/c64/Emulators/vice/root/zfile.o CC -- Games/c64/Emulators/vice/root/vicefeatures.o CC -- Games/c64/Emulators/vice/root/interrupt.o CC -- Games/c64/Emulators/vice/root/clkguard.o CC -- Games/c64/Emulators/vice/root/ram.o CC -- Games/c64/Emulators/vice/root/event.o CC -- Games/c64/Emulators/vice/root/log.o CC -- Games/c64/Emulators/vice/root/dma.o CC -- Games/c64/Emulators/vice/root/cbmimage.o CC -- Games/c64/Emulators/vice/root/debug.o CC -- Games/c64/Emulators/vice/root/network.o CC -- Games/c64/Emulators/vice/root/rawfile.o CC -- Games/c64/Emulators/vice/root/kbdbuf.o CC -- Games/c64/Emulators/vice/root/keyboard.o CC -- Games/c64/Emulators/vice/root/gcr.o CC -- Games/c64/Emulators/vice/root/libm_math.o CC -- Games/c64/Emulators/vice/root/initcmdline.o CC -- Games/c64/Emulators/vice/root/attach.o CC -- Games/c64/Emulators/vice/root/resources.o CC -- Games/c64/Emulators/vice/root/snapshot.o CC -- Games/c64/Emulators/vice/root/fliplist.o CC -- Games/c64/Emulators/vice/root/lib.o CC -- Games/c64/Emulators/vice/root/machine.o CC -- Games/c64/Emulators/vice/root/main.o CC -- Games/c64/Emulators/vice/root/traps.o CC -- Games/c64/Emulators/vice/root/charset.o CC -- Games/c64/Emulators/vice/root/cmdline.o CC -- Games/c64/Emulators/vice/root/init.o CC -- Games/c64/Emulators/vice/root/translate.o CC -- Games/c64/Emulators/vice/root/util.o CC -- Games/c64/Emulators/vice/root/info.o CC -- Games/c64/Emulators/vice/root/rawnet.o CC -- Games/c64/Emulators/vice/root/socket.o CC -- Games/c64/Emulators/vice/root/cbmdos.o CC -- Games/c64/Emulators/vice/root/vsync.o CC -- Games/c64/Emulators/vice/root/autostart.o CC -- Games/c64/Emulators/vice/root/midi.o CC -- Games/c64/Emulators/vice/root/romset.o CC -- Games/c64/Emulators/vice/root/sound.o CC -- Games/c64/Emulators/vice/root/vice-crc32.o CC -- Games/c64/Emulators/vice/core/ciatimer.o CC -- Games/c64/Emulators/vice/core/spi-sdcard.o CC -- Games/c64/Emulators/vice/core/riotcore.o CC -- Games/c64/Emulators/vice/core/cs8900.o CC -- Games/c64/Emulators/vice/core/viacore.o CC -- Games/c64/Emulators/vice/core/ata.o CC -- Games/c64/Emulators/vice/core/mc6821core.o CC -- Games/c64/Emulators/vice/core/fmopl.o CC -- Games/c64/Emulators/vice/core/m93c86.o CC -- Games/c64/Emulators/vice/core/ser-eeprom.o CC -- Games/c64/Emulators/vice/core/flash040core.o CC -- Games/c64/Emulators/vice/core/ciacore.o CC -- Games/c64/Emulators/vice/core/t6721.o CC -- Games/c64/Emulators/vice/core/tpicore.o CC -- Games/c64/Emulators/vice/userport/userport_dac.o CC -- Games/c64/Emulators/vice/userport/userport_4bit_sampler.o CC -- Games/c64/Emulators/vice/userport/userport_8bss.o CC -- Games/c64/Emulators/vice/userport/userport.o CC -- Games/c64/Emulators/vice/userport/userport_rtc_58321a.o CC -- Games/c64/Emulators/vice/userport/userport_rtc_ds1307.o CC -- Games/c64/Emulators/vice/userport/userport_joystick.o CC -- Games/c64/Emulators/vice/userport/userport_digimax.o CC -- Games/c64/Emulators/vice/userport/userport_diag_586220_harness.o CC -- Games/c64/Emulators/vice/tape/tape.o CC -- Games/c64/Emulators/vice/tape/tape-internal.o CC -- Games/c64/Emulators/vice/tape/tapeimage.o CC -- Games/c64/Emulators/vice/tape/t64.o CC -- Games/c64/Emulators/vice/tape/tape-snapshot.o CC -- Games/c64/Emulators/vice/tape/tap.o CC -- Games/c64/Emulators/vice/printerdrv/drv-raw.o CC -- Games/c64/Emulators/vice/printerdrv/drv-nl10.o CC -- Games/c64/Emulators/vice/printerdrv/output-select.o CC -- Games/c64/Emulators/vice/printerdrv/drv-1520.o CC -- Games/c64/Emulators/vice/printerdrv/drv-ascii.o CC -- Games/c64/Emulators/vice/printerdrv/printer-serial.o CC -- Games/c64/Emulators/vice/printerdrv/interface-serial.o CC -- Games/c64/Emulators/vice/printerdrv/output-graphics.o CC -- Games/c64/Emulators/vice/printerdrv/driver-select.o CC -- Games/c64/Emulators/vice/printerdrv/output-text.o CC -- Games/c64/Emulators/vice/printerdrv/printer-userport.o CC -- Games/c64/Emulators/vice/printerdrv/drv-mps803.o CC -- Games/c64/Emulators/vice/printerdrv/printer.o CC -- Games/c64/Emulators/vice/printerdrv/interface-userport.o CC -- Games/c64/Emulators/vice/vdrive/vdrive-command.o CC -- Games/c64/Emulators/vice/vdrive/vdrive-snapshot.o CC -- Games/c64/Emulators/vice/vdrive/vdrive.o CC -- Games/c64/Emulators/vice/vdrive/vdrive-bam.o CC -- Games/c64/Emulators/vice/vdrive/vdrive-dir.o CC -- Games/c64/Emulators/vice/vdrive/vdrive-rel.o CC -- Games/c64/Emulators/vice/vdrive/vdrive-internal.o CC -- Games/c64/Emulators/vice/vdrive/vdrive-iec.o CC -- Games/c64/Emulators/vice/c64/c64export.o CC -- Games/c64/Emulators/vice/c64/c64.o CC -- Games/c64/Emulators/vice/c64/plus60k.o CC -- Games/c64/Emulators/vice/c64/c64parallel.o CC -- Games/c64/Emulators/vice/c64/c64memlimit.o CC -- Games/c64/Emulators/vice/c64/c64datasette.o CC -- Games/c64/Emulators/vice/c64/c64cia2.o CC -- Games/c64/Emulators/vice/c64/psid.o CC -- Games/c64/Emulators/vice/c64/cart/expert.o CC -- Games/c64/Emulators/vice/c64/cart/daa.o CC -- Games/c64/Emulators/vice/c64/cart/mmc64.o CC -- Games/c64/Emulators/vice/c64/cart/shortbus_etfe.o CC -- Games/c64/Emulators/vice/c64/cart/clockport-mp3at64.o CC -- Games/c64/Emulators/vice/c64/cart/cs8900io.o CC -- Games/c64/Emulators/vice/c64/cart/gmod2.o CC -- Games/c64/Emulators/vice/c64/cart/magicdesk.o CC -- Games/c64/Emulators/vice/c64/cart/kcs.o CC -- Games/c64/Emulators/vice/c64/cart/exos.o CC -- Games/c64/Emulators/vice/c64/cart/debugcart.o CC -- Games/c64/Emulators/vice/c64/cart/finalplus.o CC -- Games/c64/Emulators/vice/c64/cart/actionreplay2.o CC -- Games/c64/Emulators/vice/c64/cart/actionreplay.o CC -- Games/c64/Emulators/vice/c64/cart/rgcd.o CC -- Games/c64/Emulators/vice/c64/cart/delaep256.o CC -- Games/c64/Emulators/vice/c64/cart/freezemachine.o CC -- Games/c64/Emulators/vice/c64/cart/kingsoft.o CC -- Games/c64/Emulators/vice/c64/cart/epyxfastload.o CC -- Games/c64/Emulators/vice/c64/cart/simonsbasic.o CC -- Games/c64/Emulators/vice/c64/cart/clockport-rrnet.o CC -- Games/c64/Emulators/vice/c64/cart/dqbb.o CC -- Games/c64/Emulators/vice/c64/cart/pagefox.o CC -- Games/c64/Emulators/vice/c64/cart/delaep64.o CC -- Games/c64/Emulators/vice/c64/cart/final3.o CC -- Games/c64/Emulators/vice/c64/cart/gs.o CC -- Games/c64/Emulators/vice/c64/cart/cpmcart.o CC -- Games/c64/Emulators/vice/c64/cart/stardos.o CC -- Games/c64/Emulators/vice/c64/cart/ide64.o CC -- Games/c64/Emulators/vice/c64/cart/sfx_soundsampler.o CC -- Games/c64/Emulators/vice/c64/cart/rrnetmk3.o CC -- Games/c64/Emulators/vice/c64/cart/shortbus.o CC -- Games/c64/Emulators/vice/c64/cart/crt.o CC -- Games/c64/Emulators/vice/c64/cart/c64cart.o CC -- Games/c64/Emulators/vice/c64/cart/diashowmaker.o CC -- Games/c64/Emulators/vice/c64/cart/mmcreplay.o CC -- Games/c64/Emulators/vice/c64/cart/dinamic.o CC -- Games/c64/Emulators/vice/c64/cart/c64acia1.o CC -- Games/c64/Emulators/vice/c64/cart/snapshot64.o CC -- Games/c64/Emulators/vice/c64/cart/rexep256.o CC -- Games/c64/Emulators/vice/c64/cart/isepic.o CC -- Games/c64/Emulators/vice/c64/cart/c64-generic.o CC -- Games/c64/Emulators/vice/c64/cart/westermann.o CC -- Games/c64/Emulators/vice/c64/cart/freezeframe.o CC -- Games/c64/Emulators/vice/c64/cart/comal80.o CC -- Games/c64/Emulators/vice/c64/cart/ross.o CC -- Games/c64/Emulators/vice/c64/cart/magicvoice.o CC -- Games/c64/Emulators/vice/c64/cart/mikroass.o CC -- Games/c64/Emulators/vice/c64/cart/gamekiller.o CC -- Games/c64/Emulators/vice/c64/cart/funplay.o CC -- Games/c64/Emulators/vice/c64/cart/c64carthooks.o CC -- Games/c64/Emulators/vice/c64/cart/stb.o CC -- Games/c64/Emulators/vice/c64/cart/supergames.o CC -- Games/c64/Emulators/vice/c64/cart/ethernetcart.o CC -- Games/c64/Emulators/vice/c64/cart/ds12c887rtc.o CC -- Games/c64/Emulators/vice/c64/cart/zaxxon.o CC -- Games/c64/Emulators/vice/c64/cart/easyflash.o CC -- Games/c64/Emulators/vice/c64/cart/rexutility.o CC -- Games/c64/Emulators/vice/c64/cart/silverrock128.o CC -- Games/c64/Emulators/vice/c64/cart/actionreplay3.o CC -- Games/c64/Emulators/vice/c64/cart/supersnapshot4.o CC -- Games/c64/Emulators/vice/c64/cart/mach5.o CC -- Games/c64/Emulators/vice/c64/cart/prophet64.o CC -- Games/c64/Emulators/vice/c64/cart/shortbus_digimax.o CC -- Games/c64/Emulators/vice/c64/cart/delaep7x8.o CC -- Games/c64/Emulators/vice/c64/cart/final.o CC -- Games/c64/Emulators/vice/c64/cart/superexplode5.o CC -- Games/c64/Emulators/vice/c64/cart/c64tpi.o CC -- Games/c64/Emulators/vice/c64/cart/reu.o CC -- Games/c64/Emulators/vice/c64/cart/c64cartmem.o CC -- Games/c64/Emulators/vice/c64/cart/warpspeed.o CC -- Games/c64/Emulators/vice/c64/cart/easycalc.o CC -- Games/c64/Emulators/vice/c64/cart/clockport.o CC -- Games/c64/Emulators/vice/c64/cart/magicformel.o CC -- Games/c64/Emulators/vice/c64/cart/formel64.o CC -- Games/c64/Emulators/vice/c64/cart/capture.o CC -- Games/c64/Emulators/vice/c64/cart/actionreplay4.o CC -- Games/c64/Emulators/vice/c64/cart/ramcart.o CC -- Games/c64/Emulators/vice/c64/cart/georam.o CC -- Games/c64/Emulators/vice/c64/cart/c64-midi.o CC -- Games/c64/Emulators/vice/c64/cart/atomicpower.o CC -- Games/c64/Emulators/vice/c64/cart/ocean.o CC -- Games/c64/Emulators/vice/c64/cart/sfx_soundexpander.o CC -- Games/c64/Emulators/vice/c64/cart/supersnapshot.o CC -- Games/c64/Emulators/vice/c64/cart/digimax.o CC -- Games/c64/Emulators/vice/c64/cart/retroreplay.o CC -- Games/c64/Emulators/vice/c64/c64-resources.o CC -- Games/c64/Emulators/vice/c64/c64printer.o CC -- Games/c64/Emulators/vice/c64/c64-cmdline-options.o CC -- Games/c64/Emulators/vice/c64/c64sound.o CC -- Games/c64/Emulators/vice/c64/c64rsuser.o CC -- Games/c64/Emulators/vice/c64/c64meminit.o CC -- Games/c64/Emulators/vice/c64/c64memrom.o CC -- Games/c64/Emulators/vice/c64/c64drive.o CC -- Games/c64/Emulators/vice/c64/c64fastiec.o CC -- Games/c64/Emulators/vice/c64/c64pla.o CC -- Games/c64/Emulators/vice/c64/c64iec.o CC -- Games/c64/Emulators/vice/c64/c64keyboard.o CC -- Games/c64/Emulators/vice/c64/c64cpusc.o CC -- Games/c64/Emulators/vice/c64/c64video.o CC -- Games/c64/Emulators/vice/c64/c64gluelogic.o CC -- Games/c64/Emulators/vice/c64/c64bus.o CC -- Games/c64/Emulators/vice/c64/c64rom.o CC -- Games/c64/Emulators/vice/c64/c64memsnapshot.o CC -- Games/c64/Emulators/vice/c64/c64scmodel.o CC -- Games/c64/Emulators/vice/c64/c64romset.o CC -- Games/c64/Emulators/vice/c64/c64embedded.o CC -- Games/c64/Emulators/vice/c64/c64memsc.o CC -- Games/c64/Emulators/vice/c64/c64io.o CC -- Games/c64/Emulators/vice/c64/c64_256k.o CC -- Games/c64/Emulators/vice/c64/reloc65.o CC -- Games/c64/Emulators/vice/c64/c64-snapshot.o CC -- Games/c64/Emulators/vice/c64/patchrom.o CC -- Games/c64/Emulators/vice/c64/c64cia1.o CC -- Games/c64/Emulators/vice/c64/c64-memory-hacks.o CC -- Games/c64/Emulators/vice/c64/plus256k.o CC -- Games/c64/Emulators/vice/sounddrv/soundmovie.o CC -- Games/c64/Emulators/vice/sounddrv/soundsdl.o CC -- Games/c64/Emulators/vice/sounddrv/sounddummy.o CC -- Games/c64/Emulators/vice/sounddrv/soundfs.o CC -- Games/c64/Emulators/vice/sounddrv/soundwav.o CC -- Games/c64/Emulators/vice/sounddrv/sounddump.o CC -- Games/c64/Emulators/vice/sounddrv/soundiff.o CC -- Games/c64/Emulators/vice/sounddrv/soundaiff.o CC -- Games/c64/Emulators/vice/sounddrv/soundvoc.o CC -- Games/c64/Emulators/vice/joyport/sampler2bit.o CC -- Games/c64/Emulators/vice/joyport/cx85.o CC -- Games/c64/Emulators/vice/joyport/lightpen.o CC -- Games/c64/Emulators/vice/joyport/vizawrite64_dongle.o CC -- Games/c64/Emulators/vice/joyport/mouse.o CC -- Games/c64/Emulators/vice/joyport/sampler4bit.o CC -- Games/c64/Emulators/vice/joyport/rushware_keypad.o CC -- Games/c64/Emulators/vice/joyport/script64_dongle.o CC -- Games/c64/Emulators/vice/joyport/joyport.o CC -- Games/c64/Emulators/vice/joyport/bbrtc.o CC -- Games/c64/Emulators/vice/joyport/cardkey.o CC -- Games/c64/Emulators/vice/joyport/cx21.o CC -- Games/c64/Emulators/vice/joyport/joystick.o CC -- Games/c64/Emulators/vice/joyport/coplin_keypad.o CC -- Games/c64/Emulators/vice/joyport/paperclip64.o CC -- Games/c64/Emulators/vice/monitor/mon_assemblez80.o CC -- Games/c64/Emulators/vice/monitor/asmR65C02.o CC -- Games/c64/Emulators/vice/monitor/mon_register6809.o CC -- Games/c64/Emulators/vice/monitor/mon_registerz80.o CC -- Games/c64/Emulators/vice/monitor/mon_assemble6502.o CC -- Games/c64/Emulators/vice/monitor/mon_register.o CC -- Games/c64/Emulators/vice/monitor/monitor_network.o CC -- Games/c64/Emulators/vice/monitor/asm6809.o CC -- Games/c64/Emulators/vice/monitor/asm6502dtv.o CC -- Games/c64/Emulators/vice/monitor/mon_register6502.o CC -- Games/c64/Emulators/vice/monitor/mon_registerR65C02.o CC -- Games/c64/Emulators/vice/monitor/mon_memmap.o CC -- Games/c64/Emulators/vice/monitor/mon_assemble6809.o CC -- Games/c64/Emulators/vice/monitor/mon_lex.o CC -- Games/c64/Emulators/vice/monitor/mon_ui.o CC -- Games/c64/Emulators/vice/monitor/mon_register6502dtv.o CC -- Games/c64/Emulators/vice/monitor/mon_memory.o CC -- Games/c64/Emulators/vice/monitor/mon_breakpoint.o CC -- Games/c64/Emulators/vice/monitor/mon_disassemble.o CC -- Games/c64/Emulators/vice/monitor/monitor.o CC -- Games/c64/Emulators/vice/monitor/asmz80.o CC -- Games/c64/Emulators/vice/monitor/mon_register65816.o CC -- Games/c64/Emulators/vice/monitor/mon_drive.o CC -- Games/c64/Emulators/vice/monitor/mon_assembleR65C02.o CC -- Games/c64/Emulators/vice/monitor/mon_parse.o CC -- Games/c64/Emulators/vice/monitor/mon_command.o CC -- Games/c64/Emulators/vice/monitor/mon_util.o CC -- Games/c64/Emulators/vice/monitor/mon_file.o CC -- Games/c64/Emulators/vice/monitor/asm6502.o CC -- Games/c64/Emulators/vice/rs232drv/rsuser.o CC -- Games/c64/Emulators/vice/rs232drv/rs232drv.o CC -- Games/c64/Emulators/vice/diag/c64_diag_586220_harness.o CC -- Games/c64/Emulators/vice/parallel/parallel.o CC -- Games/c64/Emulators/vice/parallel/parallel-trap.o CC -- Games/c64/Emulators/vice/serial/serial-realdevice.o CC -- Games/c64/Emulators/vice/serial/serial-trap.o CC -- Games/c64/Emulators/vice/serial/serial-iec-bus.o CC -- Games/c64/Emulators/vice/serial/serial-iec.o CC -- Games/c64/Emulators/vice/serial/serial-device.o CC -- Games/c64/Emulators/vice/serial/fsdrive.o CC -- Games/c64/Emulators/vice/serial/serial.o CC -- Games/c64/Emulators/vice/serial/serial-iec-device.o CC -- Games/c64/Emulators/vice/serial/serial-iec-lib.o CC -- Games/c64/Emulators/vice/iecbus/iecbus.o CC -- Games/c64/Emulators/vice/fsdevice/fsdevice-cmdline-options.o CC -- Games/c64/Emulators/vice/fsdevice/fsdevice-read.o CC -- Games/c64/Emulators/vice/fsdevice/fsdevice-flush.o CC -- Games/c64/Emulators/vice/fsdevice/fsdevice-close.o CC -- Games/c64/Emulators/vice/fsdevice/fsdevice.o CC -- Games/c64/Emulators/vice/fsdevice/fsdevice-open.o CC -- Games/c64/Emulators/vice/fsdevice/fsdevice-write.o CC -- Games/c64/Emulators/vice/fsdevice/fsdevice-resources.o CC -- Games/c64/Emulators/vice/rtc/pcf8583.o CC -- Games/c64/Emulators/vice/rtc/ds1202_1302.o CC -- Games/c64/Emulators/vice/rtc/ds12c887.o CC -- Games/c64/Emulators/vice/rtc/ds1307.o CC -- Games/c64/Emulators/vice/rtc/rtc.o CC -- Games/c64/Emulators/vice/rtc/ds1602.o CC -- Games/c64/Emulators/vice/rtc/bq4830y.o CC -- Games/c64/Emulators/vice/rtc/rtc-58321a.o CC -- Games/c64/Emulators/vice/rtc/ds1216e.o CC -- Games/c64/Emulators/vice/raster/raster-resources.o CC -- Games/c64/Emulators/vice/raster/raster-sprite-status.o CC -- Games/c64/Emulators/vice/raster/raster-sprite-cache.o CC -- Games/c64/Emulators/vice/raster/raster-cmdline-options.o CC -- Games/c64/Emulators/vice/raster/raster-line-changes-sprite.o CC -- Games/c64/Emulators/vice/raster/raster-line.o CC -- Games/c64/Emulators/vice/raster/raster-sprite.o CC -- Games/c64/Emulators/vice/raster/raster-cache.o CC -- Games/c64/Emulators/vice/raster/raster-line-changes.o CC -- Games/c64/Emulators/vice/raster/raster-changes.o CC -- Games/c64/Emulators/vice/raster/raster-canvas.o CC -- Games/c64/Emulators/vice/raster/raster-modes.o CC -- Games/c64/Emulators/vice/raster/raster.o CC -- Games/c64/Emulators/vice/platform/platform_syllable_runtime_os.o CC -- Games/c64/Emulators/vice/platform/platform.o CC -- Games/c64/Emulators/vice/platform/platform_os2_runtime_os.o CC -- Games/c64/Emulators/vice/platform/platform_aros_runtime_os.o CC -- Games/c64/Emulators/vice/platform/platform_amigaos4_runtime_os.o CC -- Games/c64/Emulators/vice/platform/platform_amigaos3_runtime_os.o CC -- Games/c64/Emulators/vice/platform/platform_macosx.o CC -- Games/c64/Emulators/vice/platform/platform_solaris_runtime_os.o CC -- Games/c64/Emulators/vice/platform/platform_windows_runtime_os.o CC -- Games/c64/Emulators/vice/platform/platform_x86_runtime_cpu.o CC -- Games/c64/Emulators/vice/platform/platform_beos_runtime_os.o CC -- Games/c64/Emulators/vice/samplerdrv/file_drv.o CC -- Games/c64/Emulators/vice/samplerdrv/sampler.o CC -- Games/c64/Emulators/vice/samplerdrv/portaudio_drv.o CC -- Games/c64/Emulators/vice/viciisc/vicii-cmdline-options.o CC -- Games/c64/Emulators/vice/viciisc/vicii-timing.o CC -- Games/c64/Emulators/vice/viciisc/vicii-draw.o CC -- Games/c64/Emulators/vice/viciisc/vicii-chip-model.o CC -- Games/c64/Emulators/vice/viciisc/vicii-cycle.o CC -- Games/c64/Emulators/vice/viciisc/vicii-color.o CC -- Games/c64/Emulators/vice/viciisc/vicii-mem.o CC -- Games/c64/Emulators/vice/viciisc/vicii-snapshot.o CC -- Games/c64/Emulators/vice/viciisc/vicii-irq.o CC -- Games/c64/Emulators/vice/viciisc/vicii.o CC -- Games/c64/Emulators/vice/viciisc/vicii-phi1.o CC -- Games/c64/Emulators/vice/viciisc/vicii-lightpen.o CC -- Games/c64/Emulators/vice/viciisc/vicii-draw-cycle.o CC -- Games/c64/Emulators/vice/viciisc/vicii-fetch.o CC -- Games/c64/Emulators/vice/viciisc/vicii-resources.o CC -- Games/c64/Emulators/vice/imagecontents/diskcontents-block.o CC -- Games/c64/Emulators/vice/imagecontents/diskcontents.o CC -- Games/c64/Emulators/vice/imagecontents/tapecontents.o CC -- Games/c64/Emulators/vice/imagecontents/diskcontents-iec.o CC -- Games/c64/Emulators/vice/imagecontents/imagecontents.o CC -- Games/c64/Emulators/vice/lib/p64/p64.o CC -- Linux/arch/archdep.o CC -- Linux/arch/mididrv.o CC -- Linux/nfd/nfd_common.o CC -- Linux/nfd/nfd_gtk.o CC -- Linux/nfd/nfd_zenity.o CC -- Linux/libclipboard/libclipboard_common.o CC -- Linux/portaudio/common/pa_debugprint.o CC -- Linux/portaudio/common/pa_cpuload.o CC -- Linux/portaudio/common/pa_allocation.o CC -- Linux/portaudio/common/pa_front.o CC -- Linux/portaudio/common/pa_process.o CC -- Linux/portaudio/common/pa_dither.o CC -- Linux/portaudio/common/pa_converters.o CC -- Linux/portaudio/common/pa_trace.o CC -- Linux/portaudio/common/pa_stream.o CC -- Linux/portaudio/common/pa_ringbuffer.o CC -- Linux/portaudio/os/pa_linux_alsa.o CC -- Linux/portaudio/os/pa_unix_hostapis.o CC -- Linux/portaudio/os/pa_unix_util.o CX -- Engine/libjson/_internal/Source/libjson.o CX -- Engine/pugixml/pugixml.o CX -- Engine/jpeg/JPEGWriter.o CX -- Engine/jpeg/JPEGReader.o CX -- Engine/lodepng/lodepng.o CX -- Engine/md5/MD5.o CX -- Games/c64/Tools/stilview/stil.o CX -- Games/c64/Tools/stilview/stilcomm.o CX -- Games/c64/Tools/sidplay/sidtune/SidTuneTools.o CX -- Games/c64/Tools/sidplay/sidtune/MUS.o CX -- Games/c64/Tools/sidplay/sidtune/PP20.o CX -- Games/c64/Tools/sidplay/sidtune/InfoFile.o CX -- Games/c64/Tools/sidplay/sidtune/SidTune.o CX -- Games/c64/Tools/sidplay/sidtune/prg.o CX -- Games/c64/Tools/sidplay/sidtune/IconInfo.o CX -- Games/c64/Tools/sidplay/utils/libini-ini.o CX -- Games/c64/Tools/sidplay/utils/SidDatabase.o CX -- Games/c64/Tools/sidplay/utils/SidTuneMod.o CX -- Games/c64/Tools/libpsid64/libpsid-psid64.o CX -- Games/c64/Tools/libpsid64/libpsid-theme.o CX -- Games/c64/Tools/libpsid64/libpsid-reloc65.o CX -- Games/c64/Tools/libpsid64/libpsid-screen.o CX -- Games/c64/Tools/libpsid64/libpsid-sidid.o CX -- Games/c64/Emulators/nestopiaue/common/nstconfig.o CX -- Games/c64/Emulators/nestopiaue/common/nstcli.o CX -- Games/c64/Emulators/nestopiaue/common/nstini.o CX -- Games/c64/Emulators/nestopiaue/sdl/nstcursor.o CX -- Games/c64/Emulators/vice/sid/resid-fp.o CX -- Games/c64/Emulators/vice/sid/resid.o CX -- Games/c64/Emulators/vice/resid/resid-envelope.o CX -- Games/c64/Emulators/vice/resid/resid-pot.o CX -- Games/c64/Emulators/vice/resid/resid-version.o CX -- Games/c64/Emulators/vice/resid/resid-dac.o CX -- Games/c64/Emulators/vice/resid/resid-filter.o CX -- Games/c64/Emulators/vice/resid/resid-sid.o CX -- Games/c64/Emulators/vice/resid/resid-wave.o CX -- Games/c64/Emulators/vice/resid/resid-voice.o CX -- Games/c64/Emulators/vice/resid/resid-extfilt.o CX -- Games/c64/Emulators/vice/resid-fp/residfp-wave.o CX -- Games/c64/Emulators/vice/resid-fp/residfp-voice.o CX -- Games/c64/Emulators/vice/resid-fp/residfp-extfilt.o CX -- Games/c64/Emulators/vice/resid-fp/residfp-envelope.o CX -- Games/c64/Emulators/vice/resid-fp/residfp-convolve.o CX -- Games/c64/Emulators/vice/resid-fp/residfp-pot.o CX -- Games/c64/Emulators/vice/resid-fp/residfp-filter.o CX -- Games/c64/Emulators/vice/resid-fp/residfp-convolve-sse.o CX -- Games/c64/Emulators/vice/resid-fp/residfp-sid.o CX -- Linux/VID_GLViewController.o CX -- Linux/libclipboard/libclipboard_x11.o CX -- Linux/DBG_Log.o CX -- Linux/CSlrImage.o CX -- Linux/SYS_Startup.o CX -- Linux/SND_SoundEngine.o
g++ -o c64debugger Engine/Pool/CPool.o Engine/Pool/SYS_Pool.o Engine/libjson/_internal/Source/JSONWriter.o Engine/libjson/_internal/Source/internalJSONNode.o Engine/libjson/_internal/Source/JSONDebug.o Engine/libjson/_internal/Source/JSONWorker.o Engine/libjson/_internal/Source/JSONAllocator.o Engine/libjson/_internal/Source/JSONPreparse.o Engine/libjson/_internal/Source/JSONChildren.o Engine/libjson/_internal/Source/JSONStream.o Engine/libjson/_internal/Source/JSONNode.o Engine/libjson/_internal/Source/JSONValidator.o Engine/libjson/_internal/Source/JSONIterators.o Engine/libjson/_internal/Source/JSONNode_Mutex.o Engine/libjson/_internal/Source/JSONMemory.o Engine/Core/RES_ResourceManager.o Engine/Core/CByteBuffer.o Engine/Core/CSlrImageContainer.o Engine/Core/MTH_FixedPoint.o Engine/Core/CSlrFileFromMemory.o Engine/Core/CSlrImageMask2.o Engine/Core/CContinuousParamLinear.o Engine/Core/CSlrFontBitmap.o Engine/Core/CBitBuffer.o Engine/Core/SYS_PlatformGuiSettings.o Engine/Core/SYS_CommandLine.o Engine/Core/M_CSlrList.o Engine/Core/MTH_FastMath.o Engine/Core/SYS_PIPE.o Engine/Core/CConfigStorage.o Engine/Core/CSlrAnimationState.o Engine/Core/SYS_PauseResume.o Engine/Core/CSlrFont.o Engine/Core/CSlrFileMemory.o Engine/Core/CContinuousParamSin.o Engine/Core/CBufferOffsets.o Engine/Core/CSlrResourceBase.o Engine/Core/RES_DeployFile.o Engine/Core/COneTouchData.o Engine/Core/CSlrString.o Engine/Core/CSlrImageBase.o Engine/Core/CContinuousParamSinHalf.o Engine/Core/CContinuousParam.o Engine/Core/CImageData.o Engine/Core/SYS_KeyCodes.o Engine/Core/M_ColorSpaces.o Engine/Core/CSlrTextParser.o Engine/Core/CSlrDate.o Engine/Core/CSlrTexture.o Engine/Core/CSlrKeyboardShortcuts.o Engine/Core/CSlrDataAdapter.o Engine/Core/GFX_WriteImage.o Engine/Core/CSlrImageTexture.o Engine/Core/SYS_Threading.o Engine/Core/CSlrFile.o Engine/Core/CSlrFontProportional.o Engine/Core/CSlrFileZlib.o Engine/Core/CSlrAnimation.o Engine/Core/SYS_Funct.o Engine/Core/CContinuousParamBezier.o Engine/Core/SYS_Main.o Engine/Core/MTH_Random.o Engine/Core/VID_ImageBinding.o Engine/Audio/CAudioChannel.o Engine/Audio/CAudioChannelMusicPlayer.o Engine/Audio/SND_Main.o Engine/Audio/CAudioChannelBusInt.o Engine/Audio/WAV/SND_WavReader.o Engine/Audio/CSlrMusicFile.o Engine/Audio/CAudioChannelBusFloat.o Engine/Audio/CMusicChannel.o Engine/Audio/CSlrMusicSwitcher.o Engine/Audio/CSlrMusicFileOgg.o Engine/Funct/FUN_IntervalTree.o Engine/Funct/ImageProcessing/CImageKernel.o Engine/Funct/ImageProcessing/IMG_SimpleSegmentation.o Engine/Funct/ImageProcessing/IMG_Scale.o Engine/Funct/ImageProcessing/resampler/resampler.o Engine/Funct/ImageProcessing/IMG_HoughLines.o Engine/Funct/ImageProcessing/IMG_Filters.o Engine/Funct/DataTable/FUN_CSVParser.o Engine/Funct/DataTable/CDataTable.o Engine/Funct/DataTable/CGuiViewDataTable.o Engine/mtrand/MTH_MTRand.o Engine/mtrand/mtrand.o Engine/Embedded/RES_Embedded.o Engine/GUI/CGuiMain.o Engine/GUI/Controls/CGuiElement.o Engine/GUI/Controls/CGuiListTree.o Engine/GUI/Controls/CGuiViewMessageBox.o Engine/GUI/Controls/CGuiButtonSwitch.o Engine/GUI/Controls/CGuiBackground.o Engine/GUI/Controls/CGuiView.o Engine/GUI/Controls/CGuiEditHex.o Engine/GUI/Controls/CGuiViewSaveFile.o Engine/GUI/Controls/CGuiViewList.o Engine/GUI/Controls/CGuiList.o Engine/GUI/Controls/CGuiButton.o Engine/GUI/Controls/CGuiSlider.o Engine/GUI/Controls/CGuiViewHorizontalScroll.o Engine/GUI/Controls/CGuiViewWindowsManager.o Engine/GUI/Controls/CGuiWindow.o Engine/GUI/Controls/CGuiEditBoxInt.o Engine/GUI/Controls/CGuiLabel.o Engine/GUI/Controls/CGuiRichTextLabel.o Engine/GUI/Controls/CGuiRadio.o Engine/GUI/Controls/CGuiViewEditWithTitle.o Engine/GUI/Controls/CGuiButtonText.o Engine/GUI/Controls/CGuiEditBoxText.o Engine/GUI/Controls/CGuiViewSelectFile.o Engine/GUI/Controls/CGuiViewNumKeys.o Engine/GUI/Controls/CGuiEditBoxHex.o Engine/GUI/Controls/CGuiViewMenu.o Engine/GUI/Controls/CGuiButtonMenu.o Engine/GUI/Controls/CGuiEditBoxFloat.o Engine/GUI/Controls/CGuiViewFrame.o Engine/GUI/Controls/CGuiViewSplit4.o Engine/GUI/Controls/CGuiViewFade.o Engine/GUI/Controls/CGuiTheme.o Engine/GUI/Controls/CGuiViewVerticalScroll.o Engine/GUI/Controls/CGuiViewSelectFolder.o Engine/GUI/Controls/CGuiViewToolBox.o Engine/GUI/Helpers/ResourceManager/CGuiViewBaseResourceManager.o Engine/GUI/Helpers/ResourceManager/CGuiViewResourceManager.o Engine/GUI/Helpers/CGuiViewConsole.o Engine/GUI/Helpers/CGuiViewDummy.o Engine/GUI/Helpers/LoadingScreen/CGuiViewLoadingScreen.o Engine/GUI/Helpers/LoadingScreen/CGuiViewBaseLoadingScreen.o Engine/GUI/Helpers/GUI_Debug.o Games/Plugins/C64DebuggerPluginDummy.o Games/Plugins/C64D_InitPlugins.o Games/c64/Screens/CViewKeyboardShortcuts.o Games/c64/Screens/CViewColodore.o Games/c64/Screens/CViewAbout.o Games/c64/Screens/CViewSnapshots.o Games/c64/Screens/CViewMainMenu.o Games/c64/Screens/CViewFileD64.o Games/c64/Screens/VicEditor/CVicEditorLayerImage.o Games/c64/Screens/VicEditor/CViewC64Sprite.o Games/c64/Screens/VicEditor/CVicEditorTool.o Games/c64/Screens/VicEditor/CViewC64Charset.o Games/c64/Screens/VicEditor/CViewVicEditor.o Games/c64/Screens/VicEditor/CViewVicEditorCreateNewPicture.o Games/c64/Screens/VicEditor/CVicEditorLayerUnrestrictedBitmap.o Games/c64/Screens/VicEditor/CVicEditorLayer.o Games/c64/Screens/VicEditor/CViewVicEditorDisplayPreview.o Games/c64/Screens/VicEditor/CViewVicEditorLayers.o Games/c64/Screens/VicEditor/C64DisplayListCodeGenerator.o Games/c64/Screens/VicEditor/CVicEditorLayerVirtualSprites.o Games/c64/Screens/VicEditor/CVicEditorLayerC64Screen.o Games/c64/Screens/VicEditor/CVicEditorLayerC64Sprites.o Games/c64/Screens/VicEditor/CViewC64Palette.o Games/c64/Screens/VicEditor/CVicEditorLayerC64Canvas.o Games/c64/Screens/VicEditor/CVicEditorUndoData.o Games/c64/Screens/CViewBreakpoints.o Games/c64/Screens/CViewC64.o Games/c64/Screens/CViewSettingsMenu.o Games/c64/Screens/CViewC64KeyMap.o Games/c64/DebugInterface/CDebuggerEmulatorPlugin.o Games/c64/DebugInterface/INT_BinaryProtocol.o Games/c64/DebugInterface/C64DebugInterface.o Games/c64/DebugInterface/CDebuggerBreakpoints.o Games/c64/DebugInterface/CDebugInterface.o Games/c64/DebugInterface/CDebuggerAPI.o Games/c64/Tools/C64Palette.o Games/c64/Tools/C64SharedMemory.o Games/c64/Tools/C64SIDFrequencies.o Games/c64/Tools/C64FileDataAdapter.o Games/c64/Tools/CDiskImageD64.o Games/c64/Tools/C64ColodoreScreen.o Games/c64/Tools/C64Symbols.o Games/c64/Tools/C64KeyboardShortcuts.o Games/c64/Tools/CSnapshotsManager.o Games/c64/Tools/C64KeyMap.o Games/c64/Tools/C64AsmSourceSymbols.o Games/c64/Tools/C64Tools.o Games/c64/Tools/C64CommandLine.o Games/c64/Tools/C64SettingsStorage.o Games/c64/Tools/CGuiLockableList.o Games/c64/Views/CViewC64StateVIC.o Games/c64/Views/CViewDrive1541StateVIA.o Games/c64/Views/CViewC64ScreenWrapper.o Games/c64/Views/CViewBaseStateCPU.o Games/c64/Views/CViewC64StateREU.o Games/c64/Views/CViewNesStateCPU.o Games/c64/Views/CViewC64Screen.o Games/c64/Views/CViewC64StateCPU.o Games/c64/Views/CViewDisassemble.o Games/c64/Views/CViewNesScreen.o Games/c64/Views/CViewC64AllGraphics.o Games/c64/Views/CViewEmulationState.o Games/c64/Views/CViewAtariStateANTIC.o Games/c64/Views/CViewSourceCode.o Games/c64/Views/CViewDataDump.o Games/c64/Views/CViewMonitorConsole.o Games/c64/Views/CViewAtariStateGTIA.o Games/c64/Views/CViewC64StateCIA.o Games/c64/Views/CViewC64StateSID.o Games/c64/Views/CViewMemoryMap.o Games/c64/Views/JukeboxPlaylist/CJukeboxPlaylist.o Games/c64/Views/JukeboxPlaylist/CViewJukeboxPlaylist.o Games/c64/Views/CViewAtariStatePIA.o Games/c64/Views/CViewTimeline.o Games/c64/Views/CViewDataWatch.o Games/c64/Views/CViewC64SpritesSheet.o Games/c64/Views/CViewAtariStateCPU.o Games/c64/Views/CViewAtariStatePOKEY.o Games/c64/Views/CViewEmulationCounters.o Games/c64/Views/CViewDriveStateCPU.o Games/c64/Views/VicDisplay/C64VicDisplayCanvasBlank.o Games/c64/Views/VicDisplay/C64VicDisplayCanvasHiresBitmap.o Games/c64/Views/VicDisplay/C64CharMulti.o Games/c64/Views/VicDisplay/C64SpriteHires.o Games/c64/Views/VicDisplay/C64VicDisplayCanvas.o Games/c64/Views/VicDisplay/C64Sprite.o Games/c64/Views/VicDisplay/C64CharsetHires.o Games/c64/Views/VicDisplay/C64VicDisplayCanvasMultiText.o Games/c64/Views/VicDisplay/CViewC64VicControl.o Games/c64/Views/VicDisplay/C64SpriteMulti.o Games/c64/Views/VicDisplay/C64VicDisplayCanvasExtendedText.o Games/c64/Views/VicDisplay/C64VicDisplayCanvasMultiBitmap.o Games/c64/Views/VicDisplay/C64Bitmap.o Games/c64/Views/VicDisplay/C64VicDisplayCanvasHiresText.o Games/c64/Views/VicDisplay/C64CharHires.o Games/c64/Views/VicDisplay/CViewC64VicDisplay.o Games/c64/Views/CViewAtariScreen.o Games/c64/Views/CViewC64EmulationCounters.o Games/c64/Emulators/nestopiaue/NestopiaInterface/NesWrapper.o Games/c64/Emulators/nestopiaue/NestopiaInterface/CNesAudioChannel.o Games/c64/Emulators/nestopiaue/NestopiaInterface/NesDataAdapters.o Games/c64/Emulators/nestopiaue/NestopiaInterface/NesDebugInterface.o Games/c64/Emulators/atari800/AtariInterface/AtariDebugInterface.o Games/c64/Emulators/atari800/AtariInterface/CAtariAudioChannel.o Games/c64/Emulators/atari800/AtariInterface/AtariDataAdapters.o Games/c64/Emulators/atari800/AtariInterface/AtariWrapper.o Games/c64/Emulators/vice/ViceInterface/C64DataAdaptersVice.o Games/c64/Emulators/vice/ViceInterface/ViceLogWrapper.o Games/c64/Emulators/vice/ViceInterface/C64DebugInterfaceVice.o Games/c64/Emulators/vice/ViceInterface/CViceAudioChannel.o Games/c64/Emulators/vice/ViceInterface/ViceWrapper.o Games/c64/Layout/CColorsTheme.o Linux/CSlrFileFromResources.o Linux/SYS_SharedMemory.o Linux/CSlrFileFromDocuments.o Linux/SYS_Accelerometer.o Linux/CSlrFileFromTemp.o Linux/CSlrFontSystem.o Linux/SYS_Memory.o Linux/SYS_CFileSystem.o Linux/CSlrFileFromOS.o Engine/libpng/pngrutil.o Engine/libpng/pngwtran.o Engine/libpng/pngmem.o Engine/libpng/pngrio.o Engine/libpng/pngtrans.o Engine/libpng/png.o Engine/libpng/pngwio.o Engine/libpng/pngerror.o Engine/libpng/pngrtran.o Engine/libpng/pngset.o Engine/libpng/pngwrite.o Engine/libpng/pngpread.o Engine/libpng/pngread.o Engine/libpng/pngget.o Engine/libpng/pngwutil.o Engine/minizip/unzip.o Engine/minizip/mztools.o Engine/minizip/zip.o Engine/minizip/ioapi.o Engine/Funct/ImageProcessing/stb_image/stb_image.o Engine/jpeg/jpeg-9a/rdppm.o Engine/jpeg/jpeg-9a/jdmarker.o Engine/jpeg/jpeg-9a/jutils.o Engine/jpeg/jpeg-9a/jmemansi.o Engine/jpeg/jpeg-9a/jcinit.o Engine/jpeg/jpeg-9a/jcmainct.o Engine/jpeg/jpeg-9a/jdapimin.o Engine/jpeg/jpeg-9a/jcprepct.o Engine/jpeg/jpeg-9a/jdmaster.o Engine/jpeg/jpeg-9a/jmemmgr.o Engine/jpeg/jpeg-9a/jdmerge.o Engine/jpeg/jpeg-9a/jquant1.o Engine/jpeg/jpeg-9a/jctrans.o Engine/jpeg/jpeg-9a/jidctflt.o Engine/jpeg/jpeg-9a/rdtarga.o Engine/jpeg/jpeg-9a/jfdctfst.o Engine/jpeg/jpeg-9a/jdapistd.o Engine/jpeg/jpeg-9a/jdcolor.o Engine/jpeg/jpeg-9a/rdcolmap.o Engine/jpeg/jpeg-9a/jddctmgr.o Engine/jpeg/jpeg-9a/transupp.o Engine/jpeg/jpeg-9a/jidctfst.o Engine/jpeg/jpeg-9a/jcsample.o Engine/jpeg/jpeg-9a/wrtarga.o Engine/jpeg/jpeg-9a/wrrle.o Engine/jpeg/jpeg-9a/jdmainct.o Engine/jpeg/jpeg-9a/jfdctflt.o Engine/jpeg/jpeg-9a/jcparam.o Engine/jpeg/jpeg-9a/rdswitch.o Engine/jpeg/jpeg-9a/jcdctmgr.o Engine/jpeg/jpeg-9a/jccoefct.o Engine/jpeg/jpeg-9a/rdgif.o Engine/jpeg/jpeg-9a/jdtrans.o Engine/jpeg/jpeg-9a/jdarith.o Engine/jpeg/jpeg-9a/jdatasrc.o Engine/jpeg/jpeg-9a/jdatadst.o Engine/jpeg/jpeg-9a/jcmarker.o Engine/jpeg/jpeg-9a/jaricom.o Engine/jpeg/jpeg-9a/jdsample.o Engine/jpeg/jpeg-9a/wrppm.o Engine/jpeg/jpeg-9a/jquant2.o Engine/jpeg/jpeg-9a/jcapimin.o Engine/jpeg/jpeg-9a/jcmaster.o Engine/jpeg/jpeg-9a/jdhuff.o Engine/jpeg/jpeg-9a/jdinput.o Engine/jpeg/jpeg-9a/wrgif.o Engine/jpeg/jpeg-9a/jerror.o Engine/jpeg/jpeg-9a/jidctint.o Engine/jpeg/jpeg-9a/rdbmp.o Engine/jpeg/jpeg-9a/jcomapi.o Engine/jpeg/jpeg-9a/jdcoefct.o Engine/jpeg/jpeg-9a/rdrle.o Engine/jpeg/jpeg-9a/jcapistd.o Engine/jpeg/jpeg-9a/jcarith.o Engine/jpeg/jpeg-9a/jccolor.o Engine/jpeg/jpeg-9a/jfdctint.o Engine/jpeg/jpeg-9a/jdpostct.o Engine/jpeg/jpeg-9a/wrbmp.o Engine/jpeg/jpeg-9a/jchuff.o Engine/jpeg/jpeg-9a/cdjpeg.o Engine/Tremor/mdct.o Engine/Tremor/Ogg/framing.o Engine/Tremor/Ogg/bitwise.o Engine/Tremor/mapping0.o Engine/Tremor/vorbisfile.o Engine/Tremor/registry.o Engine/Tremor/codebook.o Engine/Tremor/info.o Engine/Tremor/res012.o Engine/Tremor/block.o Engine/Tremor/sharedbook.o Engine/Tremor/window.o Engine/Tremor/synthesis.o Engine/Tremor/floor1.o Engine/Tremor/floor0.o Engine/zlib/gzclose.o Engine/zlib/gzlib.o Engine/zlib/uncompr.o Engine/zlib/zutil.o Engine/zlib/inffast.o Engine/zlib/gzread.o Engine/zlib/adler32.o Engine/zlib/gzwrite.o Engine/zlib/inflate.o Engine/zlib/infback.o Engine/zlib/trees.o Engine/zlib/crc32.o Engine/zlib/deflate.o Engine/zlib/inftrees.o Engine/zlib/compress.o Games/c64/Tools/exomizer/exomizer-chunkpool.o Games/c64/Tools/exomizer/exomizer-optimal.o Games/c64/Tools/exomizer/exomizer-sfx64ne.o Games/c64/Tools/exomizer/exomizer-radix.o Games/c64/Tools/exomizer/exomizer-search.o Games/c64/Tools/exomizer/exomizer-match.o Games/c64/Tools/exomizer/exomizer.o Games/c64/Tools/exomizer/exomizer-output.o Games/c64/Tools/64tass/64tass-encoding.o Games/c64/Tools/64tass/64tass-misc.o Games/c64/Tools/64tass/64tass-eval.o Games/c64/Tools/64tass/64tass-ternary.o Games/c64/Tools/64tass/64tass.o Games/c64/Tools/64tass/64tass-error.o Games/c64/Tools/64tass/64tass-section.o Games/c64/Tools/64tass/64tass-my_getopt.o Games/c64/Tools/64tass/64tass-avl.o Games/c64/Tools/64tass/64tass-opcodes.o Games/c64/Emulators/atari800/pbi_proto80.o Games/c64/Emulators/atari800/cfg.o Games/c64/Emulators/atari800/ide.o Games/c64/Emulators/atari800/statesav.o Games/c64/Emulators/atari800/a-util.o Games/c64/Emulators/atari800/binload.o Games/c64/Emulators/atari800/filter_ntsc.o Games/c64/Emulators/atari800/pia.o Games/c64/Emulators/atari800/memory.o Games/c64/Emulators/atari800/pbi_bb.o Games/c64/Emulators/atari800/rtime.o Games/c64/Emulators/atari800/pokeyrec.o Games/c64/Emulators/atari800/votrax.o Games/c64/Emulators/atari800/devices.o Games/c64/Emulators/atari800/colours_external.o Games/c64/Emulators/atari800/ui_basic.o Games/c64/Emulators/atari800/mzpokeysnd.o Games/c64/Emulators/atari800/cycle_map.o Games/c64/Emulators/atari800/videomode.o Games/c64/Emulators/atari800/votraxsnd.o Games/c64/Emulators/atari800/atari.o Games/c64/Emulators/atari800/af80.o Games/c64/Emulators/atari800/a-crc32.o Games/c64/Emulators/atari800/cpu.o Games/c64/Emulators/atari800/a-monitor.o Games/c64/Emulators/atari800/voicebox.o Games/c64/Emulators/atari800/bit3.o Games/c64/Emulators/atari800/artifact.o Games/c64/Emulators/atari800/a-sound.o Games/c64/Emulators/atari800/esc.o Games/c64/Emulators/atari800/a-cartridge.o Games/c64/Emulators/atari800/antic.o Games/c64/Emulators/atari800/roms/altirra_basic.o Games/c64/Emulators/atari800/roms/altirra_5200_os.o Games/c64/Emulators/atari800/roms/altirraos_xl.o Games/c64/Emulators/atari800/roms/altirraos_800.o Games/c64/Emulators/atari800/screen.o Games/c64/Emulators/atari800/sio.o Games/c64/Emulators/atari800/afile.o Games/c64/Emulators/atari800/compfile.o Games/c64/Emulators/atari800/sndsave.o Games/c64/Emulators/atari800/pokeysnd.o Games/c64/Emulators/atari800/remez.o Games/c64/Emulators/atari800/colours_pal.o Games/c64/Emulators/atari800/cassette.o Games/c64/Emulators/atari800/sdl/a-palette.o Games/c64/Emulators/atari800/sdl/a-init.o Games/c64/Emulators/atari800/sdl/a-video_gl.o Games/c64/Emulators/atari800/sdl/a-main.o Games/c64/Emulators/atari800/sdl/a-video.o Games/c64/Emulators/atari800/sdl/a-sdl-sound.o Games/c64/Emulators/atari800/sdl/a-input.o Games/c64/Emulators/atari800/sdl/a-video_sw.o Games/c64/Emulators/atari800/pbi.o Games/c64/Emulators/atari800/input.o Games/c64/Emulators/atari800/pal_blending.o Games/c64/Emulators/atari800/img_tape.o Games/c64/Emulators/atari800/a-ui.o Games/c64/Emulators/atari800/xep80.o Games/c64/Emulators/atari800/sysrom.o Games/c64/Emulators/atari800/pbi_mio.o Games/c64/Emulators/atari800/a-log.o Games/c64/Emulators/atari800/pbi_xld.o Games/c64/Emulators/atari800/xep80_fonts.o Games/c64/Emulators/atari800/emuos.o Games/c64/Emulators/atari800/pbi_scsi.o Games/c64/Emulators/atari800/pokey.o Games/c64/Emulators/atari800/colours_ntsc.o Games/c64/Emulators/atari800/colours.o Games/c64/Emulators/atari800/gtia.o Games/c64/Emulators/atari800/atari_ntsc/atari_ntsc.o Games/c64/Emulators/vice/video/render1x2crt.o Games/c64/Emulators/vice/video/render1x1pal.o Games/c64/Emulators/vice/video/render2x2crt.o Games/c64/Emulators/vice/video/video-render-crt.o Games/c64/Emulators/vice/video/render1x1.o Games/c64/Emulators/vice/video/video-render-pal.o Games/c64/Emulators/vice/video/video-render.o Games/c64/Emulators/vice/video/render2x2ntsc.o Games/c64/Emulators/vice/video/render2x2pal.o Games/c64/Emulators/vice/video/render2x2.o Games/c64/Emulators/vice/video/render2x4crt.o Games/c64/Emulators/vice/video/video-canvas.o Games/c64/Emulators/vice/video/renderyuv.o Games/c64/Emulators/vice/video/video-render-2x2.o Games/c64/Emulators/vice/video/render1x1ntsc.o Games/c64/Emulators/vice/video/render2x4.o Games/c64/Emulators/vice/video/video-cmdline-options.o Games/c64/Emulators/vice/video/render1x2.o Games/c64/Emulators/vice/video/video-resources.o Games/c64/Emulators/vice/video/video-viewport.o Games/c64/Emulators/vice/video/render1x1crt.o Games/c64/Emulators/vice/video/video-sound.o Games/c64/Emulators/vice/video/renderscale2x.o Games/c64/Emulators/vice/video/video-color.o Games/c64/Emulators/vice/video/video-render-1x2.o Games/c64/Emulators/vice/tapeport/tape_diag_586220_harness.o Games/c64/Emulators/vice/tapeport/sense-dongle.o Games/c64/Emulators/vice/tapeport/tapeport.o Games/c64/Emulators/vice/tapeport/dtl-basic-dongle.o Games/c64/Emulators/vice/tapeport/tapelog.o Games/c64/Emulators/vice/tapeport/cp-clockf83.o Games/c64/Emulators/vice/arch/dynlib.o Games/c64/Emulators/vice/arch/menu_tfe.o Games/c64/Emulators/vice/arch/menu_snapshot.o Games/c64/Emulators/vice/arch/ui.o Games/c64/Emulators/vice/arch/console.o Games/c64/Emulators/vice/arch/fullscreen.o Games/c64/Emulators/vice/arch/menu_sid.o Games/c64/Emulators/vice/arch/rs232net.o Games/c64/Emulators/vice/arch/menu_rom.o Games/c64/Emulators/vice/arch/menu_help.o Games/c64/Emulators/vice/arch/blockdev.o Games/c64/Emulators/vice/arch/uimsgbox.o Games/c64/Emulators/vice/arch/signals.o Games/c64/Emulators/vice/arch/menu_speed.o Games/c64/Emulators/vice/arch/menu_tape.o Games/c64/Emulators/vice/arch/rs232dev.o Games/c64/Emulators/vice/arch/menu_rs232.o Games/c64/Emulators/vice/arch/menu_c64_common_expansions.o Games/c64/Emulators/vice/arch/parsid.o Games/c64/Emulators/vice/arch/menu_settings.o Games/c64/Emulators/vice/arch/menu_reset.o Games/c64/Emulators/vice/arch/x64sc_ui.o Games/c64/Emulators/vice/arch/menu_c64hw.o Games/c64/Emulators/vice/arch/menu_printer.o Games/c64/Emulators/vice/arch/rawnetarch.o Games/c64/Emulators/vice/arch/vkbd.o Games/c64/Emulators/vice/arch/uipoll.o Games/c64/Emulators/vice/arch/sdlmain.o Games/c64/Emulators/vice/arch/uifilereq.o Games/c64/Emulators/vice/arch/menu_common.o Games/c64/Emulators/vice/arch/mousedrv.o Games/c64/Emulators/vice/arch/menu_video.o Games/c64/Emulators/vice/arch/menu_vic20hw.o Games/c64/Emulators/vice/arch/menu_debug.o Games/c64/Emulators/vice/arch/uimon.o Games/c64/Emulators/vice/arch/vsyncarch.o Games/c64/Emulators/vice/arch/menu_midi.o Games/c64/Emulators/vice/arch/catweaselmkiii.o Games/c64/Emulators/vice/arch/joy.o Games/c64/Emulators/vice/arch/menu_drive.o Games/c64/Emulators/vice/arch/uicmdline.o Games/c64/Emulators/vice/arch/menu_lightpen.o Games/c64/Emulators/vice/arch/kbd.o Games/c64/Emulators/vice/arch/menu_ram.o Games/c64/Emulators/vice/arch/menu_screenshot.o Games/c64/Emulators/vice/arch/rs232.o Games/c64/Emulators/vice/arch/menu_c64model.o Games/c64/Emulators/vice/arch/uistatusbar.o Games/c64/Emulators/vice/arch/coproc.o Games/c64/Emulators/vice/arch/menu_joystick.o Games/c64/Emulators/vice/arch/menu_vic20cart.o Games/c64/Emulators/vice/arch/menu_c64_expansions.o Games/c64/Emulators/vice/arch/menu_ffmpeg.o Games/c64/Emulators/vice/arch/menu_c64cart.o Games/c64/Emulators/vice/arch/uipause.o Games/c64/Emulators/vice/arch/lightpendrv.o Games/c64/Emulators/vice/arch/uimenu.o Games/c64/Emulators/vice/arch/menu_drive_rom.o Games/c64/Emulators/vice/arch/uihotkey.o Games/c64/Emulators/vice/arch/menu_mouse.o Games/c64/Emulators/vice/arch/menu_network.o Games/c64/Emulators/vice/arch/hardsid.o Games/c64/Emulators/vice/arch/video.o Games/c64/Emulators/vice/arch/menu_sound.o Games/c64/Emulators/vice/gfxoutputdrv/doodledrv.o Games/c64/Emulators/vice/gfxoutputdrv/pcxdrv.o Games/c64/Emulators/vice/gfxoutputdrv/gifdrv.o Games/c64/Emulators/vice/gfxoutputdrv/bmpdrv.o Games/c64/Emulators/vice/gfxoutputdrv/jpegdrv.o Games/c64/Emulators/vice/gfxoutputdrv/koaladrv.o Games/c64/Emulators/vice/gfxoutputdrv/ppmdrv.o Games/c64/Emulators/vice/gfxoutputdrv/nativedrv.o Games/c64/Emulators/vice/gfxoutputdrv/gfxoutput.o Games/c64/Emulators/vice/gfxoutputdrv/godotdrv.o Games/c64/Emulators/vice/gfxoutputdrv/iffdrv.o Games/c64/Emulators/vice/drive/drivesync.o Games/c64/Emulators/vice/drive/driverom.o Games/c64/Emulators/vice/drive/drive-check.o Games/c64/Emulators/vice/drive/drivecpu.o Games/c64/Emulators/vice/drive/drivemem.o Games/c64/Emulators/vice/drive/drive.o Games/c64/Emulators/vice/drive/iecieee/iecieee.o Games/c64/Emulators/vice/drive/iecieee/via2d.o Games/c64/Emulators/vice/drive/drive-resources.o Games/c64/Emulators/vice/drive/ieee/memieee.o Games/c64/Emulators/vice/drive/ieee/fdc.o Games/c64/Emulators/vice/drive/ieee/ieeerom.o Games/c64/Emulators/vice/drive/ieee/riot1d.o Games/c64/Emulators/vice/drive/ieee/riot2d.o Games/c64/Emulators/vice/drive/ieee/ieee.o Games/c64/Emulators/vice/drive/ieee/via1d2031.o Games/c64/Emulators/vice/drive/ieee/ieee-resources.o Games/c64/Emulators/vice/drive/ieee/ieee-cmdline-options.o Games/c64/Emulators/vice/drive/drive-writeprotect.o Games/c64/Emulators/vice/drive/rotation.o Games/c64/Emulators/vice/drive/drive-cmdline-options.o Games/c64/Emulators/vice/drive/drivecpu65c02.o Games/c64/Emulators/vice/drive/iec/fdd.o Games/c64/Emulators/vice/drive/iec/iec-cmdline-options.o Games/c64/Emulators/vice/drive/iec/pc8477.o Games/c64/Emulators/vice/drive/iec/glue1571.o Games/c64/Emulators/vice/drive/iec/via4000.o Games/c64/Emulators/vice/drive/iec/wd1770.o Games/c64/Emulators/vice/drive/iec/memiec.o Games/c64/Emulators/vice/drive/iec/iecrom.o Games/c64/Emulators/vice/drive/iec/iec.o Games/c64/Emulators/vice/drive/iec/via1d1541.o Games/c64/Emulators/vice/drive/iec/c64exp/c64exp-resources.o Games/c64/Emulators/vice/drive/iec/c64exp/c64exp-cmdline-options.o Games/c64/Emulators/vice/drive/iec/c64exp/supercard.o Games/c64/Emulators/vice/drive/iec/c64exp/dolphindos3.o Games/c64/Emulators/vice/drive/iec/c64exp/profdos.o Games/c64/Emulators/vice/drive/iec/c64exp/stardos-exp.o Games/c64/Emulators/vice/drive/iec/c64exp/iec-c64exp.o Games/c64/Emulators/vice/drive/iec/cia1581d.o Games/c64/Emulators/vice/drive/iec/cia1571d.o Games/c64/Emulators/vice/drive/iec/iec-resources.o Games/c64/Emulators/vice/drive/drive-snapshot.o Games/c64/Emulators/vice/drive/driveimage.o Games/c64/Emulators/vice/drive/tcbm/tpid.o Games/c64/Emulators/vice/drive/drive-overflow.o Games/c64/Emulators/vice/drive/drive-sound.o Games/c64/Emulators/vice/sid/sid-snapshot.o Games/c64/Emulators/vice/sid/sid.o Games/c64/Emulators/vice/sid/sid-resources.o Games/c64/Emulators/vice/sid/sid-cmdline-options.o Games/c64/Emulators/vice/sid/fastsid.o Games/c64/Emulators/vice/fileio/p00.o Games/c64/Emulators/vice/fileio/fileio.o Games/c64/Emulators/vice/fileio/cbmfile.o Games/c64/Emulators/vice/diskimage/rawimage.o Games/c64/Emulators/vice/diskimage/diskimage.o Games/c64/Emulators/vice/diskimage/fsimage-check.o Games/c64/Emulators/vice/diskimage/fsimage-create.o Games/c64/Emulators/vice/diskimage/fsimage-p64.o Games/c64/Emulators/vice/diskimage/fsimage.o Games/c64/Emulators/vice/diskimage/fsimage-probe.o Games/c64/Emulators/vice/diskimage/fsimage-dxx.o Games/c64/Emulators/vice/diskimage/fsimage-gcr.o Games/c64/Emulators/vice/root/gcr.o Games/c64/Emulators/vice/root/initcmdline.o Games/c64/Emulators/vice/root/machine.o Games/c64/Emulators/vice/root/autostart-prg.o Games/c64/Emulators/vice/root/init.o Games/c64/Emulators/vice/root/libm_math.o Games/c64/Emulators/vice/root/resources.o Games/c64/Emulators/vice/root/lib.o Games/c64/Emulators/vice/root/interrupt.o Games/c64/Emulators/vice/root/palette.o Games/c64/Emulators/vice/root/alarm.o Games/c64/Emulators/vice/root/fixpoint.o Games/c64/Emulators/vice/root/clkguard.o Games/c64/Emulators/vice/root/vicefeatures.o Games/c64/Emulators/vice/root/zipcode.o Games/c64/Emulators/vice/root/findpath.o Games/c64/Emulators/vice/root/cmdline.o Games/c64/Emulators/vice/root/romset.o Games/c64/Emulators/vice/root/cbmdos.o Games/c64/Emulators/vice/root/network.o Games/c64/Emulators/vice/root/cbmimage.o Games/c64/Emulators/vice/root/traps.o Games/c64/Emulators/vice/root/color.o Games/c64/Emulators/vice/root/vice-crc32.o Games/c64/Emulators/vice/root/attach.o Games/c64/Emulators/vice/root/clipboard.o Games/c64/Emulators/vice/root/log.o Games/c64/Emulators/vice/root/charset.o Games/c64/Emulators/vice/root/translate.o Games/c64/Emulators/vice/root/info.o Games/c64/Emulators/vice/root/rawnet.o Games/c64/Emulators/vice/root/screenshot.o Games/c64/Emulators/vice/root/embedded.o Games/c64/Emulators/vice/root/util.o Games/c64/Emulators/vice/root/machine-bus.o Games/c64/Emulators/vice/root/datasette.o Games/c64/Emulators/vice/root/ioutil.o Games/c64/Emulators/vice/root/dma.o Games/c64/Emulators/vice/root/vsync.o Games/c64/Emulators/vice/root/midi.o Games/c64/Emulators/vice/root/sound.o Games/c64/Emulators/vice/root/opencbmlib.o Games/c64/Emulators/vice/root/ram.o Games/c64/Emulators/vice/root/fliplist.o Games/c64/Emulators/vice/root/event.o Games/c64/Emulators/vice/root/zfile.o Games/c64/Emulators/vice/root/kbdbuf.o Games/c64/Emulators/vice/root/main.o Games/c64/Emulators/vice/root/debug.o Games/c64/Emulators/vice/root/rawfile.o Games/c64/Emulators/vice/root/keyboard.o Games/c64/Emulators/vice/root/autostart.o Games/c64/Emulators/vice/root/snapshot.o Games/c64/Emulators/vice/root/sysfile.o Games/c64/Emulators/vice/root/socket.o Games/c64/Emulators/vice/core/ciatimer.o Games/c64/Emulators/vice/core/spi-sdcard.o Games/c64/Emulators/vice/core/riotcore.o Games/c64/Emulators/vice/core/cs8900.o Games/c64/Emulators/vice/core/viacore.o Games/c64/Emulators/vice/core/ata.o Games/c64/Emulators/vice/core/mc6821core.o Games/c64/Emulators/vice/core/fmopl.o Games/c64/Emulators/vice/core/m93c86.o Games/c64/Emulators/vice/core/ser-eeprom.o Games/c64/Emulators/vice/core/flash040core.o Games/c64/Emulators/vice/core/ciacore.o Games/c64/Emulators/vice/core/t6721.o Games/c64/Emulators/vice/core/tpicore.o Games/c64/Emulators/vice/userport/userport_dac.o Games/c64/Emulators/vice/userport/userport_4bit_sampler.o Games/c64/Emulators/vice/userport/userport_8bss.o Games/c64/Emulators/vice/userport/userport.o Games/c64/Emulators/vice/userport/userport_rtc_58321a.o Games/c64/Emulators/vice/userport/userport_rtc_ds1307.o Games/c64/Emulators/vice/userport/userport_joystick.o Games/c64/Emulators/vice/userport/userport_digimax.o Games/c64/Emulators/vice/userport/userport_diag_586220_harness.o Games/c64/Emulators/vice/tape/tape.o Games/c64/Emulators/vice/tape/tape-internal.o Games/c64/Emulators/vice/tape/tapeimage.o Games/c64/Emulators/vice/tape/t64.o Games/c64/Emulators/vice/tape/tape-snapshot.o Games/c64/Emulators/vice/tape/tap.o Games/c64/Emulators/vice/printerdrv/drv-raw.o Games/c64/Emulators/vice/printerdrv/drv-nl10.o Games/c64/Emulators/vice/printerdrv/output-select.o Games/c64/Emulators/vice/printerdrv/drv-1520.o Games/c64/Emulators/vice/printerdrv/drv-ascii.o Games/c64/Emulators/vice/printerdrv/printer-serial.o Games/c64/Emulators/vice/printerdrv/interface-serial.o Games/c64/Emulators/vice/printerdrv/output-graphics.o Games/c64/Emulators/vice/printerdrv/driver-select.o Games/c64/Emulators/vice/printerdrv/output-text.o Games/c64/Emulators/vice/printerdrv/printer-userport.o Games/c64/Emulators/vice/printerdrv/drv-mps803.o Games/c64/Emulators/vice/printerdrv/printer.o Games/c64/Emulators/vice/printerdrv/interface-userport.o Games/c64/Emulators/vice/vdrive/vdrive-command.o Games/c64/Emulators/vice/vdrive/vdrive-snapshot.o Games/c64/Emulators/vice/vdrive/vdrive.o Games/c64/Emulators/vice/vdrive/vdrive-bam.o Games/c64/Emulators/vice/vdrive/vdrive-dir.o Games/c64/Emulators/vice/vdrive/vdrive-rel.o Games/c64/Emulators/vice/vdrive/vdrive-internal.o Games/c64/Emulators/vice/vdrive/vdrive-iec.o Games/c64/Emulators/vice/c64/c64export.o Games/c64/Emulators/vice/c64/c64io.o Games/c64/Emulators/vice/c64/plus60k.o Games/c64/Emulators/vice/c64/c64_256k.o Games/c64/Emulators/vice/c64/c64cia2.o Games/c64/Emulators/vice/c64/c64.o Games/c64/Emulators/vice/c64/cart/delaep7x8.o Games/c64/Emulators/vice/c64/cart/final.o Games/c64/Emulators/vice/c64/cart/zaxxon.o Games/c64/Emulators/vice/c64/cart/diashowmaker.o Games/c64/Emulators/vice/c64/cart/c64cartmem.o Games/c64/Emulators/vice/c64/cart/clockport.o Games/c64/Emulators/vice/c64/cart/magicformel.o Games/c64/Emulators/vice/c64/cart/capture.o Games/c64/Emulators/vice/c64/cart/gmod2.o Games/c64/Emulators/vice/c64/cart/c64-midi.o Games/c64/Emulators/vice/c64/cart/crt.o Games/c64/Emulators/vice/c64/cart/supersnapshot.o Games/c64/Emulators/vice/c64/cart/ocean.o Games/c64/Emulators/vice/c64/cart/digimax.o Games/c64/Emulators/vice/c64/cart/c64carthooks.o Games/c64/Emulators/vice/c64/cart/cs8900io.o Games/c64/Emulators/vice/c64/cart/pagefox.o Games/c64/Emulators/vice/c64/cart/magicdesk.o Games/c64/Emulators/vice/c64/cart/exos.o Games/c64/Emulators/vice/c64/cart/mmcreplay.o Games/c64/Emulators/vice/c64/cart/finalplus.o Games/c64/Emulators/vice/c64/cart/actionreplay.o Games/c64/Emulators/vice/c64/cart/rgcd.o Games/c64/Emulators/vice/c64/cart/ramcart.o Games/c64/Emulators/vice/c64/cart/freezemachine.o Games/c64/Emulators/vice/c64/cart/kingsoft.o Games/c64/Emulators/vice/c64/cart/stb.o Games/c64/Emulators/vice/c64/cart/simonsbasic.o Games/c64/Emulators/vice/c64/cart/final3.o Games/c64/Emulators/vice/c64/cart/actionreplay3.o Games/c64/Emulators/vice/c64/cart/stardos.o Games/c64/Emulators/vice/c64/cart/expert.o Games/c64/Emulators/vice/c64/cart/westermann.o Games/c64/Emulators/vice/c64/cart/rexutility.o Games/c64/Emulators/vice/c64/cart/ds12c887rtc.o Games/c64/Emulators/vice/c64/cart/dqbb.o Games/c64/Emulators/vice/c64/cart/gamekiller.o Games/c64/Emulators/vice/c64/cart/funplay.o Games/c64/Emulators/vice/c64/cart/sfx_soundsampler.o Games/c64/Emulators/vice/c64/cart/actionreplay4.o Games/c64/Emulators/vice/c64/cart/silverrock128.o Games/c64/Emulators/vice/c64/cart/supersnapshot4.o Games/c64/Emulators/vice/c64/cart/rexep256.o Games/c64/Emulators/vice/c64/cart/mach5.o Games/c64/Emulators/vice/c64/cart/actionreplay2.o Games/c64/Emulators/vice/c64/cart/prophet64.o Games/c64/Emulators/vice/c64/cart/shortbus_digimax.o Games/c64/Emulators/vice/c64/cart/superexplode5.o Games/c64/Emulators/vice/c64/cart/c64tpi.o Games/c64/Emulators/vice/c64/cart/warpspeed.o Games/c64/Emulators/vice/c64/cart/easycalc.o Games/c64/Emulators/vice/c64/cart/formel64.o Games/c64/Emulators/vice/c64/cart/ide64.o Games/c64/Emulators/vice/c64/cart/atomicpower.o Games/c64/Emulators/vice/c64/cart/sfx_soundexpander.o Games/c64/Emulators/vice/c64/cart/retroreplay.o Games/c64/Emulators/vice/c64/cart/dinamic.o Games/c64/Emulators/vice/c64/cart/shortbus.o Games/c64/Emulators/vice/c64/cart/daa.o Games/c64/Emulators/vice/c64/cart/mmc64.o Games/c64/Emulators/vice/c64/cart/shortbus_etfe.o Games/c64/Emulators/vice/c64/cart/clockport-mp3at64.o Games/c64/Emulators/vice/c64/cart/georam.o Games/c64/Emulators/vice/c64/cart/debugcart.o Games/c64/Emulators/vice/c64/cart/kcs.o Games/c64/Emulators/vice/c64/cart/c64-generic.o Games/c64/Emulators/vice/c64/cart/epyxfastload.o Games/c64/Emulators/vice/c64/cart/isepic.o Games/c64/Emulators/vice/c64/cart/ethernetcart.o Games/c64/Emulators/vice/c64/cart/clockport-rrnet.o Games/c64/Emulators/vice/c64/cart/snapshot64.o Games/c64/Emulators/vice/c64/cart/delaep64.o Games/c64/Emulators/vice/c64/cart/gs.o Games/c64/Emulators/vice/c64/cart/cpmcart.o Games/c64/Emulators/vice/c64/cart/rrnetmk3.o Games/c64/Emulators/vice/c64/cart/mikroass.o Games/c64/Emulators/vice/c64/cart/c64acia1.o Games/c64/Emulators/vice/c64/cart/c64cart.o Games/c64/Emulators/vice/c64/cart/delaep256.o Games/c64/Emulators/vice/c64/cart/freezeframe.o Games/c64/Emulators/vice/c64/cart/comal80.o Games/c64/Emulators/vice/c64/cart/ross.o Games/c64/Emulators/vice/c64/cart/magicvoice.o Games/c64/Emulators/vice/c64/cart/supergames.o Games/c64/Emulators/vice/c64/cart/easyflash.o Games/c64/Emulators/vice/c64/cart/reu.o Games/c64/Emulators/vice/c64/c64romset.o Games/c64/Emulators/vice/c64/c64-cmdline-options.o Games/c64/Emulators/vice/c64/c64embedded.o Games/c64/Emulators/vice/c64/c64rom.o Games/c64/Emulators/vice/c64/c64keyboard.o Games/c64/Emulators/vice/c64/c64memlimit.o Games/c64/Emulators/vice/c64/plus256k.o Games/c64/Emulators/vice/c64/psid.o Games/c64/Emulators/vice/c64/c64bus.o Games/c64/Emulators/vice/c64/c64drive.o Games/c64/Emulators/vice/c64/c64memsnapshot.o Games/c64/Emulators/vice/c64/c64scmodel.o Games/c64/Emulators/vice/c64/c64memsc.o Games/c64/Emulators/vice/c64/c64-resources.o Games/c64/Emulators/vice/c64/c64printer.o Games/c64/Emulators/vice/c64/c64sound.o Games/c64/Emulators/vice/c64/c64rsuser.o Games/c64/Emulators/vice/c64/c64-memory-hacks.o Games/c64/Emulators/vice/c64/c64memrom.o Games/c64/Emulators/vice/c64/c64fastiec.o Games/c64/Emulators/vice/c64/c64iec.o Games/c64/Emulators/vice/c64/c64cpusc.o Games/c64/Emulators/vice/c64/c64video.o Games/c64/Emulators/vice/c64/c64gluelogic.o Games/c64/Emulators/vice/c64/c64cia1.o Games/c64/Emulators/vice/c64/c64meminit.o Games/c64/Emulators/vice/c64/c64datasette.o Games/c64/Emulators/vice/c64/reloc65.o Games/c64/Emulators/vice/c64/c64-snapshot.o Games/c64/Emulators/vice/c64/patchrom.o Games/c64/Emulators/vice/c64/c64pla.o Games/c64/Emulators/vice/c64/c64parallel.o Games/c64/Emulators/vice/sounddrv/soundmovie.o Games/c64/Emulators/vice/sounddrv/soundsdl.o Games/c64/Emulators/vice/sounddrv/sounddummy.o Games/c64/Emulators/vice/sounddrv/soundfs.o Games/c64/Emulators/vice/sounddrv/soundwav.o Games/c64/Emulators/vice/sounddrv/sounddump.o Games/c64/Emulators/vice/sounddrv/soundiff.o Games/c64/Emulators/vice/sounddrv/soundaiff.o Games/c64/Emulators/vice/sounddrv/soundvoc.o Games/c64/Emulators/vice/joyport/sampler2bit.o Games/c64/Emulators/vice/joyport/cx85.o Games/c64/Emulators/vice/joyport/lightpen.o Games/c64/Emulators/vice/joyport/vizawrite64_dongle.o Games/c64/Emulators/vice/joyport/mouse.o Games/c64/Emulators/vice/joyport/sampler4bit.o Games/c64/Emulators/vice/joyport/rushware_keypad.o Games/c64/Emulators/vice/joyport/script64_dongle.o Games/c64/Emulators/vice/joyport/joyport.o Games/c64/Emulators/vice/joyport/bbrtc.o Games/c64/Emulators/vice/joyport/cardkey.o Games/c64/Emulators/vice/joyport/cx21.o Games/c64/Emulators/vice/joyport/joystick.o Games/c64/Emulators/vice/joyport/coplin_keypad.o Games/c64/Emulators/vice/joyport/paperclip64.o Games/c64/Emulators/vice/monitor/mon_assemblez80.o Games/c64/Emulators/vice/monitor/mon_registerz80.o Games/c64/Emulators/vice/monitor/mon_assemble6502.o Games/c64/Emulators/vice/monitor/mon_register6502dtv.o Games/c64/Emulators/vice/monitor/monitor_network.o Games/c64/Emulators/vice/monitor/asm6809.o Games/c64/Emulators/vice/monitor/monitor.o Games/c64/Emulators/vice/monitor/asm6502.o Games/c64/Emulators/vice/monitor/mon_memory.o Games/c64/Emulators/vice/monitor/asmz80.o Games/c64/Emulators/vice/monitor/mon_ui.o Games/c64/Emulators/vice/monitor/mon_memmap.o Games/c64/Emulators/vice/monitor/mon_register.o Games/c64/Emulators/vice/monitor/mon_register6502.o Games/c64/Emulators/vice/monitor/mon_register65816.o Games/c64/Emulators/vice/monitor/mon_register6809.o Games/c64/Emulators/vice/monitor/mon_parse.o Games/c64/Emulators/vice/monitor/mon_command.o Games/c64/Emulators/vice/monitor/asmR65C02.o Games/c64/Emulators/vice/monitor/asm6502dtv.o Games/c64/Emulators/vice/monitor/mon_drive.o Games/c64/Emulators/vice/monitor/mon_registerR65C02.o Games/c64/Emulators/vice/monitor/mon_assembleR65C02.o Games/c64/Emulators/vice/monitor/mon_assemble6809.o Games/c64/Emulators/vice/monitor/mon_lex.o Games/c64/Emulators/vice/monitor/mon_breakpoint.o Games/c64/Emulators/vice/monitor/mon_disassemble.o Games/c64/Emulators/vice/monitor/mon_file.o Games/c64/Emulators/vice/monitor/mon_util.o Games/c64/Emulators/vice/rs232drv/rsuser.o Games/c64/Emulators/vice/rs232drv/rs232drv.o Games/c64/Emulators/vice/diag/c64_diag_586220_harness.o Games/c64/Emulators/vice/parallel/parallel.o Games/c64/Emulators/vice/parallel/parallel-trap.o Games/c64/Emulators/vice/serial/serial-realdevice.o Games/c64/Emulators/vice/serial/serial-trap.o Games/c64/Emulators/vice/serial/serial-iec-bus.o Games/c64/Emulators/vice/serial/serial-iec.o Games/c64/Emulators/vice/serial/serial-device.o Games/c64/Emulators/vice/serial/fsdrive.o Games/c64/Emulators/vice/serial/serial.o Games/c64/Emulators/vice/serial/serial-iec-device.o Games/c64/Emulators/vice/serial/serial-iec-lib.o Games/c64/Emulators/vice/iecbus/iecbus.o Games/c64/Emulators/vice/fsdevice/fsdevice-cmdline-options.o Games/c64/Emulators/vice/fsdevice/fsdevice-read.o Games/c64/Emulators/vice/fsdevice/fsdevice-flush.o Games/c64/Emulators/vice/fsdevice/fsdevice-close.o Games/c64/Emulators/vice/fsdevice/fsdevice.o Games/c64/Emulators/vice/fsdevice/fsdevice-open.o Games/c64/Emulators/vice/fsdevice/fsdevice-write.o Games/c64/Emulators/vice/fsdevice/fsdevice-resources.o Games/c64/Emulators/vice/rtc/pcf8583.o Games/c64/Emulators/vice/rtc/ds1202_1302.o Games/c64/Emulators/vice/rtc/ds12c887.o Games/c64/Emulators/vice/rtc/ds1307.o Games/c64/Emulators/vice/rtc/rtc.o Games/c64/Emulators/vice/rtc/ds1602.o Games/c64/Emulators/vice/rtc/bq4830y.o Games/c64/Emulators/vice/rtc/rtc-58321a.o Games/c64/Emulators/vice/rtc/ds1216e.o Games/c64/Emulators/vice/raster/raster-resources.o Games/c64/Emulators/vice/raster/raster-sprite-status.o Games/c64/Emulators/vice/raster/raster-sprite-cache.o Games/c64/Emulators/vice/raster/raster-cmdline-options.o Games/c64/Emulators/vice/raster/raster-line-changes-sprite.o Games/c64/Emulators/vice/raster/raster-line.o Games/c64/Emulators/vice/raster/raster-sprite.o Games/c64/Emulators/vice/raster/raster-cache.o Games/c64/Emulators/vice/raster/raster-line-changes.o Games/c64/Emulators/vice/raster/raster-changes.o Games/c64/Emulators/vice/raster/raster-canvas.o Games/c64/Emulators/vice/raster/raster-modes.o Games/c64/Emulators/vice/raster/raster.o Games/c64/Emulators/vice/platform/platform_syllable_runtime_os.o Games/c64/Emulators/vice/platform/platform.o Games/c64/Emulators/vice/platform/platform_os2_runtime_os.o Games/c64/Emulators/vice/platform/platform_aros_runtime_os.o Games/c64/Emulators/vice/platform/platform_amigaos4_runtime_os.o Games/c64/Emulators/vice/platform/platform_amigaos3_runtime_os.o Games/c64/Emulators/vice/platform/platform_macosx.o Games/c64/Emulators/vice/platform/platform_solaris_runtime_os.o Games/c64/Emulators/vice/platform/platform_windows_runtime_os.o Games/c64/Emulators/vice/platform/platform_x86_runtime_cpu.o Games/c64/Emulators/vice/platform/platform_beos_runtime_os.o Games/c64/Emulators/vice/samplerdrv/file_drv.o Games/c64/Emulators/vice/samplerdrv/sampler.o Games/c64/Emulators/vice/samplerdrv/portaudio_drv.o Games/c64/Emulators/vice/viciisc/vicii-cmdline-options.o Games/c64/Emulators/vice/viciisc/vicii-timing.o Games/c64/Emulators/vice/viciisc/vicii-draw.o Games/c64/Emulators/vice/viciisc/vicii-chip-model.o Games/c64/Emulators/vice/viciisc/vicii-cycle.o Games/c64/Emulators/vice/viciisc/vicii-color.o Games/c64/Emulators/vice/viciisc/vicii-mem.o Games/c64/Emulators/vice/viciisc/vicii-snapshot.o Games/c64/Emulators/vice/viciisc/vicii-irq.o Games/c64/Emulators/vice/viciisc/vicii.o Games/c64/Emulators/vice/viciisc/vicii-phi1.o Games/c64/Emulators/vice/viciisc/vicii-lightpen.o Games/c64/Emulators/vice/viciisc/vicii-draw-cycle.o Games/c64/Emulators/vice/viciisc/vicii-fetch.o Games/c64/Emulators/vice/viciisc/vicii-resources.o Games/c64/Emulators/vice/imagecontents/diskcontents-block.o Games/c64/Emulators/vice/imagecontents/diskcontents.o Games/c64/Emulators/vice/imagecontents/tapecontents.o Games/c64/Emulators/vice/imagecontents/diskcontents-iec.o Games/c64/Emulators/vice/imagecontents/imagecontents.o Games/c64/Emulators/vice/lib/p64/p64.o Linux/arch/archdep.o Linux/arch/mididrv.o Linux/nfd/nfd_common.o Linux/nfd/nfd_gtk.o Linux/nfd/nfd_zenity.o Linux/libclipboard/libclipboard_common.o Linux/portaudio/common/pa_debugprint.o Linux/portaudio/common/pa_cpuload.o Linux/portaudio/common/pa_allocation.o Linux/portaudio/common/pa_front.o Linux/portaudio/common/pa_process.o Linux/portaudio/common/pa_dither.o Linux/portaudio/common/pa_converters.o Linux/portaudio/common/pa_trace.o Linux/portaudio/common/pa_stream.o Linux/portaudio/common/pa_ringbuffer.o Linux/portaudio/os/pa_linux_alsa.o Linux/portaudio/os/pa_unix_hostapis.o Linux/portaudio/os/pa_unix_util.o Engine/libjson/_internal/Source/libjson.o Engine/pugixml/pugixml.o Engine/jpeg/JPEGWriter.o Engine/jpeg/JPEGReader.o Engine/lodepng/lodepng.o Engine/md5/MD5.o Games/c64/Tools/stilview/stil.o Games/c64/Tools/stilview/stilcomm.o Games/c64/Tools/sidplay/sidtune/SidTuneTools.o Games/c64/Tools/sidplay/sidtune/MUS.o Games/c64/Tools/sidplay/sidtune/PP20.o Games/c64/Tools/sidplay/sidtune/InfoFile.o Games/c64/Tools/sidplay/sidtune/SidTune.o Games/c64/Tools/sidplay/sidtune/prg.o Games/c64/Tools/sidplay/sidtune/IconInfo.o Games/c64/Tools/sidplay/utils/libini-ini.o Games/c64/Tools/sidplay/utils/SidDatabase.o Games/c64/Tools/sidplay/utils/SidTuneMod.o Games/c64/Tools/libpsid64/libpsid-psid64.o Games/c64/Tools/libpsid64/libpsid-theme.o Games/c64/Tools/libpsid64/libpsid-reloc65.o Games/c64/Tools/libpsid64/libpsid-screen.o Games/c64/Tools/libpsid64/libpsid-sidid.o Games/c64/Emulators/nestopiaue/common/nstconfig.o Games/c64/Emulators/nestopiaue/common/nstcli.o Games/c64/Emulators/nestopiaue/common/nstini.o Games/c64/Emulators/nestopiaue/sdl/nstcursor.o Games/c64/Emulators/vice/sid/resid-fp.o Games/c64/Emulators/vice/sid/resid.o Games/c64/Emulators/vice/resid/resid-envelope.o Games/c64/Emulators/vice/resid/resid-pot.o Games/c64/Emulators/vice/resid/resid-version.o Games/c64/Emulators/vice/resid/resid-dac.o Games/c64/Emulators/vice/resid/resid-filter.o Games/c64/Emulators/vice/resid/resid-sid.o Games/c64/Emulators/vice/resid/resid-wave.o Games/c64/Emulators/vice/resid/resid-voice.o Games/c64/Emulators/vice/resid/resid-extfilt.o Games/c64/Emulators/vice/resid-fp/residfp-wave.o Games/c64/Emulators/vice/resid-fp/residfp-voice.o Games/c64/Emulators/vice/resid-fp/residfp-extfilt.o Games/c64/Emulators/vice/resid-fp/residfp-envelope.o Games/c64/Emulators/vice/resid-fp/residfp-convolve.o Games/c64/Emulators/vice/resid-fp/residfp-pot.o Games/c64/Emulators/vice/resid-fp/residfp-filter.o Games/c64/Emulators/vice/resid-fp/residfp-convolve-sse.o Games/c64/Emulators/vice/resid-fp/residfp-sid.o Linux/VID_GLViewController.o Linux/libclipboard/libclipboard_x11.o Linux/DBG_Log.o Linux/CSlrImage.o Linux/SYS_Startup.o Linux/SND_SoundEngine.o `pkg-config --libs gtk+-3.0 x11 gl xcb-util alsa` -pthread upx -9 c64debugger Ultimate Packer for eXecutables Copyright (C) 1996 - 2018 UPX 3.95 Markus Oberhumer, Laszlo Molnar & John Reiser Aug 26th 2018 File size Ratio Format Name -------------------- ------ ----------- ----------- 13407864 -> 3474492 25.91% linux/arm64 c64debugger Packed 1 file. :~/builds/C64-65XE/c64-debugger-code/MTEngine$ ./c64debugger 14:23:29,078 0000 [MAIN] MTEngine (C)2011 Marcin Skoczylas, compiled on Aug 18 2020 14:06:30 14:23:29,078 0000 [MAIN] SYS_InitFileSystem 14:23:29,078 0000 [DEBUG] gPathToCurrentDirectory=/home/ubuntu/builds/C64-65XE/c64-debugger-code/MTEngine 14:23:29,078 0000 [DEBUG] pathToResources=./Documents/ 14:23:29,078 0000 [DEBUG] pathToDocuments=./Documents/ 14:23:29,078 0000 [DEBUG] gPathToTemp=./Documents/ 14:23:29,078 0000 [DEBUG] pathToSettings=/home/ubuntu/.C64Debugger 14:23:29,078 0000 [DEBUG] C64DebuggerParseCommandLine0 14:23:30,010 0000 [MAIN] visual 0x3ca selected 14:23:30,020 0000 [MAIN] initGL 14:23:30,020 0000 [MAIN] SYS_InitApplicationPauseResume() 14:23:30,020 0000 [DEBUG] SYS_InitAccelerometer() 14:23:30,020 0000 [MAIN] init file system 14:23:30,020 0000 [MAIN] SYS_InitFileSystem 14:23:30,020 0000 [DEBUG] gPathToCurrentDirectory=/home/ubuntu/builds/C64-65XE/c64-debugger-code/MTEngine 14:23:30,020 0000 [DEBUG] pathToResources=./Documents/ 14:23:30,020 0000 [DEBUG] pathToDocuments=./Documents/ 14:23:30,020 0000 [DEBUG] gPathToTemp=./Documents/ 14:23:30,020 0000 [DEBUG] pathToSettings=/home/ubuntu/.C64Debugger 14:23:30,020 0000 [MAIN] Resource manager INIT 14:23:30,020 0000 [TODO] SYS_SetThreadName 14:23:30,020 0000 [MAIN] RES_InitDeployFile 14:23:30,020 0000 [ERROR] CSlrFileFromDocuments: failed to open ./Documents/deploy/deploy 14:23:30,020 0000 [ERROR] CByteBuffer: file does not exist 14:23:30,020 0000 [WARN] Deploy file does not exist. 14:23:30,020 0000 [MAIN] RES_InitEmbeddedData 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /Engine/console-plain 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 144117835879224321-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /Engine/default-font 6 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 148902583881565576-06 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /Engine/default-font 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 148902583881565576-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_new 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 8026374788069468156-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_clear 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 8003187127070560684-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_open 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 8026266975448145087-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_save 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 8026272537716792473-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_export 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 1950347118719994570-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_import 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 1950347119073102459-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_settings 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 74904620972209364-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_tool_rectangle 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 8669537234382629411-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_tool_pen 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 2250679686601533639-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_tool_line 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 233067053546147881-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_tool_fill 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 665412617774174763-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_tool_dither 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 809527747246955172-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_tool_circle 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 881585285600714666-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_tool_brush_square 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 8668714735405149668-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_tool_brush_circle 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 9175352101298286939-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_close 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 8000110650586370776-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_raw_export 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 1659073266153031464-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_raw_import 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 146989691263391901-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_small_export 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 3463111143036625185-03 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: /gfx/icon_small_import 3 14:23:30,021 0000 [DEBUG] RES_AddFileToDeploy: resource added 3463111143036630434-03 14:23:30,022 0000 [MAIN] screen aspect: 1.639 14:23:30,022 0000 [MAIN] sound engine init Aborted (core dumped)
I would highly appreciate any tips on how it would be possible to make the software run on ARM64. Thanks a lot in advance!