diff options
| author | Astrid Smith | 2010-06-28 02:38:43 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-06-28 02:38:43 -0700 |
| commit | 2c7739874f66ac52c826ff2091ca0c09c2bde28b (patch) | |
| tree | 3bc73eb2586c6b466c913623e57f32b56c0cb9f7 | |
| parent | 69e9fcc59363e3be82d4783bf5fc46daf40bfa15 (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 |
