From: Stefan Reinauer Date: Sun, 31 May 2026 04:14:51 +0000 (-0700) Subject: a2410: drop unused TMS bank declaration X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=318b0b7373e8943cb8e694daac47a5850926e121;p=francis%2Fwinuae.git a2410: drop unused TMS bank declaration The A2410 emulation does not reference tms_bank from this file. Drop the stale extern declaration while keeping the bank definition local to the TMS34010 code that owns it. --- diff --git a/mame/a2410.cpp b/mame/a2410.cpp index 342b50d3..2ae1569a 100644 --- a/mame/a2410.cpp +++ b/mame/a2410.cpp @@ -70,8 +70,6 @@ struct a2410_struct static struct a2410_struct a2410_data; -extern addrbank tms_bank; - int mscreen::hpos() { if (a2410_data.a2410_displayend) {