diff options
author | 2022-04-28 17:52:17 +1000 | |
---|---|---|
committer | 2022-04-28 17:52:17 +1000 | |
commit | c6543e2c9c7afd96a6c16c3bbc16b507f9c93df0 (patch) | |
tree | f745900127df7949255bcadf1b068b2ab52c52ca | |
parent | 86a7521e32a388c476ab29558abcf92de2b47cf9 (diff) |
MT08304: apxen: [debug] Assertion failed
-rw-r--r-- | src/mame/drivers/apxen.cpp | 2 |
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) { } |