summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h6280/h6280ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h6280/h6280ops.h')
-rw-r--r--src/emu/cpu/h6280/h6280ops.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/emu/cpu/h6280/h6280ops.h b/src/emu/cpu/h6280/h6280ops.h
index 8c57e2cfff5..994941296d9 100644
--- a/src/emu/cpu/h6280/h6280ops.h
+++ b/src/emu/cpu/h6280/h6280ops.h
@@ -494,8 +494,7 @@
push(P); \
P = (P & ~_fD) | _fI; \
PCL = program_read8(H6280_IRQ2_VEC); \
- PCH = program_read8(H6280_IRQ2_VEC+1); \
-
+ PCH = program_read8(H6280_IRQ2_VEC+1);
/* 6280 ********************************************************
* BSR Branch to subroutine
***************************************************************/
@@ -691,8 +690,7 @@
***************************************************************/
#define JMP \
CLEAR_T; \
- PCD = EAD; \
-
+ PCD = EAD;
/* 6280 ********************************************************
* JSR Jump to subroutine
* decrement PC (sic!) push PC hi, push PC lo and set
@@ -703,8 +701,7 @@
PCW--; \
push(PCH); \
push(PCL); \
- PCD = EAD; \
-
+ PCD = EAD;
/* 6280 ********************************************************
* LDA Load accumulator
***************************************************************/