mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
fix acceleration
This commit is contained in:
parent
66da9d268f
commit
389cd857e0
@ -85,7 +85,7 @@ export class System implements OptionHandler {
|
||||
];
|
||||
}
|
||||
|
||||
setOption(value: string, name: string | boolean ) {
|
||||
setOption(name: string, value: boolean ) {
|
||||
switch (name) {
|
||||
case SYSTEM_CPU_ACCELERATED:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user