mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
zephyr: A hex on you (nw)
This commit is contained in:
parent
59d836d95a
commit
096760d88e
@ -40,7 +40,7 @@ private:
|
|||||||
|
|
||||||
u32 zms8085_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
|
u32 zms8085_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
|
||||||
{
|
{
|
||||||
u16 pos = m_mainram[17] | (u16(m_mainram[18]) << 8);
|
u16 pos = m_mainram[0x17] | (u16(m_mainram[0x18]) << 8);
|
||||||
|
|
||||||
for (unsigned y = 0; y < 250; y++)
|
for (unsigned y = 0; y < 250; y++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user