summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sc61860/readpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/sc61860/readpc.c')
-rw-r--r--src/emu/cpu/sc61860/readpc.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/emu/cpu/sc61860/readpc.c b/src/emu/cpu/sc61860/readpc.c
index 79900746c3f..96e3002947d 100644
--- a/src/emu/cpu/sc61860/readpc.c
+++ b/src/emu/cpu/sc61860/readpc.c
@@ -56,10 +56,10 @@ but the pc side must not be interrupted with interrupt
#if 0
/* this routine dump the memory (start 0)
- in an endless loop,
- the pc side must be started before this
- actual version should be in mess/machine/pocketc.c
- */
+ in an endless loop,
+ the pc side must be started before this
+ actual version should be in mess/machine/pocketc.c
+ */
1 restore: for i=16384 to 16455:read a: poke i,a: next i
10 call 16384
@@ -192,4 +192,3 @@ int main(int argc, char *argv[])
#endif
return 0;
}
-