mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
MT08304: apxen: [debug] Assertion failed
This commit is contained in:
parent
86a7521e32
commit
c6543e2c9c
@ -120,7 +120,7 @@ public:
|
|||||||
m_sio(*this, "sio"),
|
m_sio(*this, "sio"),
|
||||||
m_fdc(*this, "fdc"),
|
m_fdc(*this, "fdc"),
|
||||||
m_floppy(*this, "fdc:%u", 0U),
|
m_floppy(*this, "fdc:%u", 0U),
|
||||||
m_video(*this, "video"),
|
m_video(*this, "apvideo"), // "video" causes assert in debug build
|
||||||
m_cur_floppy(nullptr)
|
m_cur_floppy(nullptr)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user