diff options
author | Astatin <[email protected]> | 2025-07-22 22:36:00 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-07-22 22:36:00 +0200 |
commit | 398f8cc146ef484ac935fc12cc930ad687a7bad2 (patch) | |
tree | 7d1bc02b07671a2e0c0141e0fa5ef93be695d8cb | |
parent | 5f2f1449991afc068f3d12afe30af74c69defe39 (diff) |
Add new emulator verbosity parameters
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ build/game_linux_x86-64: build/makeself/start.sh build/makeself/main.rom build/m run: build/main.rom mkdir -p recordings - gb $< --record-input "./recordings/$(shell date -Iseconds).record" -k + gb $< --record-input "./recordings/$(shell date -Iseconds).record" -v infos,errors,debug,halt_cycles sameboy: build/main.rom sameboy build/main.rom |