mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
remove unnecessary debug (nw)
This commit is contained in:
parent
cc6a2f5a64
commit
f46a9fecae
@ -356,12 +356,6 @@ void apple2_state::apple2_hires_draw(bitmap_ind16 &bitmap, const rectangle &clip
|
||||
for (b = 0; b < 7; b++)
|
||||
{
|
||||
v = artifact_map_ptr[((w >> (b + 7-1)) & 0x07) | (((b ^ col) & 0x01) << 3)];
|
||||
|
||||
if ((col == 0) && (row == 0))
|
||||
{
|
||||
printf("R0C0 %x\n", v);
|
||||
}
|
||||
|
||||
*(p++) = v;
|
||||
*(p++) = v;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user