From c6543e2c9c7afd96a6c16c3bbc16b507f9c93df0 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 28 Apr 2022 17:52:17 +1000 Subject: MT08304: apxen: [debug] Assertion failed --- src/mame/drivers/apxen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/apxen.cpp b/src/mame/drivers/apxen.cpp index bfb22bae08e..4a0604d019b 100644 --- a/src/mame/drivers/apxen.cpp +++ b/src/mame/drivers/apxen.cpp @@ -120,7 +120,7 @@ public: m_sio(*this, "sio"), m_fdc(*this, "fdc"), m_floppy(*this, "fdc:%u", 0U), - m_video(*this, "video"), + m_video(*this, "apvideo"), // "video" causes assert in debug build m_cur_floppy(nullptr) { } -- cgit v1.2.3