mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Merge pull request #1767 from Bavarese/patch-17
Fix division by zero in update_graphics
This commit is contained in:
commit
3dbdd06c1c
@ -641,7 +641,7 @@ upd7220_device::upd7220_device(const machine_config &mconfig, const char *tag, d
|
|||||||
m_br(0),
|
m_br(0),
|
||||||
m_ctop(0),
|
m_ctop(0),
|
||||||
m_cbot(0),
|
m_cbot(0),
|
||||||
m_lr(0),
|
m_lr(1),
|
||||||
m_disp(0),
|
m_disp(0),
|
||||||
m_gchr(0),
|
m_gchr(0),
|
||||||
m_bitmap_mod(0),
|
m_bitmap_mod(0),
|
||||||
|
Loading…
Reference in New Issue
Block a user