mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +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)
|
NULLERR = 2>$(NULLDEV)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SIM65FLAGS = -x 200000000
|
SIM65FLAGS = -x 5000000000
|
||||||
|
|
||||||
CL65 := $(if $(wildcard ../../bin/cl65*),..$S..$Sbin$Scl65,cl65)
|
CL65 := $(if $(wildcard ../../bin/cl65*),..$S..$Sbin$Scl65,cl65)
|
||||||
SIM65 := $(if $(wildcard ../../bin/sim65*),..$S..$Sbin$Ssim65,sim65)
|
SIM65 := $(if $(wildcard ../../bin/sim65*),..$S..$Sbin$Ssim65,sim65)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user