mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
radicasi.cpp: Fix up a few things (nw)
This commit is contained in:
parent
e8e92e597d
commit
ed687ee50b
@ -283,8 +283,6 @@ private:
|
|||||||
bool get_tile_data(int base, int drawpri, int& tile, int &attr, int &unk2);
|
bool get_tile_data(int base, int drawpri, int& tile, int &attr, int &unk2);
|
||||||
void draw_tilemaps(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int drawpri);
|
void draw_tilemaps(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int drawpri);
|
||||||
void draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
void draw_sprites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||||
|
|
||||||
sound_stream *m_stream;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -491,8 +489,8 @@ void radica6502_gpio_device::device_reset()
|
|||||||
{
|
{
|
||||||
for (int i = 0; i < 3; i++)
|
for (int i = 0; i < 3; i++)
|
||||||
{
|
{
|
||||||
m_ddr[3] = 0;
|
m_ddr[i] = 0;
|
||||||
m_unk[3] = 0;
|
m_unk[i] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user