stefonzo
  • Joined on 2023-06-12
stefonzo created repository stefonzo/pascals_triangle 2023-07-04 07:36:35 +00:00
stefonzo pushed to main at stefonzo/6502emu 2023-07-04 07:15:30 +00:00
0094de2720 fixes RelativeAddress method, CPX & CPY instructions, opcode table complete, inline assembly test program put in main.cpp
stefonzo pushed to main at stefonzo/6502emu 2023-07-02 07:32:23 +00:00
3c7f6baf24 almost done with opcode table, began testing emulator with inline assembly...
stefonzo pushed to main at stefonzo/6502emu 2023-06-30 23:42:04 +00:00
d60ea08b96 fixed virtual function definitions
stefonzo pushed to main at stefonzo/6502emu 2023-06-30 23:32:26 +00:00
69851b1e2c virtual functions added
stefonzo pushed to main at stefonzo/6502emu 2023-06-30 22:55:07 +00:00
d61ce7bb40 got rid of std::function and brought back raw function pointers, have read/write be virtual base class functions? suggested by Kate
stefonzo pushed to main at stefonzo/6502emu 2023-06-30 22:18:02 +00:00
dbda98186b added more stuff
stefonzo pushed to main at stefonzo/6502emu 2023-06-20 22:30:19 +00:00
9396395295 finishes instructions, addressing modes, reset interrupt, NMI & IRQ interrupts
stefonzo pushed to main at stefonzo/6502emu 2023-06-16 21:48:44 +00:00
7160418634 made StepInstruction method, function prototypes for instructions complete
stefonzo pushed to main at stefonzo/6502emu 2023-06-16 20:25:28 +00:00
b0ad28ff2d got rid of more old code, add cycles to Instruction struct, begin filling out new opcode jump table
stefonzo pushed to main at stefonzo/6502emu 2023-06-16 19:48:23 +00:00
339b9e8f1b refactor of program got rid of a bunch of instruction functions and adding address functions to instruction jump table
stefonzo pushed to main at stefonzo/6502emu 2023-06-16 09:47:22 +00:00
03728a1c8a adds addressing modes & a few more instructions
stefonzo pushed to main at stefonzo/6502emu 2023-06-16 06:57:23 +00:00
b2093b3f56 helper functions, more instructions implemented
stefonzo pushed to main at stefonzo/6502emu 2023-06-13 10:30:11 +00:00
0ca09ce64d adds helper functions and more instructions
stefonzo created branch main in stefonzo/6502emu 2023-06-12 02:09:35 +00:00
stefonzo pushed to main at stefonzo/6502emu 2023-06-12 02:09:35 +00:00
1dfaba68b8 first commit
stefonzo created repository stefonzo/6502emu 2023-06-12 02:06:21 +00:00
stefonzo created branch main in stefonzo/renderer 2023-06-12 01:58:56 +00:00
stefonzo pushed to main at stefonzo/renderer 2023-06-12 01:58:56 +00:00
a41406515b first commit
stefonzo created repository stefonzo/renderer 2023-06-12 01:40:57 +00:00