diff options
| author | Duncan Smith | 2010-06-28 02:38:43 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-28 02:38:43 -0700 |
| commit | 2bb62105cd801bbabf1af11c07e0ee18225f3c12 (patch) | |
| tree | 450ae73fa6aa786fbf8b445c45639856c6b84e75 | |
| parent | 53270267b8c6f11067bcfe306d9ee0b96ba0581b (diff) | |
Minor comment changes
| -rw-r--r-- | opcodes.asm | 1 | ||||
| -rw-r--r-- | ports.asm | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/opcodes.asm b/opcodes.asm index f1eaa8e..a749c98 100644 --- a/opcodes.asm +++ b/opcodes.asm @@ -1819,7 +1819,6 @@ emu_op_c7: ;; RST &0 ;; == CALL 0 ;; XXX check - ;; XXX FIX D2 move a6,a0 bsr underef PUSHW d0 @@ -539,7 +539,7 @@ port_in_03: port_out_03: port_in_04: port_out_04: - ;; Bank B paging + ;; Bank B paging, among other things ;; XXX save registers move.b d1,-(a7) jsr bankswap_b_write |
