mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
(MESS) rainbow: Clang compile fix. (nw)
This commit is contained in:
parent
10bc08dd8a
commit
5d99eecb4a
@ -716,7 +716,7 @@ READ8_MEMBER(rainbow_state::system_parameter_r)
|
||||
return 0x0f - m_inp5->read()
|
||||
- 0 // floppy is hard coded in emulator.
|
||||
- m_inp7->read()
|
||||
- (m_inp8->read() > 0x2000) ? 8 : 0;
|
||||
- ((m_inp8->read() > 0x2000) ? 8 : 0);
|
||||
}
|
||||
|
||||
READ8_MEMBER(rainbow_state::comm_control_r)
|
||||
|
Loading…
Reference in New Issue
Block a user