mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
heathkit/tlb.cpp: Fixed warning about uninitialised member variable. (#11538)
This commit is contained in:
parent
7d57f03fd5
commit
785791632e
@ -1068,7 +1068,8 @@ ioport_constructor heath_super19_tlb_device::device_input_ports() const
|
||||
* Developed by TMSI
|
||||
*/
|
||||
heath_superset_tlb_device::heath_superset_tlb_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
||||
heath_tlb_device(mconfig, HEATH_SUPERSET, tag, owner, clock)
|
||||
heath_tlb_device(mconfig, HEATH_SUPERSET, tag, owner, clock),
|
||||
m_selected_char_set(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user