AY Timer bug fixes and some QOL improvements (#2073)
* Create android.yml * bug fixes part 1 * bollocks number 1 * Update android.yml * why are you crackling you arent supposed to do that * stop crackling please * what a load of * what a load of part 2 * what a load of part 3 * what a load of part 4 * final commit... i hope! * final commit my rear bottom * final commit for real this time * Delete .github/workflows/android.yml * Update sysDef.cpp
This commit is contained in:
parent
eaa943e724
commit
a9591fae71
4 changed files with 68 additions and 24 deletions
|
|
@ -433,6 +433,7 @@ void DivEngine::registerSystems() {
|
|||
{0x25, {DIV_CMD_AY_ENVELOPE_SLIDE, _("25xx: Envelope slide up"), negEffectVal}},
|
||||
{0x26, {DIV_CMD_AY_ENVELOPE_SLIDE, _("26xx: Envelope slide down")}},
|
||||
{0x29, {DIV_CMD_AY_AUTO_ENVELOPE, _("29xy: Set auto-envelope (x: numerator; y: denominator)")}},
|
||||
{0x2c, {DIV_CMD_AY_AUTO_PWM, _("2Cxx: Set timer period offset (bit 7: sign)")}},
|
||||
{0x2e, {DIV_CMD_AY_IO_WRITE, _("2Exx: Write to I/O port A"), constVal<0>, effectVal}},
|
||||
{0x2f, {DIV_CMD_AY_IO_WRITE, _("2Fxx: Write to I/O port B"), constVal<1>, effectVal}},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue