summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/scudsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/scudsp.c')
-rw-r--r--src/mame/machine/scudsp.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mame/machine/scudsp.c b/src/mame/machine/scudsp.c
index 5aa197567ed..4a9c59097ac 100644
--- a/src/mame/machine/scudsp.c
+++ b/src/mame/machine/scudsp.c
@@ -66,17 +66,17 @@ Changelog:
- Add control flags
- Croc: has a bug somewhere that never allows it to trip the ENDI opcode.
Snippet of interest is:
- 08 00823500 CLR A MOV M0,PL
- 09 08040000 OR MOV ALU,A
- 0A D208000D JMP NZ,$D
- 0B 00000000 NOP
- 0C F8000000 ENDI
+ 08 00823500 CLR A MOV M0,PL
+ 09 08040000 OR MOV ALU,A
+ 0A D208000D JMP NZ,$D
+ 0B 00000000 NOP
+ 0C F8000000 ENDI
...
- 40 00863502 MOV M0,A MOV M2,PL
- 41 10003009 ADD MOV ALL,MC0
- 42 D3400042 JMP T0,$42
- 43 00000000 NOP
- 44 D0000007 JMP $7
+ 40 00863502 MOV M0,A MOV M2,PL
+ 41 10003009 ADD MOV ALL,MC0
+ 42 D3400042 JMP T0,$42
+ 43 00000000 NOP
+ 44 D0000007 JMP $7
******************************************************************************************/
#include "emu.h"