mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix for alphaone which doesn't have these ports (nw)
This commit is contained in:
parent
faea4753b5
commit
0edad260ed
@ -85,8 +85,8 @@ private:
|
||||
optional_device_array<pokey_device, 4> m_pokey;
|
||||
optional_device<tms5220_device> m_tms;
|
||||
output_finder<2> m_lamps;
|
||||
required_ioport m_coin;
|
||||
required_ioport m_service;
|
||||
optional_ioport m_coin;
|
||||
optional_ioport m_service;
|
||||
|
||||
uint8_t m_alpha_data;
|
||||
uint8_t m_alpha_rcvd;
|
||||
|
Loading…
Reference in New Issue
Block a user