aboutsummaryrefslogtreecommitdiff
path: root/src-z80/core/main.z80
diff options
context:
space:
mode:
Diffstat (limited to 'src-z80/core/main.z80')
-rw-r--r--src-z80/core/main.z802
1 files changed, 1 insertions, 1 deletions
diff --git a/src-z80/core/main.z80 b/src-z80/core/main.z80
index 9ac1aa4..bc63da9 100644
--- a/src-z80/core/main.z80
+++ b/src-z80/core/main.z80
@@ -90,7 +90,7 @@ EntryPoint:
ld (ix+1), $C9
ld (ix+0), $27
ld (ix+1), $3F
-
+
jp IdleLoop ; Go into idle loop
;****************************************************************************