diff options
| author | Sik | 2018-08-22 15:05:36 -0300 |
|---|---|---|
| committer | Sik | 2018-08-22 15:05:36 -0300 |
| commit | 3d28d692e233bd0b58125e7c61120b0c2dbf8d9c (patch) | |
| tree | 8543a7a51115cda89197b2a6a8ea67f7414bb4ed /src-z80 | |
| parent | 5754c25402273fd7d1661c32105fdf8afb1e975d (diff) | |
Minor fix needed to make Echo play sound on Firecore
Diffstat (limited to 'src-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 1de8930..28758eb 100644 --- a/src-z80/core/main.z80 +++ b/src-z80/core/main.z80 @@ -38,7 +38,7 @@ EntryPoint: ld (hl), l ld ix, $4000 ; YM2612 I/O ports base address - ld iyh, $40 + ld iy, $4000 exx ; Init PCM playback status ld b, $00 ; Not playing |
