diff options
| author | Duncan Smith | 2010-09-13 22:26:14 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-09-13 22:26:14 -0700 |
| commit | 9b2d156b85a3c3eadbc8c4ab4726fcb6ec44e5d0 (patch) | |
| tree | d816adf98456610fccf9c3c010937aa9151f3074 /opcodes.asm | |
| parent | 066cbff4c7666437575569edc61631060929c158 (diff) | |
Documentation update
Diffstat (limited to 'opcodes.asm')
| -rw-r--r-- | opcodes.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes.asm b/opcodes.asm index 3239dd4..329a825 100644 --- a/opcodes.asm +++ b/opcodes.asm @@ -186,7 +186,7 @@ DONE MACRO ENDM ;; Timing correction for more precise emulation - ;; + ;; ;; \1 is number of tstates the current instruction should take ;; \2 is number of cycles taken already TIME MACRO @@ -673,6 +673,7 @@ emu_op_36: emu_op_37: ;; SCF ;; Set Carry Flag + ;; XXX flags are more complicated than this :( move.b #%00111011,flag_valid-flag_storage(a3) move.b eaf,d1 ori.b #%00000001,d1 |
