From 27f390a9f623ed5aea72a1a264adba117a5400fe Mon Sep 17 00:00:00 2001 From: Yuvia Date: Mon, 8 Sep 2025 21:28:04 +0000 Subject: [PATCH] scemu.c:72 name not declared: progsiz --- scemu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scemu.c b/scemu.c index 926ac8f..de58cd1 100644 --- a/scemu.c +++ b/scemu.c @@ -69,7 +69,7 @@ main(int argc, char **argv) usage(); break; }ARGEND - openprog(*argv, &progsiz); + openprog(*argv); rP = 0x34; pc = 0xFFFC; pc = fetch16();