mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
(MESS) bigbord2.c: fixed probable copy / paste error (nw)
This commit is contained in:
parent
a2ad2077df
commit
dbbeaa097f
@ -107,7 +107,7 @@ public:
|
||||
m_maincpu(*this, Z80_TAG),
|
||||
m_6845(*this, "crtc"),
|
||||
m_ctca(*this, Z80CTCA_TAG),
|
||||
m_ctcb(*this, Z80CTCA_TAG),
|
||||
m_ctcb(*this, Z80CTCB_TAG),
|
||||
m_dma(*this, Z80DMA_TAG),
|
||||
m_fdc(*this, "fdc"),
|
||||
m_floppy0(*this, "fdc:0"),
|
||||
|
Loading…
Reference in New Issue
Block a user