mirror of
https://github.com/MiSTer-devel/CDi_MiSTer.git
synced 2026-06-14 03:04:32 +00:00
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
17 lines
426 B
JSON
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
|
|
} |