mirror of
https://github.com/lefticus/6502-cpp.git
synced 2025-07-25 20:24:31 +00:00
Stub in support for commander x16
This commit is contained in:
@@ -80,7 +80,7 @@ quit
|
||||
|
||||
|
||||
REQUIRE(system(fmt::format(
|
||||
"{} -f {} -t C64 {} {}", mos6502_cpp_executable, source_filename, optimization_level, optimize_6502)
|
||||
"{} {} -t C64 {} {}", mos6502_cpp_executable, source_filename, optimization_level, optimize_6502)
|
||||
.c_str())
|
||||
== EXIT_SUCCESS);
|
||||
REQUIRE(
|
||||
|
Reference in New Issue
Block a user