OSDN Git Service

adc bug fixed!!!!
[motonesemu/motonesemu.git] / emulator / 6502core.c
2013-03-26 astoria-dadc bug fixed!!!!
2013-03-26 astoria-dror, rol bug fixed.
2013-03-23 astoria-dnmi bug fix.
2013-03-23 astoria-dcmp bug fix.
2013-03-21 astoria-drti supported.
2013-03-21 astoria-dadc/subc suppoted.
2013-03-21 astoria-dshift, rotate instructions (asl, lsr, ror, rol) supported.
2013-03-19 astoria-dnmi, reset interrupt added. no visual is shown yet...
2013-03-19 astoria-daddressing mode bug fix.
2013-03-19 astoria-dsupported inc/dec inst.
2013-03-18 astoria-dstack pointer bug fixed.
2013-03-16 astoria-ddebug tool update. jsr bug fix.
2013-03-16 astoria-djsr bug fix.
2013-03-16 astoria-dand, eor, ora supported.
2013-03-16 astoria-djsr, rts bug fixed.
2013-03-16 astoria-dsupported comparison instructions: bit, cmp, cpx, cpy
2013-03-15 astoria-dbug fix. added cli as well.
2013-03-15 astoria-dflag set instruction clc, cld, clv, sec, sed supported.
2013-03-13 astoria-ddebug tool updated
2013-03-11 astoria-dppu core temporary commit
2013-03-06 astoria-dminor fix
2013-03-05 astoria-djmp, jsr, rts supported.
2013-03-04 astoria-dsupport branch instructions (bcc, bcs, beq, bmi, bne...
2013-03-04 astoria-dsupport inx, iny, dex, dey
2013-03-04 astoria-dbug fix.
2013-03-04 astoria-dtax, tay, txa, tya supported.
2013-03-04 astoria-dstx, sty, sta supported.
2013-03-04 astoria-dadded ram
2013-03-04 astoria-dstart actual instruction execution.
2013-02-27 astoria-dinstruction cycle & timing updated.
2013-02-16 astoria-dupdate opcode map table
2013-02-16 astoria-d6502 decode bug fix
2013-02-16 astoria-dinstruction decode support