Commit Graph

14 Commits

Author SHA1 Message Date
Frank Buss b81e3c9da7 fixed some warnings and compiling errors, when compiling with G++ instead of GCC 2021-06-19 08:26:49 +02:00
David Buchanan 64df2291fc Static-ify instruction arrays 2020-12-11 16:18:42 +00:00
Rob McMullen 4303c7276d Marked read_addr & write_addr as extern in 6502.h 2018-05-17 13:49:33 -07:00
Rob McMullen b664db7406 Changed header to define external vars to prevent multiple symbol definitions if included in multiple C files
* space is reserved for the variables in 6502.c
2018-05-17 09:51:33 -07:00
Rob McMullen 138531960f Added -l command line argument to specify load address 2017-12-19 11:44:17 -08:00
Rob McMullen 7dfd24a3f3 Forgot to increase NUM_MODES for JMP_IND_BUG mode 2017-12-19 09:20:27 -08:00
Rob McMullen 75bb592753 Added extra cycles when crossing page boundaries and for branches taken 2017-12-19 09:18:36 -08:00
Rob McMullen 44dfdfaca5 Handle JMP ($xxFF) bug 2017-12-18 11:27:17 -08:00
Rob McMullen c5e9cf084e Added command line args to set initial machine state
* changed debug print to match a validation run found on nesdev.com
2017-12-18 09:15:02 -08:00
DavidBuchanan314 16dc57ba2b use scientific notation for big decimals 2017-01-08 16:28:13 +00:00
DavidBuchanan314 4d9a788f7f Make status bits bools 2017-01-07 21:25:34 +00:00
DavidBuchanan314 851ac5fe1e Make status structs unsigned 2017-01-07 21:12:27 +00:00
DavidBuchanan314 1da995b11a Made variable names slightly more consistent 2017-01-03 20:19:58 +00:00
DavidBuchanan314 378169d56b Initial commit 2017-01-03 19:39:48 +00:00