mirror of
https://github.com/holub/mame
synced 2025-05-31 01:51:46 +03:00
fixed usage of uninitialized member in isa8_cga_device (nw)
This commit is contained in:
parent
66fe5ecda5
commit
04ca6fea7e
@ -254,6 +254,7 @@ isa8_cga_device::isa8_cga_device(const machine_config &mconfig, const char *tag,
|
|||||||
m_chr_gen_offset[1] = m_chr_gen_offset[3] = 0x1000;
|
m_chr_gen_offset[1] = m_chr_gen_offset[3] = 0x1000;
|
||||||
m_font_selection_mask = 0x01;
|
m_font_selection_mask = 0x01;
|
||||||
m_start_offset = 0;
|
m_start_offset = 0;
|
||||||
|
m_superimpose = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
isa8_cga_device::isa8_cga_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) :
|
isa8_cga_device::isa8_cga_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) :
|
||||||
|
Loading…
Reference in New Issue
Block a user