From 318b0b7373e8943cb8e694daac47a5850926e121 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 30 May 2026 21:14:51 -0700 Subject: [PATCH] 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. --- mame/a2410.cpp | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.47.3