diff options
author | 2013-06-01 14:50:27 +0000 | |
---|---|---|
committer | 2013-06-01 14:50:27 +0000 | |
commit | b95f6aa480f5240df586203d7aa04fb027baaf0d (patch) | |
tree | 67cb6a021cef72fbb50d7be8f3c2f71cfcd9353f /src/emu/sound/ymf271.h | |
parent | 6046a3af4e461d7c4a76484132a2b960573f5cd7 (diff) |
addresses are 23-bit, and added alternate loop bit but can't find any game that uses it
Diffstat (limited to 'src/emu/sound/ymf271.h')
-rw-r--r-- | src/emu/sound/ymf271.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound/ymf271.h b/src/emu/sound/ymf271.h index ad51832d3a5..7b72a3deef7 100644 --- a/src/emu/sound/ymf271.h +++ b/src/emu/sound/ymf271.h @@ -64,6 +64,7 @@ private: UINT32 startaddr; UINT32 loopaddr; UINT32 endaddr; + INT8 altloop; INT8 fs, srcnote, srcb; INT64 step; |