summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-02Implement CPL and NEG (untested)Mike Pavone
2013-05-02Implement LDD and LDDRMike Pavone
2013-05-02Implement LDIMike Pavone
2013-05-02Protect debug prints for busreq/reset regs with appropriate macrosMike Pavone
2013-05-02Fix decoding of CP.Mike Pavone
2013-05-02Fix IX/IY displace modes. Fix check for registers requiring REX.Mike Pavone
2013-05-02Sync Z80 on writes to busreq/reset ports. NULL out extra_pc on z80 resetMike Pavone
2013-05-02Don't mix *H regs with the REX prefixMike Pavone
2013-05-01Fix some more retranslation bugs in the Z80 coreMike Pavone
2013-05-01Add -n flag for disabling the Z80 coreMike Pavone
2013-05-01Fix a crash bug in instruction retranslationMike Pavone
2013-04-30Add a second context pointer to m68k_context so that try_fifo_write can still...Mike Pavone
2013-04-30Implement ld to and from the I and R registersMike Pavone
2013-04-30Implement LDIR and fix a bug in which context was not restored after a call t...Mike Pavone
2013-04-30Initial stab at integartiong Z80 coreMike Pavone
2013-04-30Fix a remaining z80_write reg swap bug. Properly initialize the native map sl...Mike Pavone
2013-04-30Fix infinite loop in Z80 disassemblerMike Pavone
2013-04-29Implement CCF and SCFMike Pavone
2013-04-29Fix decoding of address in JP and JPCC instructions in the Z80 coreMike Pavone
2013-04-29Properly handle wrapping around to 0 in translate_z80_streamMike Pavone
2013-04-29Fix bug in end condition inside translate_z80_stream.Mike Pavone
2013-04-29Squashing some bugs introduced when I switched the register assignments for z...Mike Pavone
2013-04-29Implement retranslating code when written to. Possibly broken, need to fix so...Mike Pavone
2013-04-29Fix target cycle count after 68K interruptMike Pavone
2013-04-29Implemented basic interrupt support in Z80 core.Mike Pavone
2013-04-29Forgot to commit zruntime a while back, adding it now.Mike Pavone
2013-04-28Implement ADC and SBC in Z80 core (untested)Mike Pavone
2013-04-28Implement rotation and bit set/reset instructions (untested).Mike Pavone
2013-04-28Implement RETCC in Z80 core.Mike Pavone
2013-04-28Implement cartridge rom loading in transz80Mike Pavone
2013-04-28Implement cycle limit in Z80 core.Mike Pavone
2013-04-28Implement EI, DI and IM in the Z80 coreMike Pavone
2013-04-28Implemente CP (untested)Mike Pavone
2013-04-28Implement EX, EXX and RST in Z80 coreMike Pavone
2013-04-28Add header dependencies to offsetsMike Pavone
2013-04-26Implement BIT and DJNZ (tested). Fix register mapping for IYL.Mike Pavone
2013-04-26Added the rest of the conditions to JPCC, implemented CALLCC (untested)Mike Pavone
2013-04-26Added key to save Z80 RAM to a fileMike Pavone
2013-04-25Implement more Z80 instructions (untested)Mike Pavone
2013-04-25Get Z80 core working for simple programsMike Pavone
2013-04-22Add shadow/higlight info to debug rendererMike Pavone
2013-04-22Less broken implementation of shadow/highlightMike Pavone
2013-04-22Shadow and higlight operators were switchedMike Pavone
2013-04-22Added todo listMike Pavone
2013-04-22Implemented shadow hilight mode.Mike Pavone
2013-04-21Improve color rendering accuracy and optimize SDL renderer a bitMike Pavone
2013-04-21Fix overflow detection in divs. Fix negative immediate source for divsMike Pavone
2013-04-21Added test cases for divs/divu and added divide by zero handler to test gener...Mike Pavone
2013-04-21Implement CHK instruction (not fully tested).Mike Pavone
2013-04-21Fixed a couple bugs in roxl/roxr. X flag wasn't being saved properly and rota...Mike Pavone