aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-14 20:05:28 +0900
committerAstatin <astatin@redacted>2024-08-14 20:05:28 +0900
commitf9f115384757135fa8488bd43eb3e5e91cc243d9 (patch)
tree6ab2b9bf120267f85140e1d8c9aa3a12b7e9c446 /Makefile
parent59c2f3cc678df564bb9cf2b232537ce8a9d734fa (diff)
Add RNG + do some tests with is_solid
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e95c10b..05db7c9 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ build/main.rom: main.gbasm
gbasm $< $@
run: build/main.rom
- gb --thread-sleep $<
+ gb -s 200 $<
sameboy: build/main.rom
sameboy build/main.rom