mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +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 */
|
/* set to default state */
|
||||||
m_cassette = NULL;
|
m_cassette = NULL;
|
||||||
m_state = m_default_state;
|
m_state = m_default_state;
|
||||||
|
m_value = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cassette_image_device::call_create(int format_type, option_resolution *format_options)
|
bool cassette_image_device::call_create(int format_type, option_resolution *format_options)
|
||||||
|
Loading…
Reference in New Issue
Block a user