diff options
| author | Javier Degirolmo | 2011-12-07 19:58:15 -0300 |
|---|---|---|
| committer | Javier Degirolmo | 2011-12-07 19:58:15 -0300 |
| commit | 84ca3186406f65f65a18b18130dcecab2c78e2d3 (patch) | |
| tree | 1419cf0a3e2d7baf235b1e3f5574e2be9177b7b7 /src-z80/core/main.z80 | |
| parent | 4f1d28c46ba1b4d7e9b3a7ef81e4ec7820eb041f (diff) | |
Some updates... Trying to fix SFX restoring but still broken
Diffstat (limited to 'src-z80/core/main.z80')
| -rw-r--r-- | src-z80/core/main.z80 | 2 |
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 ;**************************************************************************** |
