OSDN Git Service

linux build bug fixed.
[motonesemu/motonesemu.git] / emulator / 6502core.c
2016-10-05 astoria-ddebug nmi count width char > short.
2016-10-01 astoria-d6502 status reg reserve bit init set
2016-10-01 astoria-dMerge branch 'master' of git.osdn.jp:/gitroot/motonesem...
2016-10-01 astoria-ddump reg added.
2016-09-24 astoria-ddebug counter update
2016-09-24 astoria-ddebug util update
2016-05-28 astoria-dclock counter break point added
2016-05-26 astoria-d@ofcMerge branch 'master' of git.osdn.jp:/gitroot/motonesem...
2016-04-23 astoria-dindirect addr mode bug fixed.
2016-02-26 U-ASIAPACIFIC\motookastatus reg bug fix
2016-02-26 U-ASIAPACIFIC\motookaunchanged status reg bug
2016-02-26 astoria-d@officewindows support added
2013-08-13 astoria-dsbc v flag set bug fixed.
2013-08-12 astoria-d- sbc v flag set bug fixed.
2013-04-04 astoria-dphp, plp instruction supported.
2013-04-04 astoria-dnop instruction supported.
2013-03-29 astoria-dclock, dma etc. improved performance.
2013-03-27 astoria-ddma feature added.
2013-03-26 astoria-dclean up. motonesemu-0.1.1
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