From 71814744eb5e5c392b583d25ca0a4d019e2a6571 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sat, 13 Mar 2021 13:22:45 -0800 Subject: [PATCH] minor cleanup --- js/cards/langcard.ts | 4 ++-- js/mmu.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/js/cards/langcard.ts b/js/cards/langcard.ts index 52ee79b..3775184 100644 --- a/js/cards/langcard.ts +++ b/js/cards/langcard.ts @@ -54,8 +54,8 @@ export default class LanguageCard implements Card, Restorable this.read2 = this.rom; } - private debug(...args: any[]) { - debug.apply(null, args); + private debug(..._args: any[]) { + // debug.apply(null, args); } private updateBanks() { diff --git a/js/mmu.ts b/js/mmu.ts index 36d221c..024c6b6 100644 --- a/js/mmu.ts +++ b/js/mmu.ts @@ -741,7 +741,8 @@ export default class MMU implements Memory, Restorable { this._debug(bankStr, rwStr); this._updateBanks(); - return result; } + return result; + } /* * The Big Switch