Gopher2600/hardware/cpu
JetSetIlly 71ab13dbf0 fixed CPU functional test package
also removed 6507_functional_test build tag from the package. the
original idea was to exclude the package because it took relatively
longer than other tests but it is now considerably faster. the speed
comes from not recording the execution history, which is only needed if
the functional test fails for some reason. if the test does fail, then
the test is run again with history recording enabled

added ExpectApproximate() function to test package

the test harness can also create a pprof if required
2024-11-23 14:56:37 +00:00
..
execution simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
functional_test fixed CPU functional test package 2024-11-23 14:56:37 +00:00
instructions added lint target to Makefile 2024-11-23 14:56:36 +00:00
registers simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
cpu.go simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
cpu_test.go simplification of the memory sub-system 2024-11-23 14:56:37 +00:00
doc.go spelling errors in comments (golangci-lint -E misspell --fix) 2020-10-15 22:02:51 +01:00