Custom Query (28 matches)
Results (25 - 27 of 28)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3 | fixed | YM2612 CSM mode is missing | ||
Description |
CSM mode allows triggering key on and key off events when timer A expires. Some information can be found in the big YM2612 thread on SpritesMind on this page: http://gendev.spritesmind.net/forum/viewtopic.php?f=24&t=386&start=405 Initial testing suggests there is some additional weird behavior present when CSM mode is enabled that has yet to be documented |
|||
#2 | fixed | YM2612 SSG-EG mode is missing | ||
Description |
Information about SSG-EG mode can be found in the big YM2612 thread on SpritesMind in the following pages: http://gendev.spritesmind.net/forum/viewtopic.php?f=24&t=386&start=105 http://gendev.spritesmind.net/forum/viewtopic.php?f=24&t=386&start=405 |
|||
#8 | fixed | movem.l -(a0), <ea> not decoding to illegal instruction | ||
Description |
Pre-decrement is not a legal source effective address mode for movem. It should decode to an illegal instruction. In the current version it decodes normally, which leads to a fatal error due to lack of implementation of this instruction EA combo. |