izapple2/core6502
Ivan Izaguirre a93a32f63e Comment on Rockwell65c02 difference 2021-09-27 20:46:43 +02:00
..
testdata Emulation of the 65c02 processor variant. 2019-10-11 00:06:42 +02:00
addressing.go Cycle count accurate per the Harte test suite 2021-09-26 01:22:08 +02:00
cmos65c02.go Comment on Rockwell65c02 difference 2021-09-27 20:46:43 +02:00
cmos65c02_test.go Emulation of the 65c02 processor variant. 2019-10-11 00:06:42 +02:00
execute.go Fixes for ADC and SBC on BCD mode 2021-09-26 17:32:15 +02:00
execute_test.go Emulation of the 65c02 processor variant. 2019-10-11 00:06:42 +02:00
harteSuite_test.go Fix V flag on ADC for BCD 2021-09-26 23:29:11 +02:00
memory.go First run with https://github.com/TomHarte/ProcessorTests 2021-09-25 20:33:45 +02:00
nmos6502.go Some undocumented NOPs for 6502 2021-09-26 18:25:11 +02:00
nmos6502_test.go Remove new warnings 2021-09-25 20:16:40 +02:00
operations.go Fix V flag on ADC for BCD 2021-09-26 23:29:11 +02:00
registers.go First run with https://github.com/TomHarte/ProcessorTests 2021-09-25 20:33:45 +02:00
registers_test.go Remove new warnings 2021-09-25 20:16:40 +02:00