mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
(MESS) hardbox: Fix comment. (nw)
This commit is contained in:
parent
f06394b6fd
commit
44e07aea5c
@ -149,7 +149,7 @@ READ8_MEMBER( hardbox_device::ppi0_pc_r )
|
|||||||
UINT8 data = ioport("SW1")->read();
|
UINT8 data = ioport("SW1")->read();
|
||||||
|
|
||||||
/* DIP switches on PC1,PC2,PC3 configure the IEEE-488 primary address.
|
/* DIP switches on PC1,PC2,PC3 configure the IEEE-488 primary address.
|
||||||
We get the address from m_address instead. */
|
We get the address from the slot instead. */
|
||||||
data |= ((m_slot->get_address() - 8) << 1) ^ 0xff;
|
data |= ((m_slot->get_address() - 8) << 1) ^ 0xff;
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
|
Loading…
Reference in New Issue
Block a user