summaryrefslogtreecommitdiff
path: root/fib.s68
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-12-08 02:00:54 -0800
committerMike Pavone <pavone@retrodev.com>2012-12-08 02:00:54 -0800
commit0fe3c72239c1bc454965bfe6877307667135bbac (patch)
tree84eaf7aa383791b430730d2a2e4bed2c0d9f9dad /fib.s68
parent97d78d6e0c9cebc49ccb61b57d7944db7a739df6 (diff)
Mostly broken VDP core and savestate viewer
Diffstat (limited to 'fib.s68')
-rw-r--r--fib.s682
1 files changed, 1 insertions, 1 deletions
diff --git a/fib.s68 b/fib.s68
index 665a9b7..c8cf58b 100644
--- a/fib.s68
+++ b/fib.s68
@@ -1,6 +1,6 @@
dc.l $0, start
start:
- moveq #10, d0
+ moveq #36, d0
bsr fib
illegal
fib: