summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-04-28 17:52:17 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2022-04-28 17:52:17 +1000
commitc6543e2c9c7afd96a6c16c3bbc16b507f9c93df0 (patch)
treef745900127df7949255bcadf1b068b2ab52c52ca
parent86a7521e32a388c476ab29558abcf92de2b47cf9 (diff)
MT08304: apxen: [debug] Assertion failed
-rw-r--r--src/mame/drivers/apxen.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{ }