taitoair.cpp: Add notes for ROZ chip (#7278)

This commit is contained in:
cam900 2020-09-23 16:35:50 +09:00 committed by GitHub
parent 789f2e5a8a
commit fa19499838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]);