mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
non-arkanoid games lack muxed analog inputs (nw)
This commit is contained in:
parent
de94d3ab6e
commit
d6caa76734
@ -54,7 +54,7 @@ public:
|
||||
uint8_t m_hexaa_from_sub;
|
||||
|
||||
/* devices */
|
||||
required_ioport_array<2> m_muxports;
|
||||
optional_ioport_array<2> m_muxports;
|
||||
required_device<cpu_device> m_maincpu;
|
||||
optional_device<arkanoid_mcu_device_base> m_mcuintf;
|
||||
required_device<gfxdecode_device> m_gfxdecode;
|
||||
|
Loading…
Reference in New Issue
Block a user