mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 21:27:43 +00:00
increase the maximum amount of cycles, else the shift test will fail
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user