mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
intv: fix validation [R. Belmont]
This commit is contained in:
parent
0e6c83e42e
commit
4acca56e7e
@ -146,7 +146,7 @@ private:
|
||||
optional_device<gfxdecode_device> m_gfxdecode;
|
||||
required_device<palette_device> m_palette;
|
||||
|
||||
required_ioport_array<10> m_intv_keyboard;
|
||||
optional_ioport_array<10> m_intv_keyboard;
|
||||
};
|
||||
|
||||
#endif // MAME_MATTEL_INTV_H
|
||||
|
Loading…
Reference in New Issue
Block a user