mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
taitoair.cpp: Add notes for ROZ chip (#7278)
This commit is contained in:
parent
789f2e5a8a
commit
fa19499838
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ u32 taitoair_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, c
|
|||
{
|
||||
m_tc0080vco->tilemap_update();
|
||||
|
||||
// TODO: Convert TC0430GRW to device (tc0280grd.cpp)
|
||||
u32 counter1 = (m_tc0430grw[0] << 16) | m_tc0430grw[1];
|
||||
u32 inc1x = s16(m_tc0430grw[2]);
|
||||
u32 inc1y = s16(m_tc0430grw[3]);
|
||||
|
|
Loading…
Reference in a new issue