mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
amiga/amigaaga.cpp: remove intermediate misprint
This commit is contained in:
parent
c95c4f5345
commit
8945635f1b
@ -611,7 +611,7 @@ void amiga_state::aga_render_scanline(bitmap_rgb32 &bitmap, int scanline)
|
||||
x,
|
||||
m_last_scanline & 0xff,
|
||||
bool(BIT(CUSTOM_REG(REG_DMACON), 14)), // BBUSY
|
||||
bitplane_fmode ? 0 : planes
|
||||
planes
|
||||
);
|
||||
save_color0 = CUSTOM_REG(REG_COLOR00);
|
||||
if (m_genlock_color != 0xffff)
|
||||
|
Loading…
Reference in New Issue
Block a user