1
0
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:
Jason Turner
2021-09-09 22:35:04 -06:00
parent 95f50f59af
commit 165c63701a
8 changed files with 394 additions and 7 deletions

View File

@@ -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(