From ae9cd11583e5085ee642be107b18c8e240e7deed Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Sat, 3 Jan 2026 18:44:29 -0600 Subject: [PATCH] Add intv --- data/src/emulator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/src/emulator.js b/data/src/emulator.js index f78cf1c..f838567 100644 --- a/data/src/emulator.js +++ b/data/src/emulator.js @@ -36,7 +36,8 @@ class EmulatorJS { "pet": ["vice_xpet"], "plus4": ["vice_xplus4"], "vic20": ["vice_xvic"], - "dos": ["dosbox_pure"] + "dos": ["dosbox_pure"], + "intv": ["freeintv"] }; if (this.isSafari && this.isMobile) { rv.n64 = rv.n64.reverse();