diff options
author | 2022-07-25 00:53:04 +0200 | |
---|---|---|
committer | 2022-07-25 00:53:16 +0200 | |
commit | 97f76ebc14dfae784f42819a9df69a92a2cc658b (patch) | |
tree | d3e0551662f82958c918ea36b2e611ce1db053fd /src/devices/machine/sensorboard.cpp | |
parent | 0c477ea064c673c63dd0b5638177aa345efc68df (diff) |
hh_tms1k: merlina is a bad dump afterall
Diffstat (limited to 'src/devices/machine/sensorboard.cpp')
-rw-r--r-- | src/devices/machine/sensorboard.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/sensorboard.cpp b/src/devices/machine/sensorboard.cpp index a729aa4c126..122504b7dc9 100644 --- a/src/devices/machine/sensorboard.cpp +++ b/src/devices/machine/sensorboard.cpp @@ -319,6 +319,9 @@ u16 sensorboard_device::read_rank(u8 y, bool reverse) void sensorboard_device::refresh() { + if (machine().phase() < machine_phase::RESET) + return; + bool custom_out = !m_custom_output_cb.isnull(); // output spawn icons |