mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
increase the maximum amount of cycles, else the shift test will fail
This commit is contained in:
parent
5ad365c5df
commit
a4f1e37f0c
@ -24,7 +24,7 @@ ifdef QUIET
|
||||
NULLERR = 2>$(NULLDEV)
|
||||
endif
|
||||
|
||||
SIM65FLAGS = -x 200000000
|
||||
SIM65FLAGS = -x 5000000000
|
||||
|
||||
CL65 := $(if $(wildcard ../../bin/cl65*),..$S..$Sbin$Scl65,cl65)
|
||||
SIM65 := $(if $(wildcard ../../bin/sim65*),..$S..$Sbin$Ssim65,sim65)
|
||||
|
Loading…
Reference in New Issue
Block a user