mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
dcs.h: Eliminate superfluous parens (nw)
This commit is contained in:
parent
4f0dd32003
commit
dfa8f49adc
@ -230,7 +230,7 @@ protected:
|
|||||||
uint32_t m_timer_period;
|
uint32_t m_timer_period;
|
||||||
uint32_t m_timers_fired;
|
uint32_t m_timers_fired;
|
||||||
|
|
||||||
std::unique_ptr<uint16_t[]>(m_sram);
|
std::unique_ptr<uint16_t[]> m_sram;
|
||||||
uint16_t m_polling_value;
|
uint16_t m_polling_value;
|
||||||
uint32_t m_polling32_value;
|
uint32_t m_polling32_value;
|
||||||
uint32_t *m_internal_program_ram;
|
uint32_t *m_internal_program_ram;
|
||||||
|
Loading…
Reference in New Issue
Block a user