diff options
author | Mike Pavone <pavone@retrodev.com> | 2012-12-08 02:00:54 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2012-12-08 02:00:54 -0800 |
commit | 0fe3c72239c1bc454965bfe6877307667135bbac (patch) | |
tree | 84eaf7aa383791b430730d2a2e4bed2c0d9f9dad /fib.s68 | |
parent | 97d78d6e0c9cebc49ccb61b57d7944db7a739df6 (diff) |
Mostly broken VDP core and savestate viewer
Diffstat (limited to 'fib.s68')
-rw-r--r-- | fib.s68 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ dc.l $0, start start: - moveq #10, d0 + moveq #36, d0 bsr fib illegal fib: |