AppleWin/test/TestCPU6502
2020-06-22 15:59:40 +01:00
..
CMakeLists.txt Compile TestCPU6502 as well. 2018-02-11 20:43:26 +00:00
dummy.cpp First (succesful) attempt at using NTSC code in Linux. 2019-11-20 21:23:27 +00:00
stdafx.cpp Add test/TestCPU6502 2016-03-21 22:41:29 +00:00
stdafx.h Reworked the entire wondows.h replacement. 2019-11-23 18:17:44 +00:00
TestCPU6502-vs2008.vcproj Rename VS2008 sln & vcprojs to be consistent with other VS versions 2016-12-29 13:17:35 -05:00
TestCPU6502-vs2013.vcxproj Add test/TestCPU6502 2016-03-21 22:41:29 +00:00
TestCPU6502-vs2013.vcxproj.filters Add test/TestCPU6502 2016-03-21 22:41:29 +00:00
TestCPU6502-vs2015.vcxproj Add VS2015 proj files & fix for building under VS2015 in Release (closes #296) 2016-03-24 22:55:36 +00:00
TestCPU6502-vs2015.vcxproj.filters Add VS2015 proj files & fix for building under VS2015 in Release (closes #296) 2016-03-24 22:55:36 +00:00
TestCPU6502-vs2017.vcxproj Added VS2017 support. 2017-06-10 20:39:25 +01:00
TestCPU6502-vs2017.vcxproj.filters Added VS2017 support. 2017-06-10 20:39:25 +01:00
TestCPU6502-vs2019.vcxproj Add VS2019 support. 2019-08-11 17:45:23 +10:00
TestCPU6502-vs2019.vcxproj.filters Add VS2019 support. 2019-08-11 17:45:23 +10:00
TestCPU6502.cpp Fixed timing for 6502 opcodes: rol abs,x; lsr abs,x; ror abs,x. (Fixes #801) 2020-06-19 19:40:23 +01:00