mirror of
https://github.com/holub/mame
synced 2025-05-31 10:01:51 +03:00
fixed uninitialized variable in src/emu/imagedev/cassette.c (nw)
This commit is contained in:
parent
90c1726aa2
commit
0ff7044d9e
@ -263,6 +263,7 @@ void cassette_image_device::device_start()
|
||||
/* set to default state */
|
||||
m_cassette = NULL;
|
||||
m_state = m_default_state;
|
||||
m_value = 0;
|
||||
}
|
||||
|
||||
bool cassette_image_device::call_create(int format_type, option_resolution *format_options)
|
||||
|
Loading…
Reference in New Issue
Block a user