From d657c1852d07b4064e28978088fa5a65a9e03981 Mon Sep 17 00:00:00 2001 From: hkc Date: Fri, 20 Oct 2023 02:35:02 +0300 Subject: [PATCH] My bad, wrong peripheral --- mess/tmpc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mess/tmpc.lua b/mess/tmpc.lua index 16906a8..3e00dd2 100644 --- a/mess/tmpc.lua +++ b/mess/tmpc.lua @@ -27,7 +27,7 @@ settings.define("mplayer.colors.status", { default = 0x80EF80, -- #80EF80 type = number }) -local drive = peripheral.find("disk_drive") +local drive = peripheral.find("tape_drive") if not drive then printError("No drive found, starting in dummy mode") local fp = io.open("noita.dfpwm", "rb")