diff options
author | 2022-04-03 02:53:19 +1000 | |
---|---|---|
committer | 2022-04-03 02:53:19 +1000 | |
commit | c4f9ff9790382c1c5b99a2ffbb2a14e04d4c7cea (patch) | |
tree | 80a1185e2dbed843500eda4e740dfac9f03eba1b /src/devices/machine/ins8250.h | |
parent | 5255f96203e4dc58ba660f74a64e6b640016a604 (diff) |
-util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays.
* Enabled GCC lifetime dead store elimination optimisation.
* emu/device.h: Don't pre-clear memory for drivers. Ivan Vangelista
fixed at least the majority of things that crashed outright, and
Robbbert initialised variables that coverity complained about. It's
unlikely anything will break due to this.
* sound/discrete.h: Explicitly initialise members of discrete "devices"
to zero. I don't see a way around doing this in headers due to the
macro soup used to build the constructors.
* sound/mos6581.cpp: Moved creation of the SID core to device_start and
explictly initialised members of the SID core structures. These
structures are in internal headers, so they won't cause downstream
recompiles.
-Lua engine: Made I/O port manager type_seq a bit more tolerant of
omitted arguments.
Diffstat (limited to 'src/devices/machine/ins8250.h')
0 files changed, 0 insertions, 0 deletions