Files
CDi_MiSTer/.vscode/c_cpp_properties.json
Andre Zeps 466c6d7171 fixed broken CPU instructions
MULU and DIVU were affected and behaved
wrong due to additions to the TG68k made for
SCC68070 compatibility

also fixes F$Time, F$Sleep and F$STime
2024-09-10 13:28:04 +02:00

17 lines
426 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/share/verilator/include/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}