atari7800 - additional controls

This commit is contained in:
Alexey Nurgaliev 2023-08-07 19:24:59 +03:00
parent ce8c722c08
commit 67a9a26390
2 changed files with 3 additions and 1 deletions

View file

@ -2017,6 +2017,8 @@ class EmulatorJS {
{id: 5, label: 'DOWN'},
{id: 6, label: 'LEFT'},
{id: 7, label: 'RIGHT'},
{id: 10, label: 'LEFT DIFFICULTY'},
{id: 11, label: 'RIGHT DIFFICULTY'},
{id: 24, label: this.localization('QUICK SAVE STATE')},
{id: 25, label: this.localization('QUICK LOAD STATE')},
{id: 26, label: this.localization('CHANGE STATE SLOT')},

File diff suppressed because one or more lines are too long