mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +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_timers_fired;
|
||||
|
||||
std::unique_ptr<uint16_t[]>(m_sram);
|
||||
std::unique_ptr<uint16_t[]> m_sram;
|
||||
uint16_t m_polling_value;
|
||||
uint32_t m_polling32_value;
|
||||
uint32_t *m_internal_program_ram;
|
||||
|
Loading…
Reference in New Issue
Block a user