Mercurial > repos > blastem
graph
-
Initial stab at horizontal interrupts and improving accuracy of vertical interrupts. Also added the VINT pending flag to status port.Fri, 10 May 2013 22:57:56 -0700, by Mike Pavone
-
Add YM2612 stubs to transz80Thu, 09 May 2013 20:59:49 -0700, by Mike Pavone
-
Fix return address for RSTThu, 09 May 2013 20:09:49 -0700, by Mike Pavone
-
Show absolute addresses for JR, JRCC and DJNZ in Z80 disassemblerThu, 09 May 2013 19:38:28 -0700, by Mike Pavone
-
Fix terminal instruction detection in disassemblerThu, 09 May 2013 19:24:18 -0700, by Mike Pavone
-
Properly handle instructions that use boty IYH and IYLThu, 09 May 2013 18:36:21 -0700, by Mike Pavone
-
Set the N flag to the correct value for DEC instructionsThu, 09 May 2013 00:33:06 -0700, by Mike Pavone
-
Implement carry flag for shift instructions. Implement weird behavior for bit 0 of SLL. Fix missing break statement in SRL.Thu, 09 May 2013 00:30:55 -0700, by Mike Pavone
-
Correctly set the N flag for SBCThu, 09 May 2013 00:17:12 -0700, by Mike Pavone
-
Deal with the fact that there's no 8-bit version of the BT family of instructions on x86Thu, 09 May 2013 00:14:54 -0700, by Mike Pavone
-
Complete flag behavior for Z80 BIT instructionWed, 08 May 2013 23:44:49 -0700, by Mike Pavone
-
Properly handle negative displacements in Z80 coreWed, 08 May 2013 23:31:19 -0700, by Mike Pavone
-
Contrary to the official documenation, OR and AND also set PV based on parity instead of overflowWed, 08 May 2013 23:29:21 -0700, by Mike Pavone
-
Set PV flag based on parity, not overflow for XORWed, 08 May 2013 23:20:41 -0700, by Mike Pavone
-
BIT was setting the zero flag to the opposite of what it should have. This is now fixed.Wed, 08 May 2013 23:17:54 -0700, by Mike Pavone