MT08304: apxen: [debug] Assertion failed

This commit is contained in:
Robbbert 2022-04-28 17:52:17 +10:00
parent 86a7521e32
commit c6543e2c9c

View File

@ -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)
{ }